Uh-oh!
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Moved Permanently 301 (http://gems.rubyforge.org/latest_specs.4.8)
Whew!
gem sources -a http://rubygems.org/
gem sources -r http://gems.rubyforge.org/
Looks like they weren’t kidding when they said to switch from rubyforge to rubygems.org (née gemcutter)!
[Edited to change "http://production.s3.rubygems.org/" to "http://rubygems.org/". Note that the trailing slash is significant!]
You shouldn’t be adding the s3 configuration directly but instead http://rubygems.org
That will handle automatically the redirect to either S3 or the CDN for faster delivery of gems.
gem sources -a http://rubygems.org
August 10, 2010 at 5:25 am
Thanks, Luis! I’ll go update the article now.
August 10, 2010 at 7:06 am