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

Excon gem is specified as a runtime dependency, but only used in tests #238

Open kindjar opened 10 years ago

kindjar commented 10 years ago

It seems like faraday is the http library actually used by the gem itself... I found it odd that the gem declared two different http libraries as runtime dependencie. It looks like the excon gem was added for use with some tests, but since it's listed as a runtime dependency in the gemspec, it gets installed by bundler in my app that doesn't use excon. Is there some reason the dependency is set up this way?