<?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 in Rubinius</title>
    <link>http://blog.segment7.net/articles/2008/02/14/rubygems-in-rubinius</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The Blog</description>
    <item>
      <title>RubyGems in Rubinius</title>
      <description>&lt;p&gt;Last night I checked an improved version of Zlib into Rubinius, and now gems can be installed:

&lt;pre&gt;&lt;samp&gt;$ ~/Links/RUBINIUS/shotgun/rubinius \
    -Ilib bin/gem install rake --no-ri --no-rdoc -i ~/tmp/rbxgems
Successfully installed rake-0.8.1
1 gem installed

$ GEM_HOME=~/tmp/rbxgems ~/Links/RUBINIUS/shotgun/rubinius \
    -Ilib ~/tmp/rbxgems/bin/rake --help
rake [-f rakefile] {options} targets...

Options are ...
[...]&lt;/samp&gt;&lt;/pre&gt;

&lt;p&gt;Building the ri and RDoc information doesn't work correctly yet on Rubinius, but Rubinius is now using RDoc to generate some documentation, particularly the VM opcode information (run `rake doc:vm` in a Rubinius checkout).

&lt;p&gt;Next I'm going to work on the RDoc/ri end of things some more, including improving or importing more documentation into Rubinius, and make a release of my recent RDoc changes.
</description>
      <pubDate>Thu, 14 Feb 2008 15:58:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:402d6d31-cd1c-42d0-a9bc-42ad171489e1</guid>
      <author>drbrain@segment7.net (Eric Hodel)</author>
      <link>http://blog.segment7.net/articles/2008/02/14/rubygems-in-rubinius</link>
      <category>Rubinius</category>
    </item>
    <item>
      <title>"RubyGems in Rubinius" by Phil</title>
      <description>&lt;p&gt;Great! Can&amp;#8217;t wait to get hacking with this. I wonder how far off Mongrel is now&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Fri, 15 Feb 2008 09:26:07 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:a006aa33-f72c-4808-8b36-e67c8c99d26e</guid>
      <link>http://blog.segment7.net/articles/2008/02/14/rubygems-in-rubinius#comment-885</link>
    </item>
    <item>
      <title>"RubyGems in Rubinius" by Michael Klishin</title>
      <description>&lt;p&gt;Eric,&lt;/p&gt;


	&lt;p&gt;This open a whole new world of interest for Rubinius I think. Because now things can be tested so easily. Thanks for you efforts.&lt;/p&gt;</description>
      <pubDate>Thu, 14 Feb 2008 20:51:02 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:20ca5da6-d007-4265-a041-e7f6c6242a87</guid>
      <link>http://blog.segment7.net/articles/2008/02/14/rubygems-in-rubinius#comment-884</link>
    </item>
    <item>
      <title>"RubyGems in Rubinius" by Jacek Becela</title>
      <description>&lt;p&gt;That&amp;#8217;s great. Makes me want to run rake doc:vm and try to grasp some of the knowledge sitting around parsers/compilers, etc. Or I will hack some inverted-t fire in asm ;)&lt;/p&gt;</description>
      <pubDate>Thu, 14 Feb 2008 17:56:00 -0800</pubDate>
      <guid isPermaLink="false">urn:uuid:17a491f9-72d6-4f83-bca6-e91a1fccfd1e</guid>
      <link>http://blog.segment7.net/articles/2008/02/14/rubygems-in-rubinius#comment-883</link>
    </item>
  </channel>
</rss>
