I have also encountered a problem with updating rubygems  to 1.3.0
This is a known issue touched in this thread
http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/9ba0add0d7c4bf98/24f0fa7f97088c70?lnk=raot
the workaround is to dowload the rubygems-update and executed
update_rubygems

quicknotes follow:

on my rubygems I had 1.2.0 and I did
$> gem update --system -p http://myproxy:port

and I got this output:
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.3.1
ERROR:  While executing gem ... (NameError)
    undefined local variable or method `remote_gemspecs' for
#<Gem::Commands::UpdateCommand

Thinking this is an error I updated again and got this output.
Updating RubyGems
Nothing to update

THE RUBYGEMS DID NOT UPDATE
I had to do this workaroud.

$> gem install rubygems-update -p http://myproxy:port
Successfully installed rubygems-update-1.3.1
1 gem installed

$> update_rubygems
Installing RubyGems 1.3.1
mkdir -p C:/RUBY/lib/ruby/site_ruby/1.8
mkdir -p C:/RUBY/bin
.... etc....


cheers
marekj


On Tue, Nov 4, 2008 at 11:18 AM, Bret Pettichord <[EMAIL PROTECTED]>wrote:

>
> As I just mentioned to Jim, IE is renaming the gems. You need to name
> them back to their original names.
>
> I've updated the notes on the download page.
> http://wiki.openqa.org/display/WTR/Development+Builds
>
> Bret
>
>
> Bret Pettichord wrote:
>



-- 
marekj

www.testr.us | semantic test objects modeling in watir

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to