From: Daniel Berger Date: 2007-10-21T03:21:12+09:00 Subject: Re: RubyGems Beta 0.9.4.6 On Oct 20, 10:43 am, Sasa Ebach wrote: > Hi Eric, > > > * `gem.bat` and bin stubs on mswin platforms are improved and compatible > > with the One-Click Installer > > I am getting: > > C:\Documents and Settings\Sasa>gem env > E:/Develop/ruby/bin/gem.bat:19: uninitialized constant Gem::GemRunner > (NameError) > > on every command. I am using the very latest OCI. > > -se Backup your gem.bat file to bat.orig and replace it with this: @ECHO OFF IF NOT "%~f0" == "~f0" GOTO :WinNT @"C:/ruby/bin/ruby.exe" "gem" %1 %2 %3 %4 %5 %6 %7 %8 %9 GOTO :EOF :WinNT "%~d0%~p0ruby.exe" "%~d0%~p0%~n0" % Lemme know if that works. Regards, Dan