# <%= @name %> <%- if @homepage -%> * [Homepage](<%= @homepage %>) <%- end -%> * [Documentation](http://rubydoc.info/gems/<%= @name %>/frames) <%- 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 -%>