Sha256: ae12f82cc8cc4f188d37383de602ab4f85d052cd1ee5d22c52fd8b72945753bc
Contents?: true
Size: 544 Bytes
Versions: 3
Compression:
Stored size: 544 Bytes
Contents
<% gem = member %> <% if gem.authors.all?(&:info) %> <%= gem.authors.map { |a| "![#{a.name}](#{a.info.avatar_url})" }.join(' ') %> <% end %> <% if gem.authors.all?(&:info) %> <%= ThankWords.begin_author %> <%= gem.authors.map { |it| "[**#{it.name}**](http://github.com/#{it.info.login})" }.join(', ') %> <% else %> <%= ThankWords.begin_author %> <%= gem.authors.map(&:name).map { |it| "**#{it}**" }.join(', ') %> <% end %> <%= ThankWords.middle_author %> [**<%= gem.name %>**](<%= gem.url %>). <%= ThankWords.end_author %> ------------
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
share_some_love-0.1.3 | templates/md/_gem.md.erb |
share_some_love-0.1.2 | templates/md/_gem.md.erb |
share_some_love-0.1.1 | templates/md/_gem.md.erb |