posting_duo 0.0.19 → 0.0.20
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/posting_duo.rb +4 -2
- 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: e469ebd49b2afedc9471484dc2952dbc1fac647c7039b535a2747e581640b584
|
4
|
+
data.tar.gz: 5e7d4890c4ca08b7665f486cdf1bdcf9d79a521d6f1f96de8b4c2332ed4a8cf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1f8d270d1d2d6554d217f1b6b4171bdb08418514b0a98df4008a3967670b36c2a0750d61849013411183ba78fa36ec0c43f66e4a6f9b1a165cbdd988651408
|
7
|
+
data.tar.gz: 51107cf0930ef09d2807d415b23151551512bbcc0eb9bc7314ebe5caa68133da36ad50842c2bc71f74766dc003de1adf0d9ca519a44d6a14b74b668296c3be06
|
data/lib/posting_duo.rb
CHANGED
@@ -10458,7 +10458,8 @@ class Wordpress
|
|
10458
10458
|
text "내용폴더경로 ex)C:\\내용\\폴더1"
|
10459
10459
|
}
|
10460
10460
|
button(' 폴더째로 불러오기 '){
|
10461
|
-
|
10461
|
+
stretchy false
|
10462
|
+
on_clicked {
|
10462
10463
|
path = @data['이미지설정']['폴더경로2'].text.to_s.force_encoding('utf-8')
|
10463
10464
|
|
10464
10465
|
# 경로가 유효한지 확인
|
@@ -10569,7 +10570,8 @@ class Wordpress
|
|
10569
10570
|
stretchy false
|
10570
10571
|
text "사진폴더경로 ex)C:\\사진\\폴더2"
|
10571
10572
|
}
|
10572
|
-
button('
|
10573
|
+
button('폴더째로불러오기'){
|
10574
|
+
stretchy false
|
10573
10575
|
on_clicked {
|
10574
10576
|
path = @data['이미지설정']['폴더경로'].text.to_s.force_encoding('utf-8')
|
10575
10577
|
|