<?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>Servicios y Soluciones de Negocio, Sistemas de Información, Desarrollo Web, Marketing Online &#187; RubyGems</title>
	<atom:link href="http://www.esviable.es/category/programacion/rubygems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esviable.es</link>
	<description>Servicios y Soluciones de Negocio, Sistemas de Información, Desarrollo Web, Marketing Online</description>
	<lastBuildDate>Sat, 22 May 2010 04:28:55 +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>RubyGems: undefined method `manage_gems&#8217; for Gem:Module (NoMethodError)</title>
		<link>http://www.esviable.es/2009/11/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/</link>
		<comments>http://www.esviable.es/2009/11/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:06:06 +0000</pubDate>
		<dc:creator>Efren</dc:creator>
				<category><![CDATA[RubyGems]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[manage_gems]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://www.esviable.es/?p=63</guid>
		<description><![CDATA[Días después de realizar una actualización en mi sistema linux, cuando me proponía a instalar un gema que necesitaba para un proyecto, me encontré con el siguiente error:
/usr/bin/gem:10: undefined method `manage_gems&#8217; for Gem:Module (NoMethodError)
La solución después de investigar ha sido comentar la línea que realiza el include tal que así:
#Gem.manage_gems
en el fichero /usr/bin/gem
Después me ha [...]]]></description>
			<content:encoded><![CDATA[<p>Días después de realizar una actualización en mi sistema linux, cuando me proponía a instalar un gema que necesitaba para un proyecto, me encontré con el siguiente error:</p>
<p>/usr/bin/gem:10: undefined method `manage_gems&#8217; for Gem:Module (NoMethodError)</p>
<p>La solución después de investigar ha sido comentar la línea que realiza el include tal que así:</p>
<div style="white-space: nowrap;"><span>#Gem.manage_gems</span></div>
<p>en el fichero /usr/bin/gem</p>
<p>Después me ha dado otro error:</p>
<p><span>/</span>usr<span>/</span>bin<span>/</span>gem:<span>23</span>: uninitialized constant Gem::GemRunner <span>(</span>NameError<span>)</span></p>
<p><span>Indicando que no tenía inicializado el Runner, por lo que solo tenía que poner un include a ese componente:</span></p>
<div style="white-space: nowrap;"><span>require</span> <span>&#8216;rubygems/gem_runner&#8217;</span></div>
<div style="white-space: nowrap;"><span>Investigando el motivo de este error, he encontrado como respuesta que lo han retirado de la nueva versión, </span></div>
<div style="white-space: nowrap;"><span>este componente está deprecated.</span></div>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.esviable.es%2F2009%2F11%2F30%2Frubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror%2F&amp;linkname=RubyGems%3A%20undefined%20method%20%60manage_gems%26%238217%3B%20for%20Gem%3AModule%20%28NoMethodError%29"><img src="http://www.esviable.es/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.esviable.es/2009/11/30/rubygems-undefined-method-manage_gems-for-gemmodule-nomethoderror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
