Sha256: 14ec53a9a690ada0924b2adcb39c0d5867adffccf87549c13dc43fc4e3a1469d
Contents?: true
Size: 584 Bytes
Versions: 4
Compression:
Stored size: 584 Bytes
Contents
<% author = member %> <% if author.info %> ![<%= author.name %>](<%= author.info.avatar_url %>) Follow on github: [<%= "@#{author.info.login}" %>](http://github.com/<%= author.info.login %>) <% end %> <% if author.info %> <%= ThankWords.begin_author %> [**<%= author.name %>**](http://github.com/<%= author.info.login %>) <%= ThankWords.middle_author %> <% else %> <%= ThankWords.begin_author %> **<%= author.name %>** <%= ThankWords.middle_author %> <% end %> <%= author.gems.map { |it| "[**#{it.name}**](#{it.url})" }.join(', ') %>. <%= ThankWords.end_author %> --------
Version data entries
4 entries across 4 versions & 1 rubygems