On Nov 15, 2006, at 1:10 AM, Eric Hodel wrote: > Now I have the problem of the discontinuity between local and remote > installation. Remote installation automatically installs all > dependencies. Local installation only installs the named gem. > > I don't want to fetch every gem every time over the internet. That's > just not nice. > > I don't want to re-write the three or four methods in RemoteInstaller > that handle dependencies into Tinderbox::GemRunner. > > So, what's the plan to unify the two? I have the motivation, > interest, and time. I imagine the stupid-simple version would take > about a day.
Well, in my quest to make rubygems more handy to my needs (to make it more scriptable) I've been changing stuff. I'll be refactoring out the source updating portion next so I can update source_index without attempting to install a gem which should make unification a little easier. -- Eric Hodel - [EMAIL PROTECTED] - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
