Source: ruby-proxifier Section: ruby Maintainer: Debian Ruby Team Uploaders: Lucas Kanashiro Build-Depends: debhelper-compat (= 14), gem2deb Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-proxifier.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-proxifier Homepage: https://github.com/samuelkadolph/ruby-proxifier Testsuite: autopkgtest-pkg-ruby Package: ruby-proxifier Architecture: all Depends: ruby:any Description: add support for HTTP or SOCKS proxies Proxifier enable ruby programmers to use HTTP or SOCKS proxies interchangeably when using TCPSockets. Either manually with `Proxifier::Proxy#open` or by `require "proxifier/env"`. . Allows one to use ruby code that doesn't user proxies for users that have to use proxies. The pruby and pirb executables are simple wrappers for their respective ruby executables that support proxies from environment variables.