On Sep 27, 2007, at 01:25 , Alan C Francis wrote: > Hi Eric, I'll try and finish it tonight. Would be nice to see it all > the way through :-) > > Is there a way to sandbox the gems installation so I can really try > it out without losing my 'site_ruby' gems installation ?
I use: ruby -Ilib bin/gem command options from the checkout to run the gem command, and explicitly provide the path to checkout/lib when testing interoperation between libraries. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
