Skip to content

Commit

Permalink
List all authors in the gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
jlecour committed Sep 1, 2011
1 parent c8dbebb commit 15dfeb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<% if spec = spec_for(name, versions.last) %>
<%= spec.description %>
<br/>
<span class="author"><a href='<%= spec.homepage %>'><%= spec.author %></a></span>
<span class="author"><%= spec.authors.map do |author|
"<a href='#{spec.homepage}'>#{author}</a>"
end.join(', ') %></span>
<% end %>
</p>
</div>
Expand Down

0 comments on commit 15dfeb2

Please sign in to comment.