omniauth-seaconlogistics 1.0.0 → 1.0.1

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
2
  SHA1:
3
- metadata.gz: d956859d099d1eb939a48f7d582372180f2cba41
4
- data.tar.gz: 5b46469adab5ad830ad91549887b4a4d63538cd6
3
+ metadata.gz: f16de9058a18443b0283ad9ed23eb8d448c37252
4
+ data.tar.gz: bf59bd5ae8047176772888a4d9db2ee17379aa8b
5
5
  SHA512:
6
- metadata.gz: fbe132cf812a650d90395e81ff2f2483dadfdb29b23e143adc69e92f98494689c8ebc1ca8ff1868c1752db17de9167ad6869c1f567a2846bfcaa61d68fd2e2c8
7
- data.tar.gz: c5ec156b7b0c622a932eaae68721d06c410460f5dc609fc1f7428d430e7be76d7d5767a9d11cc1b280b50b5b3b6f125ae900205bba57a9728c517bbef6961c98
6
+ metadata.gz: 858f12f206620dff41c75dc987fa8974211eef6969c09d850c09f445b0f629096783c3949cac3edd11c77d3da5592af06a0fa3a13ac8b298f199e9029757cd1f
7
+ data.tar.gz: 6a5acd563a464b600f737b89542fd129def33e4abccda51cb8d497deb471a5516d9ea93829f483f0a5d1d54f99d27b680766b30613f27a00c9493e01e4e96138
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module SeaconLogistics
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
@@ -23,13 +23,14 @@ module OmniAuth
23
23
  name: full_name,
24
24
  first_name: attributes['first_name'],
25
25
  last_name: attributes['last_name'],
26
- email: attributes['email'],
26
+ email: attributes['email']
27
27
  }
28
28
  end
29
29
 
30
30
  extra do
31
31
  {
32
- applications: attributes['applications']
32
+ applications: attributes['applications'],
33
+ customer_number: attributes['customer_number']
33
34
  }
34
35
  end
35
36
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-seaconlogistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ralph Rooding
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-05 00:00:00.000000000 Z
11
+ date: 2014-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler