tg_send_duo 0.0.27 → 0.0.29
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/tg_send_duo.rb +4 -4
- 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: e85768613eaf896e18ee665ff778de7700f10182a0ebe35ae64b7b489e97b8f1
|
4
|
+
data.tar.gz: '03864f2431ac599a7e90055cf4e06fb34812ac314177ebbb161bb313ab233ef7'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 94c3f4092e6dbaecf5d6050bbbfad30b90d8fd2fb38178dce85a2d69d64dc7ab488321a158fb13213d3b893be3dad2538b20db8af3ed788bc8555f879f9132b9
|
7
|
+
data.tar.gz: 21b3983120e7eafeabf64e1a82720989900f9bdaa8c8a6696ecc4f8760f61017d59523b2dc0b6dd84b6cfdb7c46c3b52d0fb800bad58a07a991964d2f1872218
|
data/lib/tg_send_duo.rb
CHANGED
@@ -1230,7 +1230,7 @@ class Wordpress
|
|
1230
1230
|
stretchy false
|
1231
1231
|
grid{
|
1232
1232
|
@data['group_list'] = entry{
|
1233
|
-
text 'ex)
|
1233
|
+
text 'ex) abc123'
|
1234
1234
|
top 0
|
1235
1235
|
left 0
|
1236
1236
|
}
|
@@ -1238,7 +1238,7 @@ class Wordpress
|
|
1238
1238
|
|
1239
1239
|
|
1240
1240
|
|
1241
|
-
button('
|
1241
|
+
button(' 그룹방 ID 등록하기 '){
|
1242
1242
|
top 0
|
1243
1243
|
left 1
|
1244
1244
|
on_clicked {
|
@@ -1247,7 +1247,7 @@ class Wordpress
|
|
1247
1247
|
@data['table'].pop
|
1248
1248
|
}
|
1249
1249
|
}
|
1250
|
-
button('그룹
|
1250
|
+
button('그룹 list 불러오기 ') {
|
1251
1251
|
top 0
|
1252
1252
|
left 2
|
1253
1253
|
on_clicked {
|
@@ -1355,7 +1355,7 @@ class Wordpress
|
|
1355
1355
|
editable true
|
1356
1356
|
}
|
1357
1357
|
|
1358
|
-
text_column('
|
1358
|
+
text_column('그룹방 LIST'){
|
1359
1359
|
editable true
|
1360
1360
|
|
1361
1361
|
}
|