= <%= @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 -%> See LICENSE.txt for details.