omniauth-paypal-oauth2 2.0.0 → 2.0.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
  SHA256:
3
- metadata.gz: 5dfa9136b8e815a484605df0867003a2b272b27dee91ae6b8a9e900c7765b246
4
- data.tar.gz: 88f2ac99df28dd63fb83c02e301c065dc504753b5c5f134bd708387e07e6944e
3
+ metadata.gz: 8a9f9550b9f7b47be9f8e4597bd12ae2319997d03aa4001f49ec8ab17d22a0d1
4
+ data.tar.gz: ba349585d15ddba34e048d3e08db5580783dc5b87dd569532610eec25f08f4fc
5
5
  SHA512:
6
- metadata.gz: 17a912c2a22c5afc05e9fe535a1937ab68625e1dd0bc7b4bc4732d54750d9828accee16651df25cce65a8e6f05a59d05a968dd09b933c253f855dcf87bf1a462
7
- data.tar.gz: 49bb670b8e5f275743ac03b06e5ab0d22dca281f4f2f489f192dbd4ae274343d3ae6c514edac4be771b746f1e9d1a3d15807d7c294fe7501e7fbe52f3732b0ee
6
+ metadata.gz: 76dc21e39f1b7146ff3854c2e5c9960fdc9f39a76ae62ae2a2ffb8640cba995a1aade87275a5e6beb079086c10677defe33a661b2f8a8386503886ae9d3c7ad1
7
+ data.tar.gz: aaef7e99b877257e512aff039035b58023c2408ee71bf9f7de8023617d41c3783603d2797d5eb02f6199da9089e3622fd1f0a2ff42a8a6f8c6436850146ab8d4
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module PaypalOauth2
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-paypal-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonas Hübotter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-26 00:00:00.000000000 Z
11
+ date: 2019-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -111,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubyforge_project:
115
- rubygems_version: 2.7.6
114
+ rubygems_version: 3.0.3
116
115
  signing_key:
117
116
  specification_version: 4
118
117
  summary: A PayPal OAuth2 strategy for OmniAuth