Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 556 Bytes

README.rdoc

File metadata and controls

23 lines (14 loc) · 556 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

Release a gem (from gem dir):

jrake push publish_docs

Publish site html:

cd www && rake publish