<%= project.type %> =================== [][gem] [][travis] [][gemnasium] [][codeclimate] [][coveralls] [][inch] [codeclimate]: https://codeclimate.com/github/<%= user %>/<%= project.file %> [coveralls]: https://coveralls.io/r/<%= user %>/<%= project.file %> [gem]: https://rubygems.org/gems/<%= project.file %> [gemnasium]: https://gemnasium.com/<%= user %>/<%= project.file %> [travis]: https://travis-ci.org/<%= user %>/<%= project.file %> [inch]: https://inch-ci.org/github/<%= user %>/<%= project.file %> @todo Describe the module Installation ------------ Add this line to your application's Gemfile: ```ruby # Gemfile gem "<%= project.file %>" ``` Then execute: ``` bundle ``` Or add it manually: ``` gem install <%= project.file %> ``` Usage ----- @todo Describe howto use the module Compatibility ------------- Tested under rubies compatible to rubies compatible to API <%= ruby %>+: * MRI <%= ruby %>+ * Rubinius (mode <%= ruby %>+) * JRuby (mode <%= ruby %>+) Uses [RSpec] 3.0+ for testing and [hexx-suit] for dev/test tools collection. [RSpec]: http://rspec.info/ [hexx-suit]: http://github.com/nepalez/hexx-suit Contributing ------------ * Fork the project. * Read the [STYLEGUIDE](config/metrics/STYLEGUIDE). * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with Rakefile or version (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. License ------- See the [MIT LICENSE](LICENSE).