<?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/"
		>
<channel>
	<title>Comments for Martin Videc</title>
	<atom:link href="http://www.videc.at/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videc.at</link>
	<description>codemonkey/developer</description>
	<lastBuildDate>Wed, 24 Feb 2010 14:19:28 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Krzsyztof Niemkiewicz</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1271</link>
		<dc:creator>Krzsyztof Niemkiewicz</dc:creator>
		<pubDate>Wed, 24 Feb 2010 14:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1271</guid>
		<description>Thanks !! Great post.</description>
		<content:encoded><![CDATA[<p>Thanks !! Great post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Jonathan</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1270</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 22:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1270</guid>
		<description>Brilliant!  Thank you!</description>
		<content:encoded><![CDATA[<p>Brilliant!  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Marcel</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1269</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1269</guid>
		<description>On ubuntu hardy, I found this happened after doing &quot;gem update --system&quot;, which seemed to update /usr/bin/gem1.8 but not /usr/bin/gem.  So I fixed this way instead:

rm /usr/bin/gem
ln -s /usr/bin/gem1.8 /usr/bin/gem</description>
		<content:encoded><![CDATA[<p>On ubuntu hardy, I found this happened after doing &#8220;gem update &#8211;system&#8221;, which seemed to update /usr/bin/gem1.8 but not /usr/bin/gem.  So I fixed this way instead:</p>
<p>rm /usr/bin/gem<br />
ln -s /usr/bin/gem1.8 /usr/bin/gem</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Irregular Shed</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1253</link>
		<dc:creator>Irregular Shed</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1253</guid>
		<description>Thanks for that. It&#039;s done the trick - I need things to Just Work to get by my boss and was beginning to get very annoyed at Ruby today!</description>
		<content:encoded><![CDATA[<p>Thanks for that. It&#8217;s done the trick &#8211; I need things to Just Work to get by my boss and was beginning to get very annoyed at Ruby today!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by UmitOz</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1252</link>
		<dc:creator>UmitOz</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1252</guid>
		<description>This helped me to solve my problem while upgrading from rails 1.2.3 to 1.2.6. Thanks.</description>
		<content:encoded><![CDATA[<p>This helped me to solve my problem while upgrading from rails 1.2.3 to 1.2.6. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Jonathan</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1234</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Tue, 12 Jan 2010 10:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1234</guid>
		<description>Thanks.   This happened to me today seven months after your post.  Which makes me wonder,  how come the code has not been fixed. 

A number of curious people might have been put off Ruby during their very first encounter.

Thanks again,  this kind of issue drives me mad.  If only it just worked.</description>
		<content:encoded><![CDATA[<p>Thanks.   This happened to me today seven months after your post.  Which makes me wonder,  how come the code has not been fixed. </p>
<p>A number of curious people might have been put off Ruby during their very first encounter.</p>
<p>Thanks again,  this kind of issue drives me mad.  If only it just worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Dewd</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1228</link>
		<dc:creator>Dewd</dc:creator>
		<pubDate>Sat, 09 Jan 2010 05:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1228</guid>
		<description>You r da walrus! I wasted an evening,.. and then found yr post. Now all is sunshine and champagne! Guys like you need a medal (or a holiday in the Pacific with a bevy of babes!). Cheers, Man!</description>
		<content:encoded><![CDATA[<p>You r da walrus! I wasted an evening,.. and then found yr post. Now all is sunshine and champagne! Guys like you need a medal (or a holiday in the Pacific with a bevy of babes!). Cheers, Man!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by John</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1227</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1227</guid>
		<description>Thanks!  Your still saving people with this tip!  Found this on 3 Ubuntu 8.04 boxes today, couldn&#039;t figure out what to do until I found your fix.</description>
		<content:encoded><![CDATA[<p>Thanks!  Your still saving people with this tip!  Found this on 3 Ubuntu 8.04 boxes today, couldn&#8217;t figure out what to do until I found your fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Greg</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1171</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Thu, 24 Dec 2009 23:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1171</guid>
		<description>Very nice.</description>
		<content:encoded><![CDATA[<p>Very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RubyGems: undefined method &#8216;manage_gems&#8217; for Gem:Module (NoMethodError) by Bless</title>
		<link>http://www.videc.at/2009/04/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/comment-page-1/#comment-1080</link>
		<dc:creator>Bless</dc:creator>
		<pubDate>Tue, 08 Dec 2009 05:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.videc.at/?p=35#comment-1080</guid>
		<description>Thanks. But how do you know this is the one that need to be written?</description>
		<content:encoded><![CDATA[<p>Thanks. But how do you know this is the one that need to be written?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
