Files
Watson 9e2b1287bc Merge pull request #151 from markrickert/gem-template
Add gemspec call to Gemfile for gem template.
2014-04-03 10:30:59 +09:00
..
2013-05-10 00:33:46 +09:00
2013-05-10 00:33:46 +09:00
2014-02-10 09:45:03 -05:00
2013-05-10 00:33:46 +09:00
2013-08-20 07:38:10 +09:00
2013-05-10 00:33:46 +09:00

# <%= name %>

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem '<%= name %>'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install <%= name %>

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request