Skip to content

Instantly share code, notes, and snippets.

@latortuga
Created October 26, 2010 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save latortuga/648037 to your computer and use it in GitHub Desktop.
Save latortuga/648037 to your computer and use it in GitHub Desktop.
Install gem from git
$ git clone git://github.com/author/gem_name
$ cd gem_name

install dependencies, sudo gem install xxx

$ rake gem
$ sudo gem install pkg/gem_name-1.1.1.gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment