Gems from GitHub
July 14, 2008
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.