deltago4 9.0.11 → 13.0.12
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 deltago4 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/lib/deltago4.rb +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1790f951784ab54749de688fdb42a95a7805f607f82115a7626d08063c7c03ee
|
|
4
|
+
data.tar.gz: 37d73ca335648b0984d401b849115a114b34e14bfce8856d59be3b3214411766
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b1e36517975d2c92345e319695b59e23de36cdbc4d5d57b6e249ccbb3f735f3d2c6d8c458b4b4c25caefb383d7ab4e7a2e4cfbb765569a461be0e4f4c9b0bf1a
|
|
7
|
+
data.tar.gz: d6d19439bab550e492b7ec8f35f2ee479404c6f14c5174ec05d257a952321f8fa68195e2a9aa5a718798fb0f6805ef6bad608f8d4dcad82d668bda753428036a
|
data/lib/deltago4.rb
CHANGED
|
@@ -378,8 +378,7 @@ class Soonje
|
|
|
378
378
|
noko = Nokogiri::HTML(http.to_s)
|
|
379
379
|
for y in 1..15
|
|
380
380
|
begin
|
|
381
|
-
t = noko.xpath('//*[@id="main_pack"]/section[1]/div/ul/li['+y.to_s+']/div/div[
|
|
382
|
-
|
|
381
|
+
t = noko.xpath('//*[@id="main_pack"]/section[1]/div/ul/li['+y.to_s+']/div/div[2]/div[2]/a').text.to_s
|
|
383
382
|
rescue
|
|
384
383
|
t = ''
|
|
385
384
|
end
|
|
@@ -471,6 +470,8 @@ class Soonje
|
|
|
471
470
|
p title
|
|
472
471
|
mac_history << title
|
|
473
472
|
end
|
|
473
|
+
|
|
474
|
+
mac_history = mac_history.uniq
|
|
474
475
|
|
|
475
476
|
mac_address, stderr, status = Open3.capture3('getmac /v')
|
|
476
477
|
mac_address = mac_address.force_encoding('cp949').encode('utf-8').split('이더넷')[1]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: deltago4
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 13.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- soonje
|
|
@@ -36,7 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
36
36
|
- !ruby/object:Gem::Version
|
|
37
37
|
version: '0'
|
|
38
38
|
requirements: []
|
|
39
|
-
rubygems_version: 3.
|
|
39
|
+
rubygems_version: 3.1.6
|
|
40
40
|
signing_key:
|
|
41
41
|
specification_version: 4
|
|
42
42
|
summary: file to clipboard
|