Patrick Hurley wrote: > Is there an easy (read automated) way to take an installed gem (that > required binary compilation) from a development/build machine and > create a binary gem to install on a different machine?
Based on what I'm reading at http://docs.rubygems.org/read/chapter/6 (which is really chapter 8, but nevermind) you should be able to run gem_server on the dev machine, and then point your remote installs at that machine. Regards, Dan _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
