Summary
There are <%=values["gem_count"]%> gems installed:
<%= values["specs"].map { |v| "#{h v["name"]}" }.join ', ' %>.
Gems
<% values["specs"].each do |spec| %>
-
<% if spec["first_name_entry"] then %>
">
<% end %>
<%=h spec["name"]%> <%=h spec["version"]%>
<% if spec["ri_installed"] || spec["rdoc_installed"] then %>
">[rdoc]
<% else %>
[rdoc]
<% end %>
<% if spec["homepage"] then %>
" title="<%=h spec["homepage"]%>">[www]
<% else %>
[www]
<% end %>
<% if spec["has_deps"] then %>
- depends on
<%= spec["dependencies"].map { |v| "#{h v["name"]}" }.join ', ' %>.
<% end %>
-
<%=spec["summary"]%>
<% if spec["executables"] then %>
<% if spec["only_one_executable"] then %>
Executable is
<% else %>
Executables are
<%end%>
<%= spec["executables"].map { |v| "#{h v["executable"]}"}.join ', ' %>.
<%end%>
<% end %>