omniauth-fishbrain 0.11.0 → 0.11.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: aeee9cc6e162c2f7af87e9e888e5ee6512e3b0733db7e2ea62b36edc3e18f355
4
- data.tar.gz: c7e1e870026535bab621a989e3108065b87361b700b819117fc43422f247407b
3
+ metadata.gz: 3ee5230c915680459d90c59d2fdb65d1d8900d0879e5cda34059ed7259d34244
4
+ data.tar.gz: d268e988af107e07224a227c946208a576a7a27dc3a01f62fd8ba046e70c103c
5
5
  SHA512:
6
- metadata.gz: 1581f15f1c259c32b65918776be71fecb61d8a301684168c6c203671f19fb36f13f246135e940b733412eec27afeb9cb065c70412323505792cd1dd8f1848bf8
7
- data.tar.gz: f2cb803f3e831ee2607c7ba93ac089d48fdfe3d5a3ec39c17bbfa46b5904862dc5d82c75984a6fcac60cd17569cb485a5206706348285133f1046fb88974dd24
6
+ metadata.gz: 6f4e8d0306c776cfbcbc2f6c279a5688b7d9a1c233b1ea007234290791214e7cc55b75a3c8077fb002dc4d3ea1afc015a146781915d6a13663c75cedbb9e84fc
7
+ data.tar.gz: dd4bc83c8dea35def62c26348c3f072572e4489fa50ccf8fbcbab30adb91859c4dc7bc28be4786b7a142415cb60ae4c826c18b49a6697648a238ed1b207a0be0
data/README.markdown CHANGED
@@ -30,11 +30,11 @@ In development/test/staging environments:
30
30
  ```ruby
31
31
  use OmniAuth::Builder do
32
32
  provider :fishbrain, ENV['FISHBRAIN_CLIENT_ID'], ENV['FISHBRAIN_CLIENT_SECRET'],
33
- user_pool_id: 'eu-west-1_K2uP41DlP',
33
+ user_pool_id: 'eu-west-1_WlBhbuD6e',
34
34
  client_options: {
35
35
  site: 'https://accounts-staging.fishbrain.com',
36
36
  }
37
- provider :fishbrain_id, user_pool_id: 'eu-west-1_K2uP41DlP'
37
+ provider :fishbrain_id, user_pool_id: 'eu-west-1_WlBhbuD6e'
38
38
  end
39
39
  ```
40
40
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module Fishbrain
5
- VERSION = '0.11.0'
5
+ VERSION = '0.11.1'
6
6
  end
7
7
  end
@@ -16,7 +16,7 @@ module OmniAuth
16
16
  token_url: '/oauth2/token',
17
17
  auth_scheme: :basic_auth
18
18
  option :scope, 'email openid profile'
19
- option :user_pool_id, 'eu-west-1_5r0WbR8OH'
19
+ option :user_pool_id, 'eu-west-1_TKWveIcYu'
20
20
  option :aws_region, 'eu-west-1'
21
21
  option :jwt_leeway, 60
22
22
 
@@ -11,7 +11,7 @@ module OmniAuth
11
11
  include OmniAuth::Fishbrain::PremiumStatus
12
12
 
13
13
  option :name, 'fishbrain_id'
14
- option :user_pool_id, 'eu-west-1_5r0WbR8OH'
14
+ option :user_pool_id, 'eu-west-1_TKWveIcYu'
15
15
  option :client_id, nil
16
16
  option :aws_region, 'eu-west-1'
17
17
  option :jwt_leeway, 60
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fishbrain
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Dalen
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-02-27 00:00:00.000000000 Z
12
+ date: 2020-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jwt