0.0
No commit activity in last 3 years
No release in over 3 years
Gather proxy for nx.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.14
~> 12.3, >= 12.3.3
 Project Readme

nx-gather-proxy

Gather proxy for nx.

installation

# from gem
gem 'nx-gather-proxy'
# from git
gem 'nx-gather-proxy', git: 'git@github.com: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

resources