philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

Update oauth to 0.9.3 #53

Closed irubnich closed 10 years ago

irubnich commented 10 years ago

The application I'm working on has an oauth dependency for a later version, and running bundle install gave me a conflict with the already-installed version (0.9.3). I thought I'd send this pull request since all your tests passed with this change and upgrading oauth isn't a bad idea to begin with.

Thanks!

philnash commented 10 years ago

Hi Ilya,

Thanks for looking at this, I've pinned the gem to >= 0.5 and < 0.10 right now, which allows for patch updates on the 0.9.x release of OAuth2. The gem is released as bitly 0.10.0.

Thanks for the pull request, sorry it took a while to get sorted.

Phil