Gemmy

Gemmy provides an easy way to get started with gem development. Currently it is very basic and only supports one command.

Usage

To create a new gem

gemmy new awesome_gem

Current limitations

  • only supports rspec

  • does not create gemspec

  • has no options

I will fix some of these sometime.