Gems from GitHub

Posted by Andrew Premdas Mon, 14 Jul 2008 13:04:58 GMT

Answer to my problems with gems being updated at github well before they are updated at rubyforge. Following allows you to install gems from github using standard gem command

sudo gem update system
gem sources -a http://gems.github.com

Unfortunately this doesn't seem to work for rspec. Perhaps they have not published their plugin as a gem there.