From: Nicholas Van Weerdenburg Date: 2004-12-09T06:41:34+09:00 Subject: Re: [ANN] RubyGems 0.8.3 Released! Thanks for the update and the awesome package. RubyGems has made me far more inclined to try to new libraries in Ruby. And it saves me hours each month- especially considering I work on serveral machines. $ gem install rubygems-update (again, might need to be admin/root) $ update_rubygems (... here too) This is great, but I sometimes forget the command to run. Is it possible to output a short doc after install for gems that require an additional step? In a similar vein, gem gemdoc rubygems-update # display gem related doc for this gem at a future time. => Run "update_rubygems" to run this this gem and update RubyGems. Also, one other question- Is there a best-practice regarding installing gem rdoc into the system rdoc? Is there an automatic way to do it? I quite like doing "ri blahbla" from the command line. Thanks, Nick