Ahh, Gem.configuration[:update_sources] is set to true, but Gem.configuration.update_sources is still false. I'll go look at the config file stuff.
A. -- http://www.alancfrancis.com/ http://www.cardboardsoftware.com/ http://www.scotlandonrails.com/ On 27 Sep 2007, at 17:02, Eric Hodel wrote: > 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 _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
