I was looking at the latest post of 'Rapid Rails with Hobo'. In the installation section it mentions:
Also install “gemcutter” for future use: C:\ruby19> gem install gemcutter C:\ruby19> gem tumble However on the gemcutter.org site it mentions: /**************************/ gem tumble This command has been deprecated since Gemcutter is now the official gem source. /**************************/ ...and a post on their user group: "If anyone cares or needs to know, the equivalent of gem tumble is" sudo gem sources -r http://gems.rubyforge.org/ sudo gem sources -a http://gemcutter.org "But as Nick says, its now redirected." So, I believe this all boils down to gem tumble is no longer necessary. Cheers, Jet -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
