<?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 on: My RubyGems development tools and workflow</title>
	<atom:link href="http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Mon, 21 Nov 2011 19:26:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Twitted by tweetlicius</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-193111</link>
		<dc:creator>Twitted by tweetlicius</dc:creator>
		<pubDate>Thu, 31 Dec 2009 18:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-193111</guid>
		<description>[...] This post was Twitted by tweetlicius [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by tweetlicius [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn Vanderburg</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144860</link>
		<dc:creator>Glenn Vanderburg</dc:creator>
		<pubDate>Mon, 08 Dec 2008 02:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144860</guid>
		<description>Nic, I&#039;ve delved a little into the conflict between your badges and mine; I&#039;ll send you some details.  Thanks for the mention!</description>
		<content:encoded><![CDATA[<p>Nic, I&#8217;ve delved a little into the conflict between your badges and mine; I&#8217;ll send you some details.  Thanks for the mention!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Radford</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144843</link>
		<dc:creator>Jacob Radford</dc:creator>
		<pubDate>Sun, 07 Dec 2008 21:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144843</guid>
		<description>Nic,

I&#039;ve recently ported over the concept proposed in Python&#039;s virtualenv ( http://pypi.python.org/pypi/virtualenv ) to ruby.  It creates a sandbox area for rubygems where you can install only the ones you want (ignoring the system gems).  

Like to know what you think: http://github.com/nkryptic/sandbox</description>
		<content:encoded><![CDATA[<p>Nic,</p>
<p>I&#8217;ve recently ported over the concept proposed in Python&#8217;s virtualenv ( <a href="http://pypi.python.org/pypi/virtualenv" rel="nofollow">http://pypi.python.org/pypi/virtualenv</a> ) to ruby.  It creates a sandbox area for rubygems where you can install only the ones you want (ignoring the system gems).  </p>
<p>Like to know what you think: <a href="http://github.com/nkryptic/sandbox" rel="nofollow">http://github.com/nkryptic/sandbox</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat Schaffer</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144733</link>
		<dc:creator>Mat Schaffer</dc:creator>
		<pubDate>Sat, 06 Dec 2008 17:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144733</guid>
		<description>If anyone out there has ever had the experience of installing the perl mysql adapter via CPAN (like me), they&#039;ll probably disagree with having tests as the default when installing libraries. That particular library requires you to remove your db&#039;s root password before you can install it because of how the tests were written. I&#039;d hate to see the same madness happen to rubygems.</description>
		<content:encoded><![CDATA[<p>If anyone out there has ever had the experience of installing the perl mysql adapter via CPAN (like me), they&#8217;ll probably disagree with having tests as the default when installing libraries. That particular library requires you to remove your db&#8217;s root password before you can install it because of how the tests were written. I&#8217;d hate to see the same madness happen to rubygems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-12-06 &#171; Brent Sordyl&#8217;s Blog</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144696</link>
		<dc:creator>links for 2008-12-06 &#171; Brent Sordyl&#8217;s Blog</dc:creator>
		<pubDate>Sat, 06 Dec 2008 14:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144696</guid>
		<description>[...] My RubyGems development tools and workflow If you’re new to creating your own RubyGems, perhaps my workflow and tools are a useful starting point to follow. (tags: rubygems tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[...] My RubyGems development tools and workflow If you’re new to creating your own RubyGems, perhaps my workflow and tools are a useful starting point to follow. (tags: rubygems tutorial) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sometimes we forget how lucky we are to have Perl &#171; transfixed but not dead!</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144657</link>
		<dc:creator>Sometimes we forget how lucky we are to have Perl &#171; transfixed but not dead!</dc:creator>
		<pubDate>Fri, 05 Dec 2008 23:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144657</guid>
		<description>[...]  http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/ [...]</description>
		<content:encoded><![CDATA[<p>[...]  http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/ [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sanheim</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144620</link>
		<dc:creator>Rob Sanheim</dc:creator>
		<pubDate>Fri, 05 Dec 2008 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144620</guid>
		<description>Hey Nic

Thanks for the mention!  For any of your readers who want to get rolling with RunCodeRun, you can use the invite code &quot;drnic&quot; to an account.

- Rob
Lead Developer, Chief Coffee Evangelist
http://runcoderun.com</description>
		<content:encoded><![CDATA[<p>Hey Nic</p>
<p>Thanks for the mention!  For any of your readers who want to get rolling with RunCodeRun, you can use the invite code &#8220;drnic&#8221; to an account.</p>
<p>- Rob<br />
Lead Developer, Chief Coffee Evangelist<br />
<a href="http://runcoderun.com" rel="nofollow">http://runcoderun.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Neath</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144619</link>
		<dc:creator>Jim Neath</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144619</guid>
		<description>Great post, Nic.

I&#039;ve been meaning to learn about how to make gems for a while as I&#039;m painfully clueless haha.

I&#039;ve just managed to make a gem that prints out my name 100 times.

What more could you ever want in life?</description>
		<content:encoded><![CDATA[<p>Great post, Nic.</p>
<p>I&#8217;ve been meaning to learn about how to make gems for a while as I&#8217;m painfully clueless haha.</p>
<p>I&#8217;ve just managed to make a gem that prints out my name 100 times.</p>
<p>What more could you ever want in life?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How Dr Nic Packages His Ruby Code With RubyGems</title>
		<link>http://drnicwilliams.com/2008/12/05/my-rubygems-development-tools-and-workflow/comment-page-1/#comment-144609</link>
		<dc:creator>How Dr Nic Packages His Ruby Code With RubyGems</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=357#comment-144609</guid>
		<description>[...] favorite Australian Ruby developer, Dr. Nic Williams, has put together a handy slide presentation called How to Package Your Ruby Code where he demonstrates how he packages his various bits of Ruby code using RubyGems. His process is [...]</description>
		<content:encoded><![CDATA[<p>[...] favorite Australian Ruby developer, Dr. Nic Williams, has put together a handy slide presentation called How to Package Your Ruby Code where he demonstrates how he packages his various bits of Ruby code using RubyGems. His process is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

