You can install gem dependencies with bundler:
$ gem install bundler
$ bundler install
$ bundle exec rake doc
This will generate the HTML documentation in the doc/
directory.
$ bundle exec rake test
$ bundle exec rake style
$ bundle exec rake unit
$ bundle exec rake integration