<?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.1.1</title>
    <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The Blog</description>
    <item>
      <title>RubyGems 1.1.1</title>
      <description>&lt;p&gt;Release 1.1.1 fixes some bugs.&lt;/p&gt;
&lt;p&gt;Bugs Fixed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Gem.prefix now returns non-nil only when RubyGems was installed outside
sitelibdir or libdir.
&lt;li&gt;The &lt;kbd&gt;gem server&lt;/kbd&gt; gem list now correctly links to gem details.
&lt;li&gt;&lt;kbd&gt;gem update --system&lt;/kbd&gt; now passes --no-format-executable to
setup.rb.
&lt;li&gt;Gem::SourceIndex#refresh! now works with multiple gem repositories.
&lt;li&gt;Downloaded gems now go into --install-dir's cache directory.
&lt;li&gt;Various fixes to downloading gem metadata.
&lt;li&gt;&lt;kbd&gt;gem install --force&lt;/kbd&gt; now ignores network errors too.
&lt;li&gt;&lt;kbd&gt;gem pristine&lt;/kbd&gt; now rebuilds extensions.
&lt;li&gt;&lt;kbd&gt;gem update --system&lt;/kbd&gt; now works on virgin Apple ruby.
&lt;li&gt;Gem::RemoteFetcher handles Errno::ECONNABORTED.
&lt;li&gt;Printing of release notes fixed.
&lt;/ul&gt;
&lt;p&gt;
For a full list of changes to RubyGems including credits, see the ChangeLog
file.
&lt;/p&gt;
&lt;h3&gt;How can I get RubyGems?&lt;/h3&gt;
&lt;p&gt;
NOTE: If you have installed RubyGems using a package system 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;
  $ gem update --system   (you might need to be admin/root)
&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;  $ gem install rubygems-update  (again, might need to be admin/root)
  $ update_rubygems              (... here too)&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;ol&gt;
&lt;li&gt;DOWNLOAD FROM: &lt;a
href="http://rubyforge.org/frs/?group_id=126"&gt;rubyforge.org/frs/?group_id=126&lt;/a&gt;
&lt;li&gt;UNPACK INTO A DIRECTORY AND CD THERE
&lt;li&gt;INSTALL WITH: ruby setup.rb (you may need admin/root privilege)
&lt;/ol&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;group_id=126&amp;atid=575"&gt;rubyforge.org/tracker/?func=add&amp;group_id=126&amp;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;amp; Chad &amp;amp; Eric (for the RubyGems team)
&lt;/p&gt;

</description>
      <pubDate>Thu, 10 Apr 2008 22:19:00 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:a86278da-b82c-4537-9870-672b7007abdc</guid>
      <author>drbrain@segment7.net (Eric Hodel)</author>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1</link>
      <category>Rubygems</category>
      <category>Software</category>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by Jon Crosby</title>
      <description>&lt;p&gt;Just for some closure on the Ubuntu 7.10 issues: The root of the problem was IPv6 in Ubuntu conflicting with a router that didn&amp;#8217;t support it. Upgrading the router this afternoon fixed the issue.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 18:30:05 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:4a7dad87-21fd-4283-94c0-5b1c29e98ec6</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-913</link>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by Jon Crosby</title>
      <description>&lt;p&gt;Update on the above: On the same machine, I see no issues under Leopard using the default version of Ruby on OS X 10.5. With a fresh install of Ubuntu 7.10 on that same hardware, curl, wget, gem update, etc. all fail with a timeout. This behavior is consistent even after multiple reboots on each OS and happens under both 1.1.0 and 1.1.1.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 15:29:40 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:5c083e75-ad7e-4a8b-b9a9-7347838b9ed6</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-912</link>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by Jon Crosby</title>
      <description>&lt;p&gt;I think RubyForge might be the issue. I am on Ubuntu 7.10 and gem update&amp;#8212;system, wget, and Firefox all timeout on the yawl URL after receiving 1 or 2% of the response.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 13:23:12 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:54aaf6c8-fe8a-4be3-ad41-e3bb9ccb225d</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-911</link>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by Eric Hodel</title>
      <description>&lt;p&gt;None of the testing done by users on the RubyForge mailing list exhibited this problem.  Can you run again with&amp;#8212;debug, and if you can still reproduce file a bug per the instructions above?&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 02:23:20 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:727dca8c-3ede-462e-b89b-88490dbd3146</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-910</link>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by tim</title>
      <description>&lt;p&gt;I went back to RubyGems 1.1.0 and now Bulk Source update started working again.&lt;/p&gt;


	&lt;p&gt;I think 1.1.1 screwed something up. I&amp;#8217;m on Ubuntu 7.10&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 01:12:45 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:6994f224-3a5d-4d8c-90bb-124a56929c8d</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-909</link>
    </item>
    <item>
      <title>"RubyGems 1.1.1" by tim</title>
      <description>&lt;p&gt;Seems pretty screwed up at the moment. I just updated to RubyGems 1.1.1 and it stalls on &amp;#8220;Bulk updating Gem source index for: &lt;a href="http://gems.rubyforge.org/" rel="nofollow"&gt;http://gems.rubyforge.org/&lt;/a&gt;&amp;#8221;. Been sitting there for 15 minutes&amp;#8230;.&lt;/p&gt;


	&lt;p&gt;I guess I&amp;#8217;ll give it another 5 min then I&amp;#8217;m downgrading back to 1.1.0&lt;/p&gt;</description>
      <pubDate>Fri, 11 Apr 2008 00:58:36 -0700</pubDate>
      <guid isPermaLink="false">urn:uuid:7781b563-2a5a-44cd-b5b2-cc5e65fa4367</guid>
      <link>http://blog.segment7.net/articles/2008/04/10/rubygems-1-1-1#comment-908</link>
    </item>
  </channel>
</rss>
