Sha256: 16309c870ae6288c332a45de8d0e522b126d7b08aacb7445b731e92d7157c1eb
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
Contents
= Overview = Features = Requirements <%- if config[:rails] -%> 1. {Ruby on Rails}[http://rubyonrails.org]. <%- end -%> = Setup Type the following from the command line to install: gem install <%= config[:gem_name] %> <%- if config[:rails] -%> Add the following to your Gemfile: gem "<%= config[:gem_name] %>" <%- end -%> = Usage <%- if config[:rspec] -%> = Tests To test, change directory to the gem root and run: bundle exec rspec spec <%- end -%> = Contributions Please log all feedback/issues via GitHub Issues for the project. Thanks. = Credits Developed by {<%= config[:author_name] %>}[<%= config[:author_url] %>] at {<%= config[:company_name] %>}[<%= config[:company_url] %>] = License Copyright (c) <%= config[:year] %> {<%= config[:company_name] %>}[<%= config[:company_url] %>]. Read the LICENSE for details. = History Read the CHANGELOG for details. Built with Gemsmith[https://github.com/bkuhlmann/gemsmith].
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-1.1.0 | lib/gemsmith/templates/README.rdoc.tmp |