omniauth-yahoojp.gemspec in omniauth-yahoojp-0.1.0 vs omniauth-yahoojp.gemspec in omniauth-yahoojp-0.1.1

- old
+ new

@@ -15,9 +15,10 @@ gem.require_paths = ["lib"] gem.version = OmniAuth::YahooJp::VERSION gem.add_dependency 'omniauth', '~> 1.0' gem.add_dependency 'omniauth-oauth2', '~> 1.1' + gem.add_dependency 'httpauth' gem.add_development_dependency 'rspec', '~> 2.7' gem.add_development_dependency 'rack-test' gem.add_development_dependency 'simplecov' gem.add_development_dependency 'webmock' end