philnash / bitly

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

Allow newer version of oauth gem. Fixes #44 #51

Closed jeffrafter closed 10 years ago

jeffrafter commented 10 years ago

This updates the gemspec and version to allow newer versions of the oauth gem to be used. This fixes the broken bundle when bitly gem is combined with omniauth-facebook, omniauth-soundcloud and others.

mtparet commented 10 years ago

:+1: needed

philnash commented 10 years ago

Hi @jeffrafter,

Thanks for looking into this, I've now updated the gem to version 0.10.0 which relies on OAuth2 >=0.5 and < 0.10 to account for the 0.9.x releases of OAuth2.

Thanks for taking a look at this and making a pull request. Sorry for the delay.

Phil