xdevplatform / twitter-ruby-ads-sdk

A Twitter supported and maintained Ads API SDK for Ruby.
https://twitterdev.github.io/twitter-ruby-ads-sdk/
MIT License
67 stars 71 forks source link

Update SDK to support Ruby 2.3+ #190

Closed osowskit closed 5 years ago

osowskit commented 5 years ago

Issue Type: Improvement

Changes Included:

Ruby 2.2 and earlier have been deprecated. This PR will update Rubocop/Travis CI to support the minimum version of Ruby 2.3.

Check List:

tushdante commented 5 years ago

This is awesome! Appreciate the work @osowskit ! Two things:

  1. I'm assuming you've run the examples in the repo, just to confirm that these changes don't break anything
  2. Can you edit the gemspec file and add us as owners? Feel free to remove Jacob and Brandon
osowskit commented 5 years ago

I'm assuming you've run the examples in the repo, just to confirm that these changes don't break anything

Excellent suggestion. I'll take a look at these now.

smaeda-ks commented 5 years ago

@osowskit Any updates on this? I'd love to get this merged for sure!

osowskit commented 5 years ago

you've run the examples in the repo, just to confirm that these changes don't break anything

I was part way through running the examples and was slowed down by not having an account with some permissions for specific features. I don't believe I'll have time in the next week or so to work on this but could add anyone to the forked repo to help 💪 this through

smaeda-ks commented 5 years ago

example scripts test for this PR:

I believe this can be merged. I'll open another PR once this is merged to fix some minor bugs before we release a new version.