From: "Mehr, Assaph (Assaph)" Date: 2004-05-03T15:19:07+09:00 Subject: Re: rubygem BUG > I suppose the rubyforge bug report is most appropriate, but I don't mind > where it's reported, as long as I find out :) So here's another one for you: --http-proxy seems to ignore the port. gem -P http://proxy:8000 -l (and variations) barf up with: *** REMOTE GEMS *** c:/langs/ruby/lib/ruby/1.8/open-uri.rb:544:in `proxy_open': 404 Not Found (OpenURI::HTTPError) from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:167:in `open_loop' from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:164:in `catch' from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:164:in `open_loop' from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:134:in `open_uri' from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:422:in `open' from c:/langs/ruby/lib/ruby/1.8/open-uri.rb:85:in `open' from c:/langs/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:172:in `fetch' from c:/langs/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:96:in `get_caches' from c:/langs/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:87:in `each' from c:/langs/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:87:in `get_caches' from c:/langs/ruby/lib/ruby/site_ruby/1.8/rubygems/remote_installer.rb:62:in `search' from c:/langs/ruby/bin/gem:622:in `_list_gems' from c:/langs/ruby/bin/gem:454:in `list' from c:/langs/ruby/bin/gem:119:in `run' from c:/langs/ruby/bin/gem:694 (and yes, the 'proxy' and port are correct :)