Sha256: aac046463b855d45afec6b191e5f47d7876f226339f1f53047cfba3cae406027
Contents?: true
Size: 1.14 KB
Versions: 2
Compression:
Stored size: 1.14 KB
Contents
= Overview <%- if config[:travis] -%> {<img src="https://secure.travis-ci.org/<%= config[:github_user] %>/<%= config[:gem_name] %>.png" />}[http://travis-ci.org/<%= config[:github_user] %>/<%= config[:gem_name] %>] <%- end -%> = 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, do the following: 1. cd to the gem root. 2. bundle install 3. bundle exec rspec spec <%- end -%> = Contributions Please log all feedback/issues via GitHub Issues. 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-1.4.0 | lib/gemsmith/templates/README.rdoc.tmp |
gemsmith-1.3.0 | lib/gemsmith/templates/README.rdoc.tmp |