omniauth-aid 2.0.1 → 2.0.2

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
  SHA1:
3
- metadata.gz: cef6bf9a53ae5eccecd47a2e36874f7eb60aa0e4
4
- data.tar.gz: 5f188559f3578d9a7a392fd46c19f294f4fc0972
3
+ metadata.gz: 24860403b18b438c64f10c1eb13d0e974c711b45
4
+ data.tar.gz: 5ba98fecfb70c58944bd938e6812f07ab50d8f23
5
5
  SHA512:
6
- metadata.gz: b09a8d34d0b507e605712ea17471ff240c41d58c00139fb88bd47a0fcda9f0b036650c7c4e964c691e4f7854fc1d14424c5ef5ffe997e27a22f8bc9ac3ad0bd1
7
- data.tar.gz: 5ef83a20a35acd906737ea8dc339c7fa8689d2f1bb182b94540ac7124aa5fd1a25a9d4d1c66042e1e4a6579b020e98e7e60c8c17f8097d4c410a184cf6694680
6
+ metadata.gz: f8d9de1f5b807fb2c9a63282b0407bb8006845158787dad8c273b680a5624cb80bfda7ccb2bcb2c90e401cc66b4fc3891f22da3bd41ee05b062166fd8ea2cfb1
7
+ data.tar.gz: 367a09ad045d681051ddb825d24b8faa9937443f2dd3d36e2bdab23606fef172de08bb381542b83f7eca810047265227fbb08c2dc5d4fa01eb48da9e610c72d6
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Aid
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
@@ -13,7 +13,7 @@ module OmniAuth
13
13
  authorize_url: '/api/portunus/v1/oauth/authorize',
14
14
  token_url: '/api/portunus/v1/oauth/token'
15
15
 
16
- uid { raw_info['uuid'] || raw_info.key['id'] }
16
+ uid { raw_info['uuid'] || raw_info['id'] }
17
17
 
18
18
  info do
19
19
  prune!('id' => raw_info['id'],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-aid
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 Helgemo