rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

1. Make zoho-hub compatible to ruby 2.1.0 and Active Support < 5.2. #1

Closed contactprincebansal closed 5 years ago

contactprincebansal commented 6 years ago
  1. Added minimum required ruby version is 2.1.0.
  2. Downgraded gem dependencies of active support.
  3. Added backport gem as dependency to include feature that is not in ruby 2.3.0. Will include gem only if we are using ruby < 2.3.0.
rikas commented 5 years ago

@erprincebansal I didn't forget about this, I will review as soon as I have time.