Bootstrap tool for making new gems.
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
gem install gemplate
gemplate is released under the MIT License. See the bundled LICENSE file for details.