This repository houses the Ruby SDK for Optimizely's Full Stack product.
##Getting Started
###Installing the SDK
The SDK is available through RubyGems. To install:
gem install optimizely-sdk
###Using the SDK See the Optimizely Full Stack developer documentation to learn how to set up your first Full Stack project and use the SDK.
##Development
###Building the SDK
To build a local copy of the gem which will be output to /pkg
:
rake build
###Unit tests
#####Running all tests You can run all unit tests with:
rake spec
###Contributing
Please see CONTRIBUTING.