omniauth-linkedin-oauth2.gemspec in omniauth-linkedin-oauth2-0.2.5 vs omniauth-linkedin-oauth2.gemspec in omniauth-linkedin-oauth2-1.0.0

- old
+ new

@@ -16,14 +16,13 @@ gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] - gem.add_runtime_dependency 'omniauth', '~> 1.0' gem.add_runtime_dependency 'omniauth-oauth2' - gem.add_development_dependency 'bundler', '~> 1.3' + gem.add_development_dependency 'bundler' gem.add_development_dependency 'rake' - gem.add_development_dependency 'rspec', '~> 2.14.1' + gem.add_development_dependency 'rspec' gem.add_development_dependency 'simplecov' end