Sha256: 20e79519901f4b57525585b5d851793c3dbedaa0b51f0952e5aebb40fd55a85e
Contents?: true
Size: 1.99 KB
Versions: 1
Compression:
Stored size: 1.99 KB
Contents
# <%= @class_name %> <% if @repository.public? -%> [][gem] [][travis] [][gemnasium] [][codeclimate] [][coveralls] [gem]: https://rubygems.org/gems/<%= gem_name %> [travis]: http://travis-ci.org/<%= repository.user %>/<%= gem_name %> [gemnasium]: https://gemnasium.com/<%= repository.user %>/<%= gem_name %> [codeclimate]: https://codeclimate.com/github/<%= repository.user %>/<%= gem_name %> [coveralls]: https://coveralls.io/r/<%= repository.user %>/<%= gem_name %> <% end %> TODO Description of <%= @class_name %> ## Installation Add this line to your application's Gemfile: ```ruby gem '<%= @gem_name %>' ``` And then execute: $ bundle Or install it yourself as: $ gem install <%= @gem_name %> ## Usage TODO Describe how to use this gem ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, run `bundle exec rake release_patch`, `bundle exec rake release_minor`, oder `bundle exec rake release_major`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to <%= @repository.gem_server_url -%>. ## Contributing Bug reports and pull requests are welcome on <%= @repository.vendor %> at <%= @repository.url %>. <% if @repository.public? -%> ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
creategem-0.2.0 | templates/gem_scaffold/README.md.tt |