omniauth-fliva 0.1.3 → 0.2.0

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: 571d59e77271c2547c3c483443dd2a65dd657766
4
- data.tar.gz: 9f45f47ff47be3f9e5f6a37b8e42e5211310a510
3
+ metadata.gz: 6f5a35d905f0112fa4a3d97a90f2cc927b937708
4
+ data.tar.gz: 6a40c4009a1ca3d379fa32b1a625e8fe46062c2c
5
5
  SHA512:
6
- metadata.gz: 49286d11b6b4897f66a77ae8aa5893cf9d311b4eba5393abaee59fd60cccd1d7cd89c01cfb4aeb0fbd0c4ab806f3fdafce4e563a440f932e8b183e5ea547769e
7
- data.tar.gz: b1925d46e94a7d9a5cbaa5b545ec32504eac80ee44a7e236614e5daf93fcb1ce4cad662e4ba1abd00889a8ea2b859510de3b042faa7c5972b7c9b0dc99058873
6
+ metadata.gz: 220d9898857af602cacbbce53a7663c8950e8432b21ccce09aa49ca5869a8dd6080c08b366180c9dd939b2dcf7a4c67a7e3b6a4e82750ed5718058df57ff4edb
7
+ data.tar.gz: aaad965839cd5ca8c6a7d97fbfdcd43e3d55cc65a38a712e4362611334ab001b8ae0d7f098d2a021c371edf3e15af1f0174b31461a5d15bb09bae0b73538cdf3
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Fliva
3
- VERSION = "0.1.3"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
@@ -14,10 +14,10 @@ module OmniAuth
14
14
 
15
15
  info do
16
16
  {
17
- :account => raw_info["attributes"]["account"]["id"],
18
- :account_name => raw_info["attributes"]["account"]["title"],
19
- :user_name => raw_info["attributes"]["name"],
20
- :user_email => raw_info["attributes"]["email"]
17
+ :account => raw_info["account"]["id"],
18
+ :account_name => raw_info["account"]["title"],
19
+ :user_name => raw_info["name"],
20
+ :user_email => raw_info["email"]
21
21
  }
22
22
  end
23
23
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-fliva
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Claus Witt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-10 00:00:00.000000000 Z
11
+ date: 2018-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.5.1
108
+ rubygems_version: 2.6.11
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: An omniauth strategy for signing in to the Fliva platform