On Jun 2, 2006, at 11:49 PM, John Gabriele wrote: > I just came across these posts: > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7423 > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7426 > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/7479 > > Not sure how relevant they are to this, but, what is the current plan > for rdoc/ri/gem integration?
The next release of gems and ruby 1.8 will have integrated ri. > It would seem to me that the rdoc command should have an "--ri-gems" > option such that I could cd over to my > /opt/ruby-1.8.4/lib/ruby/gems/1.8/gems directory and from there run > "rdoc --ri-gems" thus generating a pile of .yaml files in, maybe, an > /opt/ruby-1.8.4/share/ri/1.8/gems directory... Is that the way it's > going to work? Gems already has this feature. See gem help rdoc. -- Eric Hodel - [EMAIL PROTECTED] - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
