Skip to content

dandrabik/sift-ruby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sift Science Ruby bindings

Installation

If you want to build the gem from source:

$ gem build sift.gemspec

Alternatively, you can install the gem from Rubyforge:

$ gem install sift

Requirements

* Ruby 1.8.7 or above. (Ruby 1.8.6 might work if you load ActiveSupport.)
* HTTParty, 0.8.3 or greater

For development only:

* bundler
* rspec, 2.9 or greater
* fakeweb, 1.3 or greater

Building

Building and publishing the gem is captured by the following steps:

$ gem build sift.gemspec
$ gem push sift-<current version>.gem

$ bundle
$ rake -T
$ rake build
$ rake install
$ rake release

Testing

To run the various tests use the rake command as follows:

$ rake spec:unit
$ rake spec:integration

About

Sift Science API (Ruby client)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%