nx-gather-proxy 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +15 -1
- data/lib/nx-gather-proxy.rb +2 -2
- data/lib/nx/version.rb +1 -1
- data/nx-gather-proxy-0.1.1.gem +0 -0
- metadata +4 -4
- data/nx-gather-proxy-0.1.0.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27046e1ba793c7698a2393682892cd9dcbd3767bf83a5fdfa101ba462ad23d2d
|
4
|
+
data.tar.gz: 676bcd4370cc53c43f70e3fd87472f8377bd41b3b587a73f42ba4eb988850e6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ee89c7862448234f16009344921d5bfed8cbe7cea305aff95ae6b1ea220a597ed37a7ca16ea21c4bc6f74011a37205986adb3e20f06d06115d4cb4220c07388
|
7
|
+
data.tar.gz: e62151e2639df2a5d58177b71d4d50b8003b7cd882da22617c6f0657c945758d658714a4f4ec55097f92a3619e8cf7a34717eb39242281f12cc1875c8073c15c
|
data/README.md
CHANGED
@@ -13,7 +13,18 @@ gem 'nx-gather-proxy', git: 'git@github.com:afeiship/nx-gather-proxy.git'
|
|
13
13
|
```rb
|
14
14
|
Nx::GatherProxy::fetch
|
15
15
|
|
16
|
-
#
|
16
|
+
# results
|
17
|
+
[
|
18
|
+
{
|
19
|
+
:ip=>"220.174.236.211",
|
20
|
+
:port=>8091
|
21
|
+
},
|
22
|
+
{
|
23
|
+
:ip=>"122.5.107.172",
|
24
|
+
:port=>9999
|
25
|
+
}
|
26
|
+
# ...
|
27
|
+
]
|
17
28
|
```
|
18
29
|
|
19
30
|
## build/publish
|
@@ -24,3 +35,6 @@ gem build nx-gather-proxy.gemspec
|
|
24
35
|
# publish
|
25
36
|
gem push nx-gather-proxy-0.1.0.gem
|
26
37
|
```
|
38
|
+
|
39
|
+
## resources
|
40
|
+
- https://proxygather.com/proxylist/country?c=China
|
data/lib/nx-gather-proxy.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
require_relative "./nx/version"
|
2
|
+
require_relative "./nx/gather-proxy"
|
data/lib/nx/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nx-gather-proxy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- afeiship
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-06-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -60,7 +60,7 @@ files:
|
|
60
60
|
- lib/nx-gather-proxy.rb
|
61
61
|
- lib/nx/gather-proxy.rb
|
62
62
|
- lib/nx/version.rb
|
63
|
-
- nx-gather-proxy-0.1.
|
63
|
+
- nx-gather-proxy-0.1.1.gem
|
64
64
|
- nx-gather-proxy.gemspec
|
65
65
|
homepage: https://github.com/afeiship/nx-gather-proxy
|
66
66
|
licenses:
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
|
-
rubygems_version: 3.
|
84
|
+
rubygems_version: 3.0.3
|
85
85
|
signing_key:
|
86
86
|
specification_version: 4
|
87
87
|
summary: Gather proxy.
|
data/nx-gather-proxy-0.1.0.gem
DELETED
Binary file
|