R
Roger Pack
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....k/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
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....k/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