Ruby Proxy URL

From EggeWiki

If you need to install gems behind a proxy which accepts basic authentication, you can use this syntax. <geshi lang="ruby"> gem install term-ansicolor --http-proxy http://username:password@proxy:8080 </geshi>