On 11/2/07, Eric Hodel <[EMAIL PROTECTED]> wrote: > On Oct 23, 2007, at 13:20 , Luis Lavena wrote: > > What happens: when you install the gem, RubyGems systematically add > > the shebang to all the files marked as executables (and create the > > windows stubs also). > > > > To workaround this, I needed to exclude mongrel_service.exe from > > executables and manually copy the file, which is sub optimum > > (actually my gem does it). > > I think this is a bug. RubyGems should check to see if the file has > a #! before turning it into garbage. If it doesn't have a #! (is > binary) then it should be installed via copying instead. >
Ok then, when I return to home will patch it. Thanks. -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are made by hard effort, which is the price which all of us must pay to achieve any goal that is worthwhile. Vince Lombardi _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
