They're broken as of 1.1.0, I use this feature a lot. The link tags
should link to a local anchor, instead they link to a postfix-url.
Here's a patch:
Index: server.rb
===================================================================
--- server.rb (revision 1695)
+++ server.rb (working copy)
@@ -51,7 +51,7 @@
<h1>Summary</h1>
<p>There are <%=values["gem_count"]%> gems installed:</p>
<p>
- <%= values["specs"].map { |v| "<a href=\"#{v["name"]}
\">#{v["name"]}</a>" }.join ', ' %>.
+ <%= values["specs"].map { |v| "<a href=\"##{v["name"]}
\">#{v["name"]}</a>" }.join ', ' %>.
<h1>Gems</h1>
<dl>
Easy mistake to make, thanks for all the hard work guys.
I'd have written a test, but there's no infrastructure for testing it
that I could see in the test suite, and it's a very very small fix. :-)
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers