PressureCooker
Use this for building new gem skeletons. This is basically bundle gem
,
but it also adds rspec (with a smoke test) and yard for
documentation. Neat!
Requirements
You'll need sed
installed if you want the dependencies automatically updated in your new gemspec.
It's not really required, but it's prettier if you have tree
installed.
Installation
$ gem install pressure_cooker
You can also clone the repo and rake install
it yourself.
Usage
go to the directory you keep all your gems and run:
$ cook_gem.rb new_gem_name
Enjoy the show, then start developing!