Welcome to GitHub's RubyGem repository!
There have been issues reported using gem sources -a http://gems.github.com,
so please use the manual source install below until a resolution is found.
$ sudo gem install username-projectname --source=http://gems.github.com
Example Usage:
$ sudo gem install mojombo-grit --source=http://gems.github.com Successfully installed mojombo-grit-0.8.1 $ irb -rubygems (regular require) >> require 'grit' => true (explicit require) >> gem 'mojombo-grit' => true >> require 'grit' => true
If you'd like to host your gem on Github, please do the following:
$ gem build project_name.gemspec