Sha256: 5ab56c329f725dc650302b40abefc488023df89c8f75a3bdd1eda0bd2acc2287
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 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}[https://github.com/<%= config[:github_user] %>/<%= config[:gem_name] %>/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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-1.5.0 | lib/gemsmith/templates/README.rdoc.tmp |