board_posting_duo 0.0.75 → 0.0.76
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/board_posting_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: 37bad1e5ba64fe753da473aee566c76601f31588b86fec4fe475639920bb57f5
|
4
|
+
data.tar.gz: f8975bb1a0cc6fdf971509493d9f0f6ebff8a03a53daf99217f86c0ba4a24ae6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9609cb306d2ac716cd64924e52647f56b3b8c69750c17b88956cca9367753d16d027617bfe59d4948234f4375d57ef7291a40e571244b3854234acdb7b80019
|
7
|
+
data.tar.gz: 5a03aacbb9146962c9da6f1de50200fcf540a949d8062093d4901db08e0f55bb916335af3e8a3dc3429083f76396b4097e7bb8778c93c896c45fe67a5981ae38
|
data/lib/board_posting_duo.rb
CHANGED
@@ -8260,11 +8260,11 @@ class Wordpress
|
|
8260
8260
|
tt = noko.xpath('//*[@id="at-main"]/div/table/tbody/tr['+n.to_s+']').to_s
|
8261
8261
|
if tt.include?(user_id.to_s) and tt.include?('그누보드 게시판 자동 글 등록기')
|
8262
8262
|
if noko.xpath('//*[@id="at-main"]/div/table/tbody/tr['+n.to_s+']/td[7]/label[1]/input').to_s.include?('checked')
|
8263
|
-
|
8263
|
+
if mac_check(user_id) == 1
|
8264
8264
|
return 1
|
8265
|
-
|
8266
|
-
|
8267
|
-
|
8265
|
+
else
|
8266
|
+
return 44
|
8267
|
+
end
|
8268
8268
|
else
|
8269
8269
|
return 22
|
8270
8270
|
end
|