nx-gather-proxy
Gather proxy for nx.
installation
# from gem
gem 'nx-gather-proxy'
# from git
gem 'nx-gather-proxy', git: '[email protected]:afeiship/nx-gather-proxy.git'
usage
Nx::GatherProxy::fetch
# results
[
{
:ip=>"220.174.236.211",
:port=>8091
},
{
:ip=>"122.5.107.172",
:port=>9999
}
# ...
]
build/publish
# build
gem build nx-gather-proxy.gemspec
# publish
gem push nx-gather-proxy-0.1.0.gem