<?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>MrBrown blob &#187; Ruby</title>
	<atom:link href="http://charles.lescampeurs.org/category/ruby/feed" rel="self" type="application/rss+xml" />
	<link>http://charles.lescampeurs.org</link>
	<description>random bits.</description>
	<lastBuildDate>Sat, 10 Apr 2010 09:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install gem without documentation</title>
		<link>http://charles.lescampeurs.org/2008/11/21/install-gem-without-documentation</link>
		<comments>http://charles.lescampeurs.org/2008/11/21/install-gem-without-documentation#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:18:16 +0000</pubDate>
		<dc:creator>CharlyBr</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[gem]]></category>

		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=123</guid>
		<description><![CDATA[If you need to install your gems without extra documentation, use flags &#8211;no-rdoc and &#8211;no-ri Example: $ gem install --no-rdoc --no-ri rails]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F11%2F21%2Finstall-gem-without-documentation"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F11%2F21%2Finstall-gem-without-documentation&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>If you need to install your <a title="RubyGems documentation" href="http://docs.rubygems.org/" target="_blank">gems</a> without extra documentation, use flags <em>&#8211;no-rdoc</em> and <em>&#8211;no-ri</em></p>
<p>Example:</p>
<pre>$ gem install --no-rdoc --no-ri rails</pre>
]]></content:encoded>
			<wfw:commentRss>http://charles.lescampeurs.org/2008/11/21/install-gem-without-documentation/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
