soonje_3 4.0.28 → 4.0.30
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 +5 -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: 9d95252e2a4e4eeb10ed3e0b4f3d6cea1419e0beabfe9ed241615fbbc2bdf792
|
|
4
|
+
data.tar.gz: 4b9691f4ae7846ab04edbd050b3963abaf52d7bd5c09008636ce237e6591af86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6fb9ef92bbbc9aaab9c6a336c5d8be2b902e886cc0c6cc2b5dd09963817491520d4a5640dd1a7761703a4badeb7be588ff05a440e96b854e9082d2b15dcb7dd
|
|
7
|
+
data.tar.gz: 7c7a10dd6253b1a6c250b9f55b9abaede39c71f813533e4d00fa7c5a1694d07b32ae659a2a5036cbf9084ed35a0c97d054fb4079c2c03d8c28f22fe1311f4222
|
data/lib/soonje_3.rb
CHANGED
|
@@ -84,9 +84,11 @@ class Wordpress
|
|
|
84
84
|
mac_address = mac_address.split("\n").join('').split(' ').join
|
|
85
85
|
puts mac_address
|
|
86
86
|
rescue
|
|
87
|
-
|
|
87
|
+
puts 'mac_address error ...'
|
|
88
|
+
mac_address = mac_address.split("\n").join('').split(' ').join
|
|
89
|
+
puts mac_address
|
|
88
90
|
end
|
|
89
|
-
if mac_history.length
|
|
91
|
+
if mac_history.length > 5
|
|
90
92
|
puts '최대 5대 기기 사용가능 로그인실패'
|
|
91
93
|
return 3
|
|
92
94
|
else
|
|
@@ -1429,7 +1431,7 @@ class Wordpress
|
|
|
1429
1431
|
@data['포스트설정']['내용자동변경값'] = Hash.new
|
|
1430
1432
|
@data['포스트설정']['막글'] = ''
|
|
1431
1433
|
@data['포스트설정']['프록시리스트'] = Array.new
|
|
1432
|
-
@user_login_ok =
|
|
1434
|
+
@user_login_ok = 44
|
|
1433
1435
|
window('백링크 프로그램', 800, 540) {
|
|
1434
1436
|
margined true
|
|
1435
1437
|
|