omniauth-yahoojp.gemspec in omniauth-yahoojp-0.1.1 vs omniauth-yahoojp.gemspec in omniauth-yahoojp-0.1.2
- old
+ new
@@ -12,9 +12,10 @@
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "omniauth-yahoojp"
gem.require_paths = ["lib"]
gem.version = OmniAuth::YahooJp::VERSION
+ gem.licenses = "MIT"
gem.add_dependency 'omniauth', '~> 1.0'
gem.add_dependency 'omniauth-oauth2', '~> 1.1'
gem.add_dependency 'httpauth'
gem.add_development_dependency 'rspec', '~> 2.7'