nblog_zon 0.0.68 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/nblog_zon.rb +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2ca1e05b41f7be07921b9c8a1c47eab4db5eeb78f87d0f65e37974639e84500a
|
4
|
+
data.tar.gz: 245902f2a6cb8fe1a390d6afdbae171f8ac41170482295639ac4712fa540b6f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 625b93f13e86bf9d6e2f4f916d60ec9f6814b38b88beca62cb53e08d26e90be8c9410aa6108d8d5229079a1b4b0b4364633c9bdcb49054518dfe7ddefebecab9
|
7
|
+
data.tar.gz: 85d8ff110469be77b4cf72148006716e3f75fb13b478f924bf6c5f5cf33d2c3273a8246be5db5a71dc328e552f3a8f88977ce3035c508733cd5a5a3a39dedfa2
|
data/lib/nblog_zon.rb
CHANGED
@@ -2328,16 +2328,16 @@ class Wordpress
|
|
2328
2328
|
if table[8].to_i > table[11].to_i
|
2329
2329
|
if @data['포스트설정']['테더링'].checked?
|
2330
2330
|
puts 'Tethering IP change...'
|
2331
|
-
|
2331
|
+
|
2332
2332
|
# 현재 실행 파일이 있는 디렉터리 경로를 얻기
|
2333
2333
|
current_dir = File.dirname(__FILE__)
|
2334
|
-
|
2334
|
+
|
2335
2335
|
# adb.exe의 절대 경로
|
2336
2336
|
adb_path = File.join(current_dir, 'adb.exe')
|
2337
2337
|
|
2338
2338
|
# adb devices 명령어 실행
|
2339
2339
|
stdout, stderr, status = Open3.capture3("#{adb_path} devices")
|
2340
|
-
|
2340
|
+
|
2341
2341
|
if status.success?
|
2342
2342
|
device_id = stdout.split("\n")[1].split("\t")[0]
|
2343
2343
|
puts device_id
|