From: Paul Lutus Date: 2006-12-09T03:20:05+09:00 Subject: Re: Trouble using rubygems config file on windows rpardee@gmail.com wrote: > Hey All, > > I'm trying to get rubygems to use my .gemrc file on windows and having > trouble--dig it: > > C:\ruby\bin>gem environment > Failed to load C:\Documents and Settings\pardre1/.gemrc See this line? Try changing the forward slash at the right to a reverse-slash. / ... > The file listed does indeed exist--I'm guessing there needs to be a > .gsub(/\\/, "/") in there somewhere to translate the backslashes to > forwardslashes on windows? Hard to say. But be consistent -- all forward, or all backward, but not mixed as they are now. -- Paul Lutus http://www.arachnoid.com