<?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>nealenssle.com &#187; gems</title>
	<atom:link href="http://nealenssle.com/blog/tag/gems/feed/" rel="self" type="application/rss+xml" />
	<link>http://nealenssle.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 27 Sep 2011 11:39:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to find your Ruby gem installation path</title>
		<link>http://nealenssle.com/blog/2010/03/30/ruby-gem-installation-pat/</link>
		<comments>http://nealenssle.com/blog/2010/03/30/ruby-gem-installation-pat/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 11:24:00 +0000</pubDate>
		<dc:creator>Neal Enssle</dc:creator>
				<category><![CDATA[untagged]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://nealenssle.com/blog/?p=339</guid>
		<description><![CDATA[It took me a bit too long to Google this, so I thought it was worth a note: You can find the location or path to where your Ruby gems are installed at with this command:

gem environment gemdir

Hope it&#8217;s useful!
]]></description>
			<content:encoded><![CDATA[<p>It took me a bit too long to Google this, so I thought it was worth a note: You can find the location or path to where your Ruby gems are installed at with this command:</p>
<pre language="Ruby">
gem environment gemdir
</pre>
<p>Hope it&#8217;s useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://nealenssle.com/blog/2010/03/30/ruby-gem-installation-pat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

