From: Nobuyoshi Nakada Date: 2007-10-13T23:07:43+09:00 Subject: Re: [ANN] RubyGems Beta 0.9.4.5 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... -- Nobu Nakada