On Dec 26, 2007 9:09 AM, Sandy Young <[EMAIL PROTECTED]> wrote: > Hi All > > I have downloaded rubygems-1.0.1.tgz and installed it, and it works well. > But when I try to read rDoc, I can't find the gem_server shell. Does the tar > file not include this shell? Where can I find it? >
No offense, but you should start reading also the release notes since 0.9.5: http://rubyforge.org/frs/shownotes.php?release_id=16500 * `gem_server` is now `gem server` * `gemlock` is now `gem lock` * `gem_mirror` is now `gem mirror` * `gemwhich` is now `gem which` * `gemri` is no longer included with RubyGems also, 'gem help commands' will show you that. HTH, -- Luis Lavena Multimedia systems - A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
