omniauth-pls.gemspec in omniauth-pls-0.0.1 vs omniauth-pls.gemspec in omniauth-pls-0.0.2
- old
+ new
@@ -14,11 +14,11 @@
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "omniauth-pls"
gem.require_paths = ["lib"]
gem.version = OmniAuth::Pls::VERSION
- gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.2'
- gem.add_runtime_dependency 'multi_json', '~> 1.11'
+ gem.add_runtime_dependency 'omniauth-oauth2'
+ gem.add_runtime_dependency 'multi_json'
- gem.add_development_dependency 'rspec', '~> 3.1'
- gem.add_development_dependency 'rake', '~> 10.3'
+ gem.add_development_dependency 'rspec'
+ gem.add_development_dependency 'rake'
end