Archive for June, 2009

Using hoe and jeweler for rubyforge and github

Wednesday, June 24th, 2009

I asked myself how to get started using github as a development platform but still support rubyforge as the main server for stable gem versions? First I tried to use only hoe but did not get a gemspec file out of it. So I added jeweler to get a gemspec via ...

Ruby RDoc ressources

Friday, June 12th, 2009

I quite often search for infos about RDoc, so here are some useful links. How to write RDoc comments RDoc Homepage The homepage links Ruby Standard Lib documentation links from the standard library documentation rdoc.info allows you to generate RDoc on the fly for Github projects and browse it as well How to browse RDoc ...