omniauth-paypal-oauth2 1.4.7 → 1.4.8

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: e5b73afd1f10088b5d39621e23a1c62daff401b5
4
- data.tar.gz: 0bb38da974b16879f9342a911c3403e55c8e9a96
3
+ metadata.gz: 603d4925c9776d49c9fb1f1c3de500c635a70065
4
+ data.tar.gz: f6ac0e274c110d8ffbbfa4a180bdb3dcbfbe433e
5
5
  SHA512:
6
- metadata.gz: 46599cde33b003799c934fbc882876dace6b6c7fa0abe8546c64b40a4a55ad0e2345318231bdbaf1dbd344b723bbd7fa1ce91ed30bed74fbb2d3f77faf1376cf
7
- data.tar.gz: c794591b4ce53bd69c724de67533ce31cd3cf3a01a8504fec702a482cc14d9c6ff638f4c5c308ea8175520369469c40840d8f0c0bb6acf85a09a8fd8d9fb617c
6
+ metadata.gz: a44eb0c1dc0517f63d775de3079bbbc13325b218016c35ef94246abc6c6c26674bf6d5b80839dbf804d8c72617c6abc3bc7efae37c90c039edfbd53d703d687a
7
+ data.tar.gz: fe3b2bd1d553e516f66499dd3b29482c8f56b24842e193ea9e973d1a201fc8cdac61e2f59c83209899a8e818de7bf9269b7da87d9a99ba0a09aa7b6678d292ae
data/Gemfile CHANGED
@@ -2,5 +2,5 @@ source "http://rubygems.org"
2
2
 
3
3
  gemspec
4
4
 
5
- gem 'omniauth-oauth2', "~> 1.4.0"
5
+ gem 'omniauth-oauth2', "~> 1.3.1"
6
6
  gem 'json', '~> 1.7', '>= 1.7.7'
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-paypal-oauth2 (1.4.6)
4
+ omniauth-paypal-oauth2 (1.4.8)
5
5
  json (~> 1.7, >= 1.7.7)
6
- omniauth-oauth2 (~> 1.4.0)
6
+ omniauth-oauth2 (~> 1.3.1)
7
7
 
8
8
  GEM
9
9
  remote: http://rubygems.org/
@@ -26,7 +26,7 @@ GEM
26
26
  omniauth (1.3.1)
27
27
  hashie (>= 1.2, < 4)
28
28
  rack (>= 1.0, < 3)
29
- omniauth-oauth2 (1.4.0)
29
+ omniauth-oauth2 (1.3.1)
30
30
  oauth2 (~> 1.0)
31
31
  omniauth (~> 1.2)
32
32
  rack (2.0.1)
@@ -46,7 +46,7 @@ PLATFORMS
46
46
 
47
47
  DEPENDENCIES
48
48
  json (~> 1.7, >= 1.7.7)
49
- omniauth-oauth2 (~> 1.4.0)
49
+ omniauth-oauth2 (~> 1.3.1)
50
50
  omniauth-paypal-oauth2!
51
51
  rake
52
52
  rspec (~> 2.99.0)
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module PayPalOauth2
3
- VERSION = "1.4.7"
3
+ VERSION = "1.4.8"
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
 
17
17
  gem.required_ruby_version = '>= 2.0'
18
18
 
19
- gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.4.0'
19
+ gem.add_runtime_dependency 'omniauth-oauth2', '~> 1.3.1'
20
20
  gem.add_runtime_dependency 'json', '~> 1.7', '>= 1.7.7'
21
21
 
22
22
  gem.add_development_dependency 'rspec', '~> 2.99.0'
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.7
4
+ version: 1.4.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.4.0
19
+ version: 1.3.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.4.0
26
+ version: 1.3.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: json
29
29
  requirement: !ruby/object:Gem::Requirement