omniauth-patreon 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +1 -1
- data/lib/omniauth/patreon/version.rb +1 -1
- data/omniauth-patreon.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: e2db0b2fba84d1987f67e4ccb2b4fac37c006285b423ce075816930587a49d42
|
4
|
+
data.tar.gz: dfc330f2d3fe2cc9645f4cca80c4678c7be542bb430ddc224bf31ae1b825cea1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c271a1e264146de8a709855f4ec03d6ce64237bcd371d534e6bf0b118db3b5c464073318477b8d626bc4d6c2d3daf41ec916f447e23fdb816e10329006c4fa8
|
7
|
+
data.tar.gz: 4f7df2eeda5dbde0a089fc28c43f695f7191329a243af59d762718e9165c15fe9ed7fc89e303f95cdf2b36ce8f7277762874244f24872cb89f9dae67c7ef4da1
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Patreon OAuth2 Strategy for OmniAuth 1.x and supports the OAuth 2.0 server-side
|
|
7
7
|
|
8
8
|
You may view the Patreon API documentation [here](https://www.patreon.com/portal/).
|
9
9
|
|
10
|
-
This project is a fork from [omniauth/omniauth-uber](https://github.com/omniauth/omniauth-uber), reconfigured for the Patreon API 🙂
|
10
|
+
This project is a fork from [omniauth/omniauth-uber](https://github.com/omniauth/omniauth-uber), reconfigured for the Patreon API. A lot of the inner workings were inspired by Discourse's [discourse-patreon](https://github.com/discourse/discourse-patreon) code - thanks all! On the shoulders of giants, as it were 🙂
|
11
11
|
|
12
12
|
## Installation
|
13
13
|
|
data/omniauth-patreon.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.email = ['kristian@bytesized.xyz']
|
9
9
|
s.summary = 'Patreon strategy for OmniAuth'
|
10
10
|
s.description = 'Patreon strategy for OmniAuth v1.2'
|
11
|
-
s.homepage = 'https://github.com/
|
11
|
+
s.homepage = 'https://github.com/signalnerve/omniauth-patreon'
|
12
12
|
s.license = 'MIT'
|
13
13
|
|
14
14
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-patreon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kristian Freeman
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: omniauth
|
@@ -87,7 +87,7 @@ files:
|
|
87
87
|
- spec/app.rb
|
88
88
|
- spec/omniauth/strategies/patreon_spec.rb
|
89
89
|
- spec/spec_helper.rb
|
90
|
-
homepage: https://github.com/
|
90
|
+
homepage: https://github.com/signalnerve/omniauth-patreon
|
91
91
|
licenses:
|
92
92
|
- MIT
|
93
93
|
metadata: {}
|
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
107
107
|
version: '0'
|
108
108
|
requirements: []
|
109
109
|
rubyforge_project:
|
110
|
-
rubygems_version: 2.6
|
110
|
+
rubygems_version: 2.7.6
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: Patreon strategy for OmniAuth
|