Build Local Gem
Sometimes it’s really neat to customize or fork some Gems from GitHub, and this is how I install my modified version of a Gem locally and install it at will.
1 | $ gem build bootstrappers.gemspec |
Insall Local Gem
1 | $ gem install ./bootstrappers-0.2.3.gem |