chargebee / chargebee-ruby

Ruby library for the Chargebee API.
https://apidocs.chargebee.com/docs/api?lang=ruby
MIT License
32 stars 60 forks source link

rest-client version check modified to support >=1.4. #24

Closed johnpaulh closed 7 years ago

johnpaulh commented 7 years ago

rest-client version 1.4 is very old and lots of other gems had moved to > 2.0.

Having minor version check ~>1.4 is a blocker in using many other gems. There is no major deprecation in the rest-client api as such compared to > 1.4 versions to 2.* versions. Its mostly additions on 'Exceptions' module.

Tested the specs after modifying it to >=1.4 All specs passed. Also refering issue: https://github.com/chargebee/chargebee-ruby/issues/19