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).
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).
Take a look at:
···
--
Andrea Fazzi @ Alca Societa' Cooperativa
Servizi di Informatica Libera
Lecce - Italy
http://alca.le.it/
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).
aren't hoe and rubyforge gems just for this purpose?
http://rubyforge.org/projects/seattlerb/
http://rubyforge.org/projects/codeforpeople/
···
On 1/16/07, gga <GGarramuno@aol.com> 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).
You can use rsync to transfer a directory tree up to your virtual host.
Yours,
Tom
···
On Tue, 2007-01-16 at 17:05 +0900, 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).
Pretty much.
$ rake -T
(in /Users/drbrain/Work/p4/zss/src/memcache-client/dev)
[...]
rake publish_docs # Publish RDoc to RubyForge
[...]
Even uses rsync to keep things clean and fast.
···
On Jan 16, 2007, at 13:15, Jan Svitok wrote:
On 1/16/07, gga <GGarramuno@aol.com> 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).aren't hoe and rubyforge gems just for this purpose?
http://rubyforge.org/projects/seattlerb/
http://rubyforge.org/projects/codeforpeople/
--
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net
I LIT YOUR GEM ON FIRE!