Sha256: 94ebd771a887cbeecac8f0f4359810462bce2c61b5363026081100a3ef79ecfd
Contents?: true
Size: 675 Bytes
Versions: 1
Compression:
Stored size: 675 Bytes
Contents
h1. <%= @name %> <%- if @homepage -%> * "Homepage":<%= @homepage %> <%- end -%> * "Documentation":http://rubydoc.info/gems/<%= @name %> <%- if @safe_email -%> * "Email":mailto:<%= @safe_email %> <%- end -%> h2. Description <%= @description %> h2. Features h2. Examples bc. require '<%= @namespace_path -%>' h2. Requirements h2. Install bc. $ gem install <%= @name %> <%- if @bin -%> h2. Synopsis bc. $ <%= @name %> <%- end -%> h2. Copyright <%- if @author -%> Copyright (c) <%= @year %> <%= @author %> <%- else -%> Copyright (c) <%= @year %> <%- end -%> <%- if yard? -%> See {file:LICENSE.txt} for details. <%- else -%> See LICENSE.txt for details. <%- end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ore-0.6.0 | data/ore/templates/base/README.tt.erb |