omniauth-parallelmarkets 0.0.3 → 0.1.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
  SHA256:
3
- metadata.gz: 7166cbae827f2026708ac8741e85854d7fa1ff9c59caa2a00aa5e0b35c446c99
4
- data.tar.gz: 50251a786f801151e1c9af9e2075f81fe95c3c11bc40659f96b6e0dea175c048
3
+ metadata.gz: 730b44e26921f1aad13a281a367d4dd2cbe9570d23753446d6ecf6fa4edb7748
4
+ data.tar.gz: a4e0bb4f3a5c8b5989542200bfb897e3a6c74cca66a56d709203454498504859
5
5
  SHA512:
6
- metadata.gz: 140cf4c00681023721333acf5c8170760f58be0449aa36aa6ec2eaddddbb0102bc5d2f2b10edef1de5ba6fd7d85866a20f39e6006cc6408a23eea666b438fbbc
7
- data.tar.gz: 5fe6b709dd389f0269464388e7422b83d2dda3945077752a2a3266a66ead7bc1137392e62cbb5a0388831822ea080abf5f985443bd2e3f12059ba46b591a86d0
6
+ metadata.gz: 5ce112a2d2b3608ece94ab87c7b687ceeb793aae2e7c96df4d540b2a11c3ce7a35ed13e66e893d5a10407ee53be468bf39b1792243a4666d97e796b0deac099c
7
+ data.tar.gz: e74674e76bf1de82a28ecd846d89b06145fa8b50f53eb6accdd20733c4a6866fb56611ab12a785ce0b11c4f134ac799e5f4bb462bb40b79c7ff8355ff64da174
data/.travis.yml CHANGED
@@ -1,4 +1,3 @@
1
- bundler_args: --without development
2
1
  cache: bundler
3
2
  language: ruby
4
3
  rvm:
@@ -14,7 +14,7 @@ module OmniAuth
14
14
 
15
15
  info do
16
16
  {
17
- name: "#{raw_info['first_name']} #{raw_info['last_name']}",
17
+ name: raw_info['name'] || "#{raw_info['first_name']} #{raw_info['last_name']}",
18
18
  first_name: raw_info['first_name'],
19
19
  last_name: raw_info['last_name'],
20
20
  email: raw_info['email']
@@ -24,6 +24,7 @@ module OmniAuth
24
24
  extra do
25
25
  {
26
26
  accreditations: raw_info['accreditations'],
27
+ type: raw_info['type'],
27
28
  raw_info: raw_info
28
29
  }
29
30
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module OmniAuth
4
4
  module ParallelMarkets
5
- VERSION = '0.0.3'
5
+ VERSION = '0.1.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-parallelmarkets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Muller
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-12 00:00:00.000000000 Z
11
+ date: 2019-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2