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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f201b3c332f273b6e68fe2fa630e9f82b05d7962
4
- data.tar.gz: ea709c60d810e37bb9c81b442b03915e56183811
2
+ SHA256:
3
+ metadata.gz: e2db0b2fba84d1987f67e4ccb2b4fac37c006285b423ce075816930587a49d42
4
+ data.tar.gz: dfc330f2d3fe2cc9645f4cca80c4678c7be542bb430ddc224bf31ae1b825cea1
5
5
  SHA512:
6
- metadata.gz: 3afb16b4dca4977a651b93907ab829fcb4145b7273f06888791bd835a9869b71f3d44adc6bfff2b0aec38a20a8152ee27e70e40552e842194be2d026b7c95f21
7
- data.tar.gz: 15aac0abb8c3cd765cc356d34614276d09fbdb3587873af8a94009e6c8bf3e33b7fb7fc8d5f9231f4d38336c3cc8d645f3048e1b999cc3b212aa53eccd614239
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
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Patreon
3
- VERSION = '1.0.1'.freeze
3
+ VERSION = '1.0.2'.freeze
4
4
  end
5
5
  end
@@ -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/tmilewski/omniauth-patreon'
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.1
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-10-14 00:00:00.000000000 Z
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/tmilewski/omniauth-patreon
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.11
110
+ rubygems_version: 2.7.6
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Patreon strategy for OmniAuth