nx-gather-proxy 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54c09c0ceeb4463572996e18ddcbd5556349ec99769d15cc709d968ce214ea82
4
- data.tar.gz: 8abeb403149db6fa0512a6aa1f3811f0f656d0b76246717f49c52c8c4a5b61ff
3
+ metadata.gz: 27046e1ba793c7698a2393682892cd9dcbd3767bf83a5fdfa101ba462ad23d2d
4
+ data.tar.gz: 676bcd4370cc53c43f70e3fd87472f8377bd41b3b587a73f42ba4eb988850e6c
5
5
  SHA512:
6
- metadata.gz: 30f76192636d181474b00f1eb172ea689fbddf013f2c57aca99116044949f1cd5cc17960bb66daef3f476ed827a1644fba9ba3668871233778365cb58f8af59c
7
- data.tar.gz: 74344604bcf3f5ea608651d1d476a29b1f5032dc36ad1dac97fe516cb2d748fd29e3446a1465695592a407895ed06d331400d64367ecb5385a18d7a9050cbf0c
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
- # hello world
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
@@ -1,2 +1,2 @@
1
- require "./nx/version"
2
- require "./nx/gather-proxy"
1
+ require_relative "./nx/version"
2
+ require_relative "./nx/gather-proxy"
@@ -1,5 +1,5 @@
1
1
  module Nx
2
2
  class GatherProxy
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
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.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-03-03 00:00:00.000000000 Z
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.0.gem
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.1.2
84
+ rubygems_version: 3.0.3
85
85
  signing_key:
86
86
  specification_version: 4
87
87
  summary: Gather proxy.
Binary file