Please refer to tutumcloud/ruby-tutum for an up-to-date and maintained wrapper.
A Simple Ruby Wrapper for Tutum's API
This library implements Tutum's API. It was spawned from the ruby-tutum gem.
Installation
$ gem install tutum-api
##Configuration
In order to make requests, you must secure your username and API key.
require 'tutum'
session = Tutum.new(username, api_key)
##Testing
Testing locally is simple. Just bundle and run the tests.
$ bundle
$ rake
##Contributing
Documentation, feature requests, code, tests, and bug reports are welcomed.