The Ruby Cookbook (http://www.oreilly.com/catalog/rubyckbk/) has a chapter on rakefiles that contains a useful generic Ruby project rakefile that, among other things, automates the task of uploading documentation to Rubyforge. gga wrote: > I'm wondering what are people using to upload rubyforge projects. > I'm basically looking for something that will easily allow me to upload > the ri documentation into rubyforge (this is a pain to do manually, > afaik).