Sorry for the double post...
I just realized that my rubyforge account may allow me to commit this?
May / Should I?
On 7 Apr 2008, at 16:04, James Tucker wrote:
> 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