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 ...
Posted in Ruby, rubygems | No Comments »
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 ...
Posted in Ruby | No Comments »