New upstream version 1.1.1
Showing
- CHANGELOG.md 29 additions, 0 deletionsCHANGELOG.md
- README.md 3 additions, 1 deletionREADME.md
- examples/Gemfile 1 addition, 1 deletionexamples/Gemfile
- examples/config.ru 19 additions, 9 deletionsexamples/config.ru
- lib/omniauth/google_oauth2/version.rb 1 addition, 1 deletionlib/omniauth/google_oauth2/version.rb
- lib/omniauth/strategies/google_oauth2.rb 12 additions, 5 deletionslib/omniauth/strategies/google_oauth2.rb
- omniauth-google-oauth2.gemspec 2 additions, 2 deletionsomniauth-google-oauth2.gemspec
- spec/omniauth/strategies/google_oauth2_spec.rb 60 additions, 15 deletionsspec/omniauth/strategies/google_oauth2_spec.rb
... | ... | @@ -21,9 +21,9 @@ Gem::Specification.new do |gem| |
gem.required_ruby_version = '>= 2.2' | ||
gem.add_runtime_dependency 'jwt', '>= 2.0' | ||
gem.add_runtime_dependency 'oauth2', '~> 1.1' | ||
gem.add_runtime_dependency 'oauth2', '~> 2.0.6' | ||
gem.add_runtime_dependency 'omniauth', '~> 2.0' | ||
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.7.1' | ||
gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.8.0' | ||
gem.add_development_dependency 'rake', '~> 12.0' | ||
gem.add_development_dependency 'rspec', '~> 3.6' | ||
... | ... |
Please register or sign in to comment