% if @gems.any? %> Upload Another Gem
gem install <%= name %> <%= "--prerelease" if version.to_s.match(/[a-z]/i) %> -v "<%= version %>"
<% if spec = spec_for(name, versions.last) %> <%= spec.description %> – <%= spec.authors.map do |author| "#{author}" end.join(', ') %> <% end %>