<%= config %>¶ ↑
[ Version(badge.fury.io/rb/<%= config %>.png)](rubygems.org/gems/<%= config %>) [
Status(travis-ci.org/aptible/<%= config %>.png?branch=master)](travis-ci.org/aptible/<%= config %>) [
Status(gemnasium.com/aptible/<%= config %>.png)](gemnasium.com/aptible/<%= config %>)
TODO: Add description.
Installation¶ ↑
Add the following line to your application's Gemfile.
gem '<%= config[:name] %>'
And then run bundle install
.
Usage¶ ↑
TODO: Add usage notes.
Contributing¶ ↑
-
Fork the project.
-
Commit your changes, with specs.
-
Ensure that your code passes specs (
rake spec
) and meets Aptible's Ruby style guide (rake rubocop
). -
Create a new pull request on GitHub.
Copyright and License¶ ↑
MIT License, see LICENSE for details.
Copyright © <%=Time.now.year%> Aptible, <%= config %>, and contributors.