Hm, it's working on this end:
chrisk@al3:~ $ sudo gem install fakeweb
Successfully installed fakeweb-1.2.0
1 gem installed
Installing ri documentation for fakeweb-1.2.0...
Installing RDoc documentation for fakeweb-1.2.0...
Maybe one of the gem mirrors out there is out of date?
In that case, you could try downloading the .gem file from here: http://rubyforge.org/frs/?group_id=1711
. Then just do `sudo gem install path/to/fakeweb-1.2.0.gem`. That
should do the trick.
Hope this helps,
Chris
> chrisk@al3:~ $ sudo gem install fakeweb
Interesting. I had been doing:
sudo gem install FakeWeb
and was still getting the 1.1.2 version. When I used lowercase for
the gem, I got the 1.2 version. I'm new enough to Ruby to not know
what to make of it, but I appear to be okay now.
Thanks.
Mike
> So I think I'll just add a warning about this to the "Installation"
> section of the README, and try to do something about the old releases,
> so that `gem install FakeWeb` doesn't work at all. Anybody have other
> thoughts on that?
Sounds reasonable to me.
Mike