RubyGems in Rubinius
Eric Hodel | Thu, 14 Feb 2008 23:58:00 GMT
Last night I checked an improved version of Zlib into Rubinius, and now gems can be installed:
$ ~/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 ...
[...]
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).
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. 3 comments
Comments 
Jacek Becela said about 2 hours later
Michael Klishin said about 5 hours later
Phil said about 17 hours later
Comments are disabled

Articles