[Rubygems-developers] [ rubygems-Bugs-27446 ] unable to uninstall bundled gems with 1.9.2
noreply at rubyforge.org
noreply at rubyforge.org
Tue Feb 9 10:52:35 EST 2010
Bugs item #27446, was opened at 2009-11-17 16:26
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27446&group_id=126
Category: None
Group: None
Status: Closed
Resolution: None
Priority: 3
Submitted By: Roger Pack (rogerdpack)
Assigned to: Eric Hodel (drbrain)
Summary: unable to uninstall bundled gems with 1.9.2
Initial Comment:
Don't know if this is a concern at all, but thought I'd point it out.
C:\dev\ruby\ruby-benchmark-suite\benchmarks\rdoc>ruby -v
ruby 1.9.2dev (2009-09-26 trunk 25103) [i386-mingw32]
C:\dev\ruby\ruby-benchmark-suite\benchmarks\rdoc>gem search rdoc
*** LOCAL GEMS ***
rdoc (2.2.2)
C:\dev\ruby\ruby-benchmark-suite\benchmarks\rdoc>gem uninstall rdoc
Successfully uninstalled rdoc-2.2.2
C:\dev\ruby\ruby-benchmark-suite\benchmarks\rdoc>gem search rdoc
*** LOCAL GEMS ***
rdoc (2.2.2)
Thanks.
-r
----------------------------------------------------------------------
>Comment By: Roger Pack (rogerdpack)
Date: 2010-02-09 15:52
Message:
Hmm. I suppose in that case the message "Successfully
uninstalled rdoc-2.2.2" could be changed to be more accurate?
-r
----------------------------------------------------------------------
Comment By: Eric Hodel (drbrain)
Date: 2010-02-09 03:18
Message:
Last I looked the 1.9.2 bundled gems weren't installed as gems, so they can't be uninstalled. ruby-core would be a better place to bring this up.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27446&group_id=126
More information about the Rubygems-developers
mailing list