Stormpath Ruby SDK
Copyright © 2012 Stormpath, Inc. and contributors.
This project is licensed under the Apache 2.0 Open Source License.
For additional information, please see the full Project Documentation.
Build Instructions
Via rubygems.org:
$ gem install stormpath-sdk
To build and install the development branch yourself from the latest source:
$ git clone git@github.com:stormpath/stormpath-sdk-ruby.git
$ cd stormpath-sdk-ruby
$ rake gem
$ gem install pkg/stormpath-sdk-{version}