<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silence is Foo &#187; gems</title>
	<atom:link href="http://raflabs.com/blogs/silence-is-foo/tag/gems/feed/" rel="self" type="application/rss+xml" />
	<link>http://raflabs.com/blogs/silence-is-foo</link>
	<description>Mental notes on Ruby, Git, Rails and whatever geeky thing</description>
	<lastBuildDate>Thu, 07 Apr 2011 19:11:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Today&#039;s Frustration] &#8220;The Invalid Gem Format&#8221; message</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/11/07/todays-frustration-invalid-gem-format-message/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/11/07/todays-frustration-invalid-gem-format-message/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 22:04:19 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=864</guid>
		<description><![CDATA[I was installing a gem when suddenly:

ERROR: Error installing the_gem:
invalid gem format for /Library/Ruby/Gems/1.8/cache/the_gem-0.0.0.gem

I got frustrated because the error message doesn't tells much about the real error, which I still don't know what is, the only thing we can figure out reading the message is that rubygems is trying to install the gem from a [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/11/07/todays-frustration-invalid-gem-format-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heroku gem bash completion</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 05:53:02 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[helpers]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=953</guid>
		<description><![CDATA[Do you need bash completion for the heroku gem?
Here it is =&#62; http://github.com/rafmagana/heroku_bash_completion
Please read the README file for installation instructions and usage.
reddit_url = http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/;reddit_title = Heroku+gem+bash+completion;reddit_newwindow='1';]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/09/06/heroku-gem-bash-completion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing a gem fork from Github source</title>
		<link>http://raflabs.com/blogs/silence-is-foo/2010/07/19/installing-a-gem-fork-from-github-source/</link>
		<comments>http://raflabs.com/blogs/silence-is-foo/2010/07/19/installing-a-gem-fork-from-github-source/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 18:08:37 +0000</pubDate>
		<dc:creator>raf</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://raflabs.com/blogs/silence-is-foo/?p=472</guid>
		<description><![CDATA[Usually, installing a gem is as easy as issuing:

gem install gem_name

but, what if you want to install a fork of a gem?
As you may know Github no longer hosts gems, so doing the following won't work:
$ sudo gem install technoweenie-grit --source http://gems.github.com
NOTE: Actually it'd work if the gem you're trying to install is in this [...]]]></description>
		<wfw:commentRss>http://raflabs.com/blogs/silence-is-foo/2010/07/19/installing-a-gem-fork-from-github-source/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

