Rdoc-data 2.5.1 Released

rdoc-data contains core ri data for use with RDoc 2.5

To install run gem install rdoc-data followed by
rdoc-data.

This will allow you to look up RDoc for core and standard library files
like Kernel, Array or Date.

rdoc-data contains ri information for Ruby 1.8.6, 1.8.7 and 1.9.1.

This will allow you to look up RDoc for core and standard library files
like Kernel, Array or Date.

rdoc-data contains ri information for Ruby 1.8.6, 1.8.7 and 1.9.1.

One feature request would be to be able to pull down the patch number of
the ruby version you’re on (or SVN checkout number). Or maybe an option
to pull from trunk. Then you could get more up to date docs for trunk,
since they seem to be most up to date there.
Thoughts?
-rp

Eric H. [email protected] wrote:

rdoc-data contains core ri data for use with RDoc 2.5

To install run gem install rdoc-data
followed by rdoc-data.

$ rdoc-data
/Library/Ruby/Site/1.8/rubygems.rb:230:in activate': can't activate rdoc (~> 2.5, runtime) for ["rdoc-data-2.5.1"], already activated rdoc-2.4.3 for ["rdoc_osx_dictionary-1.3.1"] (Gem::LoadError) from /Library/Ruby/Site/1.8/rubygems.rb:246:in activate’
from /Library/Ruby/Site/1.8/rubygems.rb:245:in each' from /Library/Ruby/Site/1.8/rubygems.rb:245:in activate’
from /Library/Ruby/Site/1.8/rubygems.rb:1056:in `gem’
from /usr/bin/rdoc-data:18
$ rdoc --version
rdoc 2.4.3

So is the problem that it isn’t seeing rdoc 2.5.1? How do I get to see
this? It is installed. Somewhere…

m.

On Apr 6, 2010, at 15:51, Roger P. wrote:

This will allow you to look up RDoc for core and standard library files
like Kernel, Array or Date.

rdoc-data contains ri information for Ruby 1.8.6, 1.8.7 and 1.9.1.

One feature request would be to be able to pull down the patch number of
the ruby version you’re on (or SVN checkout number).

rdoc-data is a Rakefile that uses multiruby and a small installer. I
chose the latest patchlevels of 1.8.6, 1.8.7 and 1.9.1, but if you
wanted a different patchlevel you could unpack the gem and generate ri
data for whichever version and patchlevel you choose.

Or maybe an option to pull from trunk. Then you could get more up to date docs for trunk,
since they seem to be most up to date there.

There’s no need to include documentation from trunk because it has RDoc
2.5. It also would have documentation for methods and features which
don’t exist in previous versions.

rdoc-data contains ri information for Ruby 1.8.6, 1.8.7 and 1.9.1.

As a note, I see that rdoc-data’s gemspec file is 1.4M

This takes quite awhile to load. You may want to consider something
other distribution mechanism.
-r