Hi,

I've created a script for automating the building a gem, among other
things, but I have to use

  require 'rubygems'

in the script to make it work. Unfortuately that causes Gems to take
control of the require mechanism  and thus the script can't be run in
such a way as to bypass the Gems system --i.e. a manual install
overriding a gems install.

How can this be fixed?

Thanks,
T.

_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to