Sha256: ad56734232fbe371c097ae18fda56d1c0b8fab3d44aae1b7a2b97b8103c21fd7

Contents?: true

Size: 669 Bytes

Versions: 1

Compression:

Stored size: 669 Bytes

Contents

# <%= @name %>

<%- if @homepage -%>
* [Homepage](<%= @homepage %>)
<%- end -%>
* [Documentation](http://rubydoc.info/gems/<%= @name %>)
<%- if @safe_email -%>
* [Email](mailto:<%= @safe_email %>)
<%- end -%>

## Description

<%= @description %>

## Features

## Examples

    require '<%= @namespace_path -%>'

## Requirements

## Install

    $ gem install <%= @name %>

<%- if @bin -%>
## Synopsis

    $ <%= @name %>

<%- end -%>
## 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.md.erb