From: Luis Lavena Date: 2010-08-24T20:40:08+09:00 Subject: Re: gem list --remote does not work on windows running ruby 1.9.2p0 On Aug 24, 7:33 am, botp wrote: > Title says all. > This q is mainly for LuisL, but maybe someone has encountered it already... > I plan to modify gem.bat, but maybe there is a better way, so the q... > > many thanks to Luis for a great ruby package for windows. > > best regards -botp > > sample run... > > C:\downloads>gem list --remote > > *** REMOTE GEMS *** > > ERROR:  While executing gem ... (Errno::ENOENT) >     No such file or directory - C:/Documents and Settings/PeńaIJM > > C:\downloads> > C:\downloads>ruby -v > ruby 1.9.2p0 (2010-08-18) [i386-mingw32] > > C:\downloads>gem list > > *** LOCAL GEMS *** > > minitest (1.6.0) > rake (0.8.7) > rdoc (2.5.8) > > C:\downloads>gem list --remote > > *** REMOTE GEMS *** > > ERROR:  While executing gem ... (Errno::ENOENT) >     No such file or directory - C:/Documents and Settings/PeńaIJM When reporting issues related to RubyGems, please provide the following: 1) Complete output of "gem env" 2) Complete output of the command that triggers the error including "-- debug -V" options. Preferable, provide a gist or pastie with it. I can't reproduce, it works for me: http://gist.github.com/547401 And then more than 3 thousands rows... -- Luis Lavena