cheat sheets.

$ cheat install_from_gemspec
If you have a gem source with <gem-name>.gemspec file, you can easily build it

 $ gem build <gem-name>.gemspec

Than you can install it

 $ gem install <gem-name>

(gem looks for the local path first)
Version 1, updated 239 days ago.
. o 0 ( edit | history )
( add new | see all )