omniauth-paypal-oauth2 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a9f9550b9f7b47be9f8e4597bd12ae2319997d03aa4001f49ec8ab17d22a0d1
4
- data.tar.gz: ba349585d15ddba34e048d3e08db5580783dc5b87dd569532610eec25f08f4fc
3
+ metadata.gz: 67bfab593dd887770f78ba211e7bca04336340445caa9accd847b282bfaefe84
4
+ data.tar.gz: fd6dc68018f7e5d404eb3f295ff79d5972adc9ac7cd6e15e20ee4c69590195a7
5
5
  SHA512:
6
- metadata.gz: 76dc21e39f1b7146ff3854c2e5c9960fdc9f39a76ae62ae2a2ffb8640cba995a1aade87275a5e6beb079086c10677defe33a661b2f8a8386503886ae9d3c7ad1
7
- data.tar.gz: aaef7e99b877257e512aff039035b58023c2408ee71bf9f7de8023617d41c3783603d2797d5eb02f6199da9089e3622fd1f0a2ff42a8a6f8c6436850146ab8d4
6
+ metadata.gz: 8842b6e8928433e4a174bd184648d1cd13c15e38f397907155be3982c48c76ae1760b3ea3b57c74b7f5bf784f759276982b651a887769c0e5658fcef9d1314c8
7
+ data.tar.gz: b9d432085cbf4829a3dc7ae0c3fd8c7cd0e513e12f89454af7bc73cfd0484358154f2e77209e49d44236057b12d5eb232081c86de27d259acc1ef1f653aafed5
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # OmniAuth PayPal OAuth2 Strategy
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/omniauth-paypal-oauth2.svg)](https://badge.fury.io/rb/omniauth-paypal-oauth2) ![Travis](https://travis-ci.org/jonhue/omniauth-paypal-oauth2.svg?branch=master)
4
-
5
3
  Strategy to authenticate with PayPal via OmniAuth.
6
4
 
7
5
  Get your API key at: https://developer.paypal.com/developer/applications/ in the section **RESTApps**. Note the Client ID and the Client Secret.
@@ -23,6 +21,7 @@ For more details, read the PayPal docs: https://developer.paypal.com/docs/integr
23
21
  * [Configuration](#configuration)
24
22
  * [Auth hash](#auth-hash)
25
23
  * [Testing](#testing)
24
+ * [Release](#release)
26
25
  * [To Do](#to-do)
27
26
  * [Contributing](#contributing)
28
27
  * [Semantic versioning](#semantic-versioning)
@@ -228,6 +227,17 @@ For more details see the PayPal [List Of Attributes](https://developer.paypal.co
228
227
 
229
228
  ---
230
229
 
230
+ ## Release
231
+
232
+ 1. Review breaking changes and deprecations in `CHANGELOG.md`
233
+ 2. Change the gem version in `lib/omniauth/paypal_oauth2/version.rb`
234
+ 3. Reset `CHANGELOG.md`
235
+ 4. Create a pull request to merge the changes into `master`
236
+ 5. After the pull request was merged, create a new release listing the breaking changes and commits on `master` since the last release.
237
+ 6. The release workflow will publish the gems to RubyGems and the GitHub Package Registry
238
+
239
+ ---
240
+
231
241
  ## To Do
232
242
 
233
243
  We use [GitHub projects](https://github.com/jonhue/omniauth-paypal-oauth2/projects/1) to coordinate the work on this project.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module PaypalOauth2
5
- VERSION = '2.0.1'
5
+ VERSION = '2.0.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-paypal-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
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-05-03 00:00:00.000000000 Z
11
+ date: 2019-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ - - "<"
18
21
  - !ruby/object:Gem::Version
19
- version: '2.1'
22
+ version: '3'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '1.7'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '2.1'
32
+ version: '3'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: omniauth-oauth2
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +87,7 @@ dependencies:
81
87
  - !ruby/object:Gem::Version
82
88
  version: '0'
83
89
  description: A PayPal OAuth2 strategy for OmniAuth
84
- email: me@jonhue.me
90
+ email: jonas.huebotter@gmail.com
85
91
  executables: []
86
92
  extensions: []
87
93
  extra_rdoc_files: []