Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 785 Bytes

README.rdoc

File metadata and controls

30 lines (18 loc) · 785 Bytes

The RJack tree contains the source for several distinct gems (per rubyforge conventions), in independent directories. Under www/ is the public home page documentation pushed to rjack.rubyforge.org.

GIT

% git remote add rubyforge gitosis@rubyforge.org:rjack.git
% git remote add origin git@github.com:dekellum/rjack.git

Release

Create new gem package under rjack project:

(rubyforge login)
rubyforge create_package rjack rjack-jetty

FIXME: Required now with gemcutter?

Release a gem:

VERSION=x.y.z jrake push publish_docs post_news

Upload rjack docs to rubyforge:

rsync -auP -e ssh www/ dekellum@rubyforge.org:/var/www/gforge-projects/rjack/