From: Luis Lavena Date: 2007-10-14T04:20:05+09:00 Subject: Re: RubyGems Beta 0.9.4.5 On 13 oct, 11:07, Nobuyoshi Nakada wrote: > Hi, > > At Sat, 13 Oct 2007 14:24:24 +0900, > Eric Hodel wrote in [ruby-talk:273919]: > > > RubyGems 0.9.4.5 is a beta release for the upcoming 0.9.5 which adds > > several new features and fixes several bugs. > > Regarding rubygems/installer.rb, if you use .cmd always on > Windows, you could make it in one file as: > > @#{Gem.ruby.gsub(File::SEPARATOR, File::ALT_SEPARATOR)} -x "%0" %* > @exit /b %ERRORLEVEL% > #!ruby -options > # ruby code succeeds... > I see a problem with that: Most IDEs (example, NetBeans) is looking for "gem" file, not gem.cmd (to actually use the interpreter and the script file). Doing this (like the approach One-Click-Installer is doing) will brake that functionality. And so, there will be reported issues on NetBeans tracker :-P