kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Faraday::Reqeust::OAuth2 conflicts with other gems using OAuth2. #139

Closed rickpern closed 11 years ago

rickpern commented 11 years ago

When this gem is used in conjuction with other gems that use Faraday::Reqeust::OAuth2, there is potential for conflict. This gem actually does conflict with the instagram-ruby-gem. I changed the classes to use the FaradayMiddleware namespace for consistency, and gave them YouTube specific names.

chebyte commented 11 years ago

nice approach thanks!

rickpern commented 11 years ago

Thanks, hopefully the Instagram gem guy will feel the same :)

Sent from my iPhone

On Jan 8, 2013, at 8:43 AM, chebyte notifications@github.com wrote:

nice approach thanks!

— Reply to this email directly or view it on GitHub.