twilio / authy-ruby

**Deprecated** Ruby library to access the authy API
MIT License
156 stars 47 forks source link

Assorted fixes to get specs passing #20

Closed petergoldstein closed 8 years ago

petergoldstein commented 8 years ago
  1. Fixed bad handling of nils inside the onetouch.rb code.
  2. Updated gems in Gemfile.lock.
  3. Made failing specs pending, as they appear to be the result of API behavior.
  4. Added a .travis.yml with explicit Ruby versions, so it won't fall back to the default of 1.9.3.

Note that after this PR is merged that:

  1. Specs will pass, although the API issues still require attention from someone at Authy
  2. Travis CI will go green
petergoldstein commented 8 years ago

Rebased code against latest master

serargz commented 8 years ago

Thanks @petergoldstein, PR merged.