Gem_server and rdoc question

I've installed wee 0.7. When I browse the source I find a nice overview of
Wee in rdoc format. But when I point my browser at the home page from
gem_server I don't get that overview, just get into the details of some
particular .rb file. The same for other gems.

Am I doing something wrong?

Thanks.

I doubt it is anything you have done. I suspect that whoever created the gem
for those packages didn't take the time to correctly specify the RDoc options
in the gemspec. Rake does something similar and its gem_server rdoc page is
fine (on my system). The rake gemspec might be a good place to look to see
how to set up the gemspec rdoc options.

ยทยทยท

On Saturday 05 February 2005 05:50 pm, itsme213 wrote:

I've installed wee 0.7. When I browse the source I find a nice overview of
Wee in rdoc format. But when I point my browser at the home page from
gem_server I don't get that overview, just get into the details of some
particular .rb file. The same for other gems.

Am I doing something wrong?

--
-- Jim Weirich jim@weirichhouse.org http://onestepback.org
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)