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)
cheat sheets.
$ cheat install_from_gemspec$ cheat install_from_gemspecIf 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)