On 2/26/08, Chad Woolley <[EMAIL PROTECTED]> wrote: > Scenario 1: Existing rubygems install, with some gems installed in the > default system location. I want to programatically (such as > Gem::GemRunner) install some additional gems in a user-writeable > location (~/gems).
I'd love to be able to do this as well. If I'm not mistaken, this would be the gem installer reading from two different directories - GEM_HOME, the user-writeable directory, and GEM_PATH, the read-only system gems directory - and treating them as a single merged list when resolving dependencies. Adam _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
