omniauth-paypal-oauth2 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e858f9b31dcbdb2a17016d12f17b4bf8acac5105
4
- data.tar.gz: fb46dfdb22debb4a9e814be9706ae801c74cb4ba
3
+ metadata.gz: cee9ae6451c3c9bc2808f6b14881192d2b12b613
4
+ data.tar.gz: ddd06b039ce42e99e3036162f3aded736940fca5
5
5
  SHA512:
6
- metadata.gz: a26124a6a3f214042b767df8cd650465f416d60769a59207c6cd0671f92d852c03d3349285ef5e7698735bdeece9c5ea9976f9f50b216b151cb98b731346e06e
7
- data.tar.gz: 1f3dad26a5adc22edbc35e4a84650c4780a7674d3330cb0dd708f8e16852e57bc06e68164227078f3900fee8b00eb71fb3a42b9573174cd264f419bd5987b353
6
+ metadata.gz: 35b0c2995073d0432d6f60e6d3fc0b8b6f7f90fc0c16b780ba8201bdd51ffc05212e52d654f7a3f2a958ed4bfd1396df695e47bd7f26bee22e8360ac2c7a955b
7
+ data.tar.gz: 3ddfa227aba7746cee13752146ef8c20ad76eb239b5d2a46259c46c9a8f3b4765a8b3271869059448168abb3a19e0700131ecd6b3a867c65b25d2fcbf0ff03fd
@@ -4,7 +4,7 @@ require 'omniauth/paypal/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'omniauth-paypal-oauth2'
7
- s.version = '1.4.0'
7
+ s.version = '1.4.1'
8
8
  s.authors = ['Jonas Hübotter']
9
9
  s.email = ['jonas.huebotter@gmail.com']
10
10
  s.summary = 'PayPal Identity strategy for OmniAuth2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-paypal-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -64,7 +64,7 @@ files:
64
64
  - Gemfile.lock
65
65
  - README.md
66
66
  - Rakefile
67
- - lib/omniauth-paypal.rb
67
+ - lib/omniauth-paypal-oauth2.rb
68
68
  - lib/omniauth/paypal.rb
69
69
  - lib/omniauth/paypal/version.rb
70
70
  - lib/omniauth/strategies/paypal.rb