From: Roger Pack Date: 2008-07-08T06:44:03+09:00 Subject: ruby gems doc indexer Don't know if this would be useful for anyone, but I wrote a utility to create an html index of the rdoc's of installed rubygems on your system. I.e. ruby gem_rdoc_indexer.rb creates file all_gems_rdocs.html with contents --------------- All installed gems: (core) abstract-1.0.0: homepage (no rdoc) actionmailer-1.3.3: homepage rdoc README .... with links to the rdoc's and README's. example output file: http://ruby-roger-useful-functions.googlecode.com/svn/trunk/gem_rdocs_indexer/all_gems_rdocs_index.html how to get: code: http://ruby-roger-useful-functions.googlecode.com/svn/trunk/gem_rdocs_indexer/gem_rdoc_indexer.rb Any feedback welcome. Question: is there a designated place where rdoc's for the core lib's are installed, locally? Also, is it possible to get the specs for say version 1.0 of a gem, and also the specs for version 2.0? Currently this isn't handled perfectly. Thanks! -R -- Posted via http://www.ruby-forum.com/.