On Sep 14, 2008, at 12:31 PM, Caspar Florian Ebeling wrote:

On Fri, Sep 12, 2008 at 11:27 PM, Eric Hodel <[EMAIL PROTECTED]> wrote:
On Aug 27, 2008, at 06:05 AM, Caspar Florian Ebeling wrote:
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.

This seems to work on trunk.

To me it still looks broken, unfortunately:

flomac:vendor febeling$ rubygems-svn/bin/gem install activesupport - i tmptrunk/

This command uses the installed rubygems, not the one in rubygems- svn. You need to use -Irubygems-svn/lib.
_______________________________________________
Rubygems-developers mailing list
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to