Using development snapshots of Ruport

If you'd like to help test Ruport or dying to try out the latest features, you can build gems from Ruport's subversion.

svn co http://stonecode.svnrepository.com/svn/ruport/ruport/trunk ruport
cd ruport
# seriously consider what you are getting yourself into if the tests fail.
rake test 
rake gem
cd pkg
sudo gem install ruport

Bug Reports are welcome, but don't expect trunk to ever be stable. Keep your head up and if you need to use something in production, use a stable release! :)