omniauth-paypal-oauth2 1.4.5 → 1.4.6

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: f496baba52d3379ce046ae4ff2d9de74fd034dbd
4
- data.tar.gz: e6a0a3ba604b957893497d3230627a5c87fc66fe
3
+ metadata.gz: 0f84e50f823ab30b0e7762678ffff12b47d654e0
4
+ data.tar.gz: 71e9b3a3219c841f85c8d3db02dfbe4f9b39d862
5
5
  SHA512:
6
- metadata.gz: 9a487349f65691e079eff850bc5059c08c61d2271ec6db797ec8079ec0c6c01f9a58506c27d7081445e38c4ad35dfd3925f696ab35cfb6a0054ce37934faa9ef
7
- data.tar.gz: 1ff3a3aa9f6323d10db483f913efef97bc5f9e324d374f2766f1e3b6b64cef73d83a616f2ac6736e54421835be9b4e468c4a16d0b1ce01a89c7956e717d7213a
6
+ metadata.gz: 70e1ad87cfe1f8d9c769223fe66e1426b32c812e12322b6ab0ff6f46a160342f0903e51af372b3dfd10b72a17c66a5d1fd1bf2d47a5be1d8787de0eb16f168bc
7
+ data.tar.gz: 3998871e8d664b8cf9a02eb5e93104fb5a0a665f532984fccfc9b7cfaf5b80915815c4de6d75889392cdb3d04c068002f5d8f0ff7f1f699ae0120ed2c7d01b34
data/Gemfile CHANGED
@@ -3,4 +3,4 @@ source "http://rubygems.org"
3
3
  gemspec
4
4
 
5
5
  gem 'omniauth-oauth2', "~> 1.4.0"
6
- gem 'json', '~> 2.0', '>= 2.0.3'
6
+ gem 'json', '~> 1.7', '>= 1.7.7'
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-paypal-oauth2 (1.4.4)
5
- json (~> 2.0, >= 2.0.3)
4
+ omniauth-paypal-oauth2 (1.4.6)
5
+ json (~> 1.7, >= 1.7.7)
6
6
  omniauth-oauth2 (~> 1.4.0)
7
7
 
8
8
  GEM
@@ -12,7 +12,7 @@ GEM
12
12
  faraday (0.10.1)
13
13
  multipart-post (>= 1.2, < 3)
14
14
  hashie (3.4.6)
15
- json (2.0.3)
15
+ json (1.8.6)
16
16
  jwt (1.5.6)
17
17
  multi_json (1.12.1)
18
18
  multi_xml (0.6.0)
@@ -45,7 +45,7 @@ PLATFORMS
45
45
  x86-mingw32
46
46
 
47
47
  DEPENDENCIES
48
- json (~> 2.0, >= 2.0.3)
48
+ json (~> 1.7, >= 1.7.7)
49
49
  omniauth-oauth2 (~> 1.4.0)
50
50
  omniauth-paypal-oauth2!
51
51
  rake
@@ -4,7 +4,7 @@ require 'omniauth/paypal_oauth2/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'omniauth-paypal-oauth2'
7
- s.version = '1.4.5'
7
+ s.version = '1.4.6'
8
8
  s.authors = ['Jonas Hübotter']
9
9
  s.email = ['jonas@slooob.com']
10
10
  s.summary = 'A PayPal OAuth2 strategy for OmniAuth 1.x'
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.require_paths = ['lib']
18
18
 
19
19
  s.add_runtime_dependency 'omniauth-oauth2', '~> 1.4.0'
20
- s.add_runtime_dependency 'json', '~> 2.0', '>= 2.0.3'
20
+ s.add_runtime_dependency 'json', '~> 1.7', '>= 1.7.7'
21
21
 
22
22
  s.add_development_dependency 'rspec', '~> 2.99.0'
23
23
  s.add_development_dependency 'rake'
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.5
4
+ version: 1.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
@@ -30,20 +30,20 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '2.0'
33
+ version: '1.7'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 2.0.3
36
+ version: 1.7.7
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - "~>"
42
42
  - !ruby/object:Gem::Version
43
- version: '2.0'
43
+ version: '1.7'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 2.0.3
46
+ version: 1.7.7
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rspec
49
49
  requirement: !ruby/object:Gem::Requirement