Skip to content

gussan/rubygems-socksproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!This gem is no more maintained. Please use https://github.com/tkeo/command_socksify

Rubygems::Socksproxy

SOCKS proxy support for rubygems/bundler

Installation

$ gem install rubygems-socksproxy

Usage

gem command with socks proxy:

SOCKS_PROXY=localhost:1080 gem install xxx

bundle command with socks proxy:

SOCKS_PROXY=localhost:1080 bundle-socks install

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

SOCKS proxy support for rubygems/bundler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages