Sha256: a640f568bc269f4cfb29a6583843e6200169c31ef7557a549dd3a3fe23024444

Contents?: true

Size: 668 Bytes

Versions: 2

Compression:

Stored size: 668 Bytes

Contents

h1. <%= @name %>

<%- if @homepage -%>
* "Homepage":<%= @homepage %>
<%- end -%>
* "Documentation":http://rubydoc.info/gems/<%= @name %>
<%- if @safe_email -%>
* "Email":<%= @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

2 entries across 2 versions & 1 rubygems

Version Path
ore-0.5.0 data/ore/templates/base/README.tt.erb
ore-0.4.1 data/ore/templates/base/README.tt.erb