soonje_3 4.0.26 → 4.0.28
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.
Potentially problematic release.
This version of soonje_3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/soonje_3.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: 01562d14794072211e1dc0e87d327ee31b7400930b6db9ad8f1cbc291844cdd8
|
|
4
|
+
data.tar.gz: 3b74a98285d26df4f8233633fd8290fedc6a66f45a21b564e763259be39b6ed5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: da5c32d4b6cec2bf95bfb47f09df07c5cb87e2cb6f7e845880d28303550fef3e9b9d64d36ab9cf1fbb1dbc4e83c4361aebdd670fd0e7f7e34404c296cb5fa97e
|
|
7
|
+
data.tar.gz: bc9c8bd7756e429e6a3a347c6f9c2e4c1005502511e009d29e226affa54876883c7aa9481cf6791a4267864be7300a1542d6f55c8b81b744fcb1a04e507f8824
|
data/lib/soonje_3.rb
CHANGED
|
@@ -640,8 +640,8 @@ class Wordpress
|
|
|
640
640
|
begin
|
|
641
641
|
status_timeout = Timeout::timeout(180) do
|
|
642
642
|
begin
|
|
643
|
-
if black_users.include?(table[1].to_s)
|
|
644
|
-
|
|
643
|
+
if black_users.include?(table[1].to_s + table[2].to_s)
|
|
644
|
+
next
|
|
645
645
|
end
|
|
646
646
|
if table[4].to_i > table[6].to_i
|
|
647
647
|
if @data['포스트설정']['테더링'].checked?
|
|
@@ -745,7 +745,7 @@ class Wordpress
|
|
|
745
745
|
@data['table'].pop
|
|
746
746
|
login_check = login()
|
|
747
747
|
if login_check == 0
|
|
748
|
-
black_users << table[1].to_s
|
|
748
|
+
black_users << table[1].to_s + table[2].to_s
|
|
749
749
|
next
|
|
750
750
|
end
|
|
751
751
|
|