Sha256: 8074f2d822d6e8bf79603758f2c5ef635a0e18c15b787dbfe894c5262410f915
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
# <%= @class_name %> 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
creategem-0.1.3 | templates/gem_scaffold/README.md.tt |
creategem-0.1.2 | templates/gem_scaffold/README.md.tt |
creategem-0.1.1 | templates/gem_scaffold/README.md.tt |