<?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>Mundo Ruby &#187; readline</title>
	<atom:link href="http://www.mundoruby.com.ar/tag/readline/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mundoruby.com.ar</link>
	<description>Ruby Artists, Hackers y otras yerbas ...</description>
	<lastBuildDate>Wed, 12 Aug 2009 23:02:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pure-Ruby Readline: Released 0.1.2</title>
		<link>http://www.mundoruby.com.ar/2009/05/19/pure-ruby-readline-released-012/</link>
		<comments>http://www.mundoruby.com.ar/2009/05/19/pure-ruby-readline-released-012/#comments</comments>
		<pubDate>Tue, 19 May 2009 13:59:06 +0000</pubDate>
		<dc:creator>FreedomCoder</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[readline]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mundoruby.com.ar/?p=88</guid>
		<description><![CDATA[&#8220;
Well, well, less than 24 hours since my last blog post, I have more updates for you!

Thanks to GitHub, rb-readline, the Pure-Ruby Readline project I’ve mentioned earlier, have now two forks and 3 bugs fixed!
Thanks to Roger Pack and Jugyo !!!
Now, there is no gem for rb-readline, mainly because readline needs to be available even [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;
<p>Well, well, less than 24 hours since my last <a href="http://blog.mmediasys.com/2009/05/17/rubyinstaller-updated-packages-and-other-news/">blog post</a>, I have more updates for you!</p>
<p><span id="more-175"></span></p>
<p>Thanks to <a href="http://github.com">GitHub</a>, rb-readline, the Pure-Ruby Readline project I’ve mentioned earlier, have now <a href="http://github.com/luislavena/rb-readline/network">two forks</a> and 3 bugs fixed!</p>
<p>Thanks to <a href="http://github.com/rogerdpack/">Roger Pack</a> and <a href="http://github.com/jugyo/">Jugyo</a> !!!</p>
<p>Now, there is no gem for rb-readline, mainly because <code>readline</code> needs to be available even if RubyGems is not loaded (like on IRB).</p>
<p>So, to install the updated package:</p>
<ul>
<li>Download <a href="http://cloud.github.com/downloads/luislavena/rb-readline/rb-readline-0.1.2.zip">rb-readline-0.1.2.zip</a></li>
<li>Extract to a folder and open a command prompt there</li>
<li>Execute <code>ruby setup.rb</code></li>
</ul>
<p>That should update the installed RbReadline, but just to verify:</p>
<pre><code>ruby -rreadline -e 'puts Readline::RB_READLINE_VERSION'</code></pre>
<p>The output should say <strong>0.1.2</strong></p>
<p>That’s all! Enjoy!</p>
<p>&#8220;</p>
<p>(Via <a href="http://blog.mmediasys.com">DEV_MEM.dump_to(:blog) &#8211; Multimedia systems blog</a>.) Original Link: <a href="http://blog.mmediasys.com/2009/05/19/pure-ruby-readline-released-012/#comments">Pure-Ruby Readline: Released 0.1.2</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-7949681675937032";
google_ad_slot = "0874687580";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mundoruby.com.ar/2009/05/19/pure-ruby-readline-released-012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

