PROBLEM:

ERROR: could not find gem <gemname> locally or in a repository

SOLUTION:
$ gem sources -a http://gems.github.com
and since rubyforge has moved to a new location might as well add:
$ gem sources -a http://rubygems.org

No comments :

Post a Comment