[Rubygems-developers] Is this a bug? Uninstall from --install-dir
Caspar Florian Ebeling
florian.ebeling at gmail.com
Wed Aug 27 09:05:58 EDT 2008
This seems to be a bug:
$ mkdir gem_stage/
$ gem install --install-dir gem_stage --local externals-1.0.0.gem
Successfully installed externals-1.0.0
1 gem installed
Installing ri documentation for externals-1.0.0...
Installing RDoc documentation for externals-1.0.0...
$ gem uninstall externals --install-dir gem_stage
ERROR: While executing gem ... (Gem::InstallError)
Unknown gem externals >= 0
Basically, --install-dir seems to be ignored on uninstall.
Florian
--
Florian Ebeling
florian.ebeling at gmail.com
More information about the Rubygems-developers
mailing list