gemplate
Bootstrap tool for making new gems.
Usage
Pretty simple: just run gemplate from the directory where you want your gem's repository to be created, and give it a name:
cd place/where/i/keep/my/code/
gemplate my_gem
Installation
gem install gemplate
License
gemplate is released under the MIT License. See the bundled LICENSE file for details.