<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Segment7: RubyGems 1.0.1</title>
    <link>http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The Blog</description>
    <item>
      <title>RubyGems 1.0.1</title>
      <description>&lt;p&gt;Release 1.0.1 fixes a few bugs.&lt;/p&gt;


	&lt;p&gt;Bugs Fixed:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Installation on Ruby 1.8.3 through 1.8.5 fixed
&lt;li&gt;&lt;kbd&gt;gem build&lt;/kbd&gt; on 1.8.3 fixed
&lt;/ul&gt;

	&lt;p&gt;Other Changes Include:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Since RubyGems 0.9.5, RubyGems is no longer supported on Ruby 1.8.2 or
older, this is official in RubyGems 1.0.1.
&lt;/ul&gt;

&lt;h3&gt;How can I get RubyGems?&lt;/h3&gt;

	&lt;p&gt;&lt;span class="caps"&gt;NOTE&lt;/span&gt;:  If you have installed RubyGems using a package you may want to install a
new RubyGems through the same packaging system.&lt;/p&gt;


	&lt;p&gt;If you have a recent version of RubyGems (0.8.5 or later), then all
you need to do is:&lt;/p&gt;


&lt;pre&gt;&lt;kbd&gt;gem update --system   (you might need to be admin/root)&lt;/kbd&gt;&lt;/pre&gt;

	&lt;p&gt;(Note: You may have to run the command twice if you have any previosly
installed rubygems-update gems).&lt;/p&gt;


	&lt;p&gt;If you have an older version of RubyGems installed, then you can still
do it in two steps:&lt;/p&gt;


&lt;pre&gt;&lt;kbd&gt;gem install rubygems-update  (again, might need to be admin/root)
update_rubygems              (... here too)&lt;/kbd&gt;&lt;/pre&gt;

	&lt;p&gt;If you don&amp;#8217;t have any gems install, there is still the pre-gem
approach to getting software &amp;#8230; doing it manually:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;span class="caps"&gt;DOWNLOAD FROM&lt;/span&gt;: &lt;a href="http://rubyforge.org/frs/?group_id=126"&gt;http://rubyforge.org/frs/?group_id=126&lt;/a&gt;
&lt;li&gt;&lt;span class="caps"&gt;UNPACK INTO A DIRECTORY AND CD THERE&lt;/span&gt;
&lt;li&gt;&lt;span class="caps"&gt;INSTALL WITH&lt;/span&gt;:  ruby setup.rb  (you may need admin/root privilege)
&lt;/ul&gt;

&lt;h3&gt;To File Bugs&lt;/h3&gt;

	&lt;p&gt;The RubyGems bug tracker can be found on RubyForge at:
&lt;a href="http://rubyforge.org/tracker/?func=add&amp;amp;group_id=126&amp;amp;atid=575"&gt;http://rubyforge.org/tracker/?func=add&amp;#38;group_id=126&amp;#38;atid=575&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;When filing a bug, &lt;kbd&gt;gem env&lt;/kbd&gt; output will be helpful in diagnosing the issue.&lt;/p&gt;


	&lt;p&gt;If you find a bug where RubyGems crashes, please provide debug output. You can
do that with &lt;kbd&gt;gem --debug the_command&lt;/kbd&gt;.&lt;/p&gt;


&lt;h3&gt;Thanks&lt;/h3&gt;

	&lt;p&gt;Keep those gems coming!&lt;/p&gt;


	&lt;p&gt;&amp;#8212;Jim &amp;#38; Chad &amp;#38; Eric (for the RubyGems team)&lt;/p&gt;
</description>
      <pubDate>Thu, 20 Dec 2007 19:25:37 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:3396d25f-c06e-4983-ad5b-84e70338b7e2</guid>
      <author>drbrain@segment7.net (Eric Hodel)</author>
      <link>http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1</link>
      <category>Rubygems</category>
      <category>Software</category>
    </item>
    <item>
      <title>"RubyGems 1.0.1" by Eric Hodel</title>
      <description>&lt;p&gt;Nikolay, can you file a bug for me in the tracker?  Thanks.&lt;/p&gt;</description>
      <pubDate>Sun, 23 Dec 2007 17:55:29 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:d3ec21c0-3792-4a44-b32d-98da9d7019a0</guid>
      <link>http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1#comment-839</link>
    </item>
    <item>
      <title>"RubyGems 1.0.1" by Nikolay Kolev</title>
      <description>&lt;p&gt;Windows platform is still broken. Steps to reproduce:&lt;/p&gt;


	&lt;ol&gt;
	&lt;li&gt;Install the latest &lt;a href="http://rubyinstaller.rubyforge.org/wiki/wiki.pl" rel="nofollow"&gt;One-Click Ruby Installer for Windows&lt;/a&gt; (1.8.6-26)&lt;/li&gt;
		&lt;li&gt;Upgrade RubyGems to 1.0.1 using &lt;code&gt;gem update --system&lt;/code&gt;&lt;/li&gt;
		&lt;li&gt;Upgrade win32-api gem via &lt;code&gt;gem update win32-api&lt;/code&gt; from 1.0.4 (default) to 1.0.5&lt;/li&gt;
		&lt;li&gt;RubyGems fails trying the &amp;#8220;ruby&amp;#8221; platform, not the mswin32&lt;/li&gt;
		&lt;li&gt;&lt;code&gt;gem env&lt;/code&gt; shows &amp;#8220;ruby&amp;#8221; platform first followed by &amp;#8220;x86-mswin32-60&amp;#8221; as second&lt;/li&gt;
	&lt;/ol&gt;


	&lt;p&gt;I had the same problem with RubyGems 0.9.5 and json gem, but I haven&amp;#8217;t tried it with RubyGems 1.0.1 yet.&lt;/p&gt;</description>
      <pubDate>Fri, 21 Dec 2007 19:09:54 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:a1b270a8-44e8-4a66-a46e-b196e191921d</guid>
      <link>http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1#comment-834</link>
    </item>
    <item>
      <title>"RubyGems 1.0.1" by AkitaOnRails</title>
      <description>&lt;p&gt;Great, I just installed at my Macbook and I can report that everything went fine. Kudos for the 1.0 release!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Dec 2007 10:00:55 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:52dbf055-a576-4a3b-a591-4cb85261dc77</guid>
      <link>http://blog.segment7.net/articles/2007/12/20/rubygems-1-0-1#comment-830</link>
    </item>
  </channel>
</rss>
