<?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>Code Stuffs from Sam S-M</title>
	<atom:link href="http://code.samsm.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://code.samsm.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 24 Jan 2010 19:57:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>gem outdated</title>
		<link>http://code.samsm.com/?p=5</link>
		<comments>http://code.samsm.com/?p=5#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:57:56 +0000</pubDate>
		<dc:creator>samsm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://code.samsm.com/?p=5</guid>
		<description><![CDATA[I used to run gem update all the time and just get whatever updates it gave me. 
Now I run gem outdated first and I recommend it. It&#8217;s easy to miss what is being updated with gem updated. Particularly when a ]]></description>
			<content:encoded><![CDATA[<p>I used to run gem update all the time and just get whatever updates it gave me. </p>
<p>Now I run gem outdated first and I recommend it. It&#8217;s easy to miss what is being updated with gem updated. Particularly when a <1.0 gem gets bumped a minor version, that&#8217;s worth looking at to see what&#8217;s up.</p>
<p>outdated and update both take awhile to run. If there are just one or two gems on the outdated list I just type them in to the gem update:</p>
<p>ex:<br />
sudo gem update # 1+ minutes?<br />
sudo gem update do_sqlite # 10 seconds</p>
]]></content:encoded>
			<wfw:commentRss>http://code.samsm.com/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mission statement</title>
		<link>http://code.samsm.com/?p=3</link>
		<comments>http://code.samsm.com/?p=3#comments</comments>
		<pubDate>Sun, 24 Jan 2010 03:34:53 +0000</pubDate>
		<dc:creator>samsm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://code.samsm.com/?p=3</guid>
		<description><![CDATA[More technical than industry talk, but hopefully acceptable for a variety of palates.
]]></description>
			<content:encoded><![CDATA[<p>More technical than industry talk, but hopefully acceptable for a variety of palates.</p>
]]></content:encoded>
			<wfw:commentRss>http://code.samsm.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
