A gem for Singly API - http://dev.singly.com
Add this line to your application's Gemfile:
gem 'singly'
And then execute:
$ bundle
Or install it yourself as:
$ gem install singly
Singly gem use multi_json, if you plan to use singly gem with ruby 1.8.7 you need to require a supporting library like yajl. That is because json was added to stdlib in ruby 1.9.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request

