<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Gems through the proxy (or the «undefined method `[]=&#8217;» error)</title>
	<atom:link href="http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/</link>
	<description>Now there's a man with an open mind: you can feel the breeze from here!</description>
	<lastBuildDate>Fri, 28 Aug 2009 13:39:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeremy H</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1563</link>
		<dc:creator>Jeremy H</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1563</guid>
		<description>Thanks, great work.  In case anyone needs to know where the default windows (at least XP) location of the ruby file you need to find, it is in C:\ruby\lib\ruby\site_ruby\1.8\rubygems</description>
		<content:encoded><![CDATA[<p>Thanks, great work.  In case anyone needs to know where the default windows (at least XP) location of the ruby file you need to find, it is in C:\ruby\lib\ruby\site_ruby\1.8\rubygems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Su</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1561</link>
		<dc:creator>Jack Su</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1561</guid>
		<description>Thanks, that works fine !</description>
		<content:encoded><![CDATA[<p>Thanks, that works fine !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos Ramos</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1533</link>
		<dc:creator>Marcos Ramos</dc:creator>
		<pubDate>Tue, 21 Apr 2009 07:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1533</guid>
		<description>Thank you. Worked like a charm! :)</description>
		<content:encoded><![CDATA[<p>Thank you. Worked like a charm! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tamil</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1515</link>
		<dc:creator>tamil</dc:creator>
		<pubDate>Mon, 06 Apr 2009 12:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1515</guid>
		<description>while trying gem update --system -p http://172.17.10.22:8080 am getting the following error..


C:\&gt;gem update --system -p http://172.17.10.22:8080
Updating RubyGems...
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    A socket operation was attempted to an unreachable network. - connect(2)(Err
no::ENETUNREACH)
can any one help on this issue..</description>
		<content:encoded><![CDATA[<p>while trying gem update &#8211;system -p <a href="http://172.17.10.22:8080" rel="nofollow">http://172.17.10.22:8080</a> am getting the following error..</p>
<p>C:\&gt;gem update &#8211;system -p <a href="http://172.17.10.22:8080" rel="nofollow">http://172.17.10.22:8080</a><br />
Updating RubyGems&#8230;<br />
ERROR:  While executing gem &#8230; (Gem::RemoteFetcher::FetchError)<br />
    A socket operation was attempted to an unreachable network. &#8211; connect(2)(Err<br />
no::ENETUNREACH)<br />
can any one help on this issue..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Tonn</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1512</link>
		<dc:creator>Mario Tonn</dc:creator>
		<pubDate>Mon, 23 Mar 2009 12:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1512</guid>
		<description>Thanks a lot.

Darryl wrote:
I get this error:
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `[]&#8216;: wrong number of arguments (1 for 2) (ArgumentError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `do_configuration&amp;#8217

To fix this error don&#039;t move the old lines.

Here are the correct lines in config_file.rb

# The name of the configuration file.
    def config_file_name
      @config_file_name &#124;&#124; Gem.config_file
    end

    # Return the configuration information for +key+.
    def [](key)
      @hash[key.to_s]
    end

    def []=(key, value)
      @hash[key.to_s]=value
    end
    
    private...</description>
		<content:encoded><![CDATA[<p>Thanks a lot.</p>
<p>Darryl wrote:<br />
I get this error:<br />
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `[]&#8216;: wrong number of arguments (1 for 2) (ArgumentError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `do_configuration&amp;#8217</p>
<p>To fix this error don&#8217;t move the old lines.</p>
<p>Here are the correct lines in config_file.rb</p>
<p># The name of the configuration file.<br />
    def config_file_name<br />
      @config_file_name || Gem.config_file<br />
    end</p>
<p>    # Return the configuration information for +key+.<br />
    def [](key)<br />
      @hash[key.to_s]<br />
    end</p>
<p>    def []=(key, value)<br />
      @hash[key.to_s]=value<br />
    end</p>
<p>    private&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darryl</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1510</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Thu, 05 Mar 2009 01:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1510</guid>
		<description>Hi, first thanks.  Second, when I try to run this command:
gem update --system -p http://myproxy:8080

I get this error:
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `[]&#039;: wrong number of arguments (1 for 2) (ArgumentError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `do_configuration&#039;

Ideas?</description>
		<content:encoded><![CDATA[<p>Hi, first thanks.  Second, when I try to run this command:<br />
gem update &#8211;system -p <a href="http://myproxy:8080" rel="nofollow">http://myproxy:8080</a></p>
<p>I get this error:<br />
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `[]&#8216;: wrong number of arguments (1 for 2) (ArgumentError) from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:37:in `do_configuration&#8217;</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1497</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 29 Dec 2008 08:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1497</guid>
		<description>Thanks a lot! Can&#039;t understand why this is still not fixed in the mainstream distribution.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! Can&#8217;t understand why this is still not fixed in the mainstream distribution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deterb</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1493</link>
		<dc:creator>deterb</dc:creator>
		<pubDate>Wed, 19 Nov 2008 17:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1493</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohit Keswani</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1492</link>
		<dc:creator>Mohit Keswani</dc:creator>
		<pubDate>Wed, 12 Nov 2008 20:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1492</guid>
		<description>Thanks for this.. You rock</description>
		<content:encoded><![CDATA[<p>Thanks for this.. You rock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pierre</title>
		<link>http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1487</link>
		<dc:creator>pierre</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://elia.wordpress.com/2007/07/18/gems-through-the-proxy-or-the-undefined-method-error/#comment-1487</guid>
		<description>Thanks for this!</description>
		<content:encoded><![CDATA[<p>Thanks for this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
