From: Trans Date: 2007-10-03T00:03:03+09:00 Subject: Re: Working RubyGems on Windows On Oct 1, 5:07 pm, Eric Hodel wrote: > On Oct 1, 2007, at 10:43 , Trans wrote: > > > I really need to get RubyGems working on Windows. Versions 0.9.2, > > 0.9.4 and current trunk all fail. Can someone recommend a solution. Is > > there an old version that I can install that's sure to work? > > I spent many hours with Curt Hibbs getting the one-click installer's > RubyGems working correctly. We were both satisfied by it when the > last one-click shipped. I don't know what to tell you then. It's not working for me. I just removed everything and tried again. I downloaded the OneClickInstaller from ruby-lang.org (http://rubyforge.org/frs/download.php/18566/ ruby186-25.exe). Installed it. And then did: C:\Documents and Settings\Milton\My Documents\Tom>gem install rubyscript2exe ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) getaddrinfo: no address associated with hostname.(SocketError) C:\Documents and Settings\Milton\My Documents\Tom>gem install rubyscript2exe --no-http-proxy ERROR: While executing gem ... (NoMethodError) undefined method `[]=' for # C:\Documents and Settings\Milton\My Documents\Tom>gem --version 0.9.2 T.