Gem flaking out on me

gem install rmagick

Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem … (OpenURI::HTTPError)
404 Not Found

gem update sources

Updating installed gems…
Attempting remote update of sources
ERROR: While executing gem … (Gem::GemNotFoundException)
Could not find sources (> 0) in the repository

gem search rmagic --remote

*** REMOTE GEMS ***

gem environment

Rubygems Environment:

  • VERSION: 0.9.0 (0.9.0)
  • INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.8
  • GEM PATH:
    • /usr/lib/ruby/gems/1.8
  • REMOTE SOURCES:

this apparently happened after I did gem update

WTF ?

Craig

Craig W. wrote:

gem install rmagick

Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR: While executing gem … (OpenURI::HTTPError)
404 Not Found

Delete the file ‘source_cache’ in the installation directory.

Alan