<?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>Tender Lovemaking &#187; rubygems</title>
	<atom:link href="http://tenderlovemaking.com/category/rubygems/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenderlovemaking.com</link>
	<description>The act of making love, tenderly.</description>
	<lastBuildDate>Sun, 15 Jan 2012 04:36:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>We need a new version of rake</title>
		<link>http://tenderlovemaking.com/2009/02/26/we-need-a-new-version-of-rake/</link>
		<comments>http://tenderlovemaking.com/2009/02/26/we-need-a-new-version-of-rake/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 18:24:12 +0000</pubDate>
		<dc:creator>Aaron Patterson</dc:creator>
				<category><![CDATA[computadora]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://tenderlovemaking.com/?p=224</guid>
		<description><![CDATA[We&#8217;ve all seen this warning: /Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.[/sourcecode] Rake is using a deprecated API from RubyGems. Jim knows about the problem, we just need to get him to release a new version of Rake. In order to get Jim to release a new version of [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve all seen this warning:<br />
<code>/Library/Ruby/Gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning: Gem::manage_gems is deprecated and will be removed on or after March 2009.[/sourcecode]<br />
Rake is using a deprecated API from RubyGems. <a href="http://github.com/jimweirich/rake/commit/dd9c844defd723ab541d5c86ff0465c9dcf7047f">Jim knows about the problem</a>, we just need to get him to release a new version of Rake.</p>
<p>In order to get Jim to release a new version of Rake, I have decided to start a letter writing campaign:</p>
<p><a href="http://www.flickr.com/photos/aaronp/3311337849/" title="IMG_0150.JPG by fakebeard, on Flickr"><img src="http://farm4.static.flickr.com/3417/3311337849_34014a83b7.jpg" width="500" height="375" alt="IMG_0150.JPG" /></a></p>
<p>If you would like to help get a new version of Rake released, I encourage you to send a letter to Jim, thanking him for his hard work on Rake, and asking him kindly to release the new "warning free" version.</p>
<p>Send your letters here:</p>
<pre>
Rake
c/o Jim Weirich
EdgeCase
1130 Congress Ave
Cincinnati, OH 45246
</pre>
<p>Together we can get Jim to release a new version of Rake.  Together we can build a "warning free" future for our children.</p>
]]></content:encoded>
			<wfw:commentRss>http://tenderlovemaking.com/2009/02/26/we-need-a-new-version-of-rake/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Faster RubyGems (GEMS 早くになりました)</title>
		<link>http://tenderlovemaking.com/2008/02/20/faster-rubygems-gems-%e6%97%a9%e3%81%8f%e3%81%ab%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/</link>
		<comments>http://tenderlovemaking.com/2008/02/20/faster-rubygems-gems-%e6%97%a9%e3%81%8f%e3%81%ab%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 00:07:45 +0000</pubDate>
		<dc:creator>Aaron Patterson</dc:creator>
				<category><![CDATA[computadora]]></category>
		<category><![CDATA[rubygems]]></category>

		<guid isPermaLink="false">http://tenderlovemaking.com/2008/02/20/faster-rubygems-gems-%e6%97%a9%e3%81%8f%e3%81%ab%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/</guid>
		<description><![CDATA[Last night at Nerd Club, Eric and I hacked a patch of mine in to RubyGems. We made gems use net/http rather than open-uri for downloading gem information. I configured net/http to use a persistent connection, and now those little dots should move a lot faster in the next release of RubyGems. Eric was also [...]]]></description>
			<content:encoded><![CDATA[<p>Last night at <a href="http://seattlerb.rubyforge.org/">Nerd Club</a>, <a href="http://blog.segment7.net/">Eric</a> and I hacked a <a href="http://rubyforge.org/tracker/?func=detail&#038;atid=577&#038;aid=18180&#038;group_id=126">patch of mine</a> in to RubyGems.  We made gems use net/http rather than open-uri for downloading gem information.  I configured net/http to use a persistent connection, and now those little dots should move a lot faster in the next release of RubyGems.  Eric was also able to pull open-uri out of gems.  Yay!</p>
<p>I hope that gets released soon.  Those slow dots irritate me so much!<code></p>
]]></content:encoded>
			<wfw:commentRss>http://tenderlovemaking.com/2008/02/20/faster-rubygems-gems-%e6%97%a9%e3%81%8f%e3%81%ab%e3%81%aa%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

