omniauth-workingnotworking 1.0.0 → 1.1.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: 8069d1205646f392aa58a36301e140b679e5a839
4
- data.tar.gz: 959cf2bcd71b0bb1fa944af1c7f55ef1943bead4
3
+ metadata.gz: 04076e2ac5314209fca646d2e25996b0d05f25be
4
+ data.tar.gz: e7c0235fd61a9011123fc7cf2e9a43520256e392
5
5
  SHA512:
6
- metadata.gz: 6a206ed38150eb5912bdb5fb3e4fed023bf23570a1dc5b5f933462d87999c2adf2fae65135b9a0859d3d97714d8d5159fa33e878f8f21a0bd9b8e70d60dc0a9b
7
- data.tar.gz: 52686e8dcd30f5eb081aacc1cac4998acff9aa4bd7dafc9d49aaf4de556d91bf272fb9c174eeed930d5e9a3b7ed7c087bb55ada5445d375807fda6c35f35f66f
6
+ metadata.gz: e6afa5d5c7dcd91bb755ae833f3f5e229fbb3dc3e5ae55b6a13bbd613cea58f83be7116b190f911c3f15bf82a17981a5b9ec6da45fa2f073efe29adaa72c5381
7
+ data.tar.gz: a67b37a4957c9da8046a12ccc68a7420dcc96e43e87432eb4a79f71a67936609b33f1f45262173b0feb7a802efbce46723b595db469f7dac45b1f34f17a0cd86
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Workingnotworking
3
- VERSION = "1.0.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
@@ -17,10 +17,36 @@ module OmniAuth
17
17
  :last_name => raw_info['last_name'],
18
18
  :email => raw_info['email'],
19
19
  :username => raw_info['username'],
20
+ :phone => raw_info['phone'],
21
+ :address1 => raw_info['address1'],
22
+ :address2 => raw_info['address2'],
23
+ :city => raw_info['city'],
24
+ :state => raw_info['state'],
25
+ :country => raw_info['country'],
26
+ :postal_code => raw_info['postal_code'],
27
+ :latitude => raw_info['latitude'],
28
+ :longitude => raw_info['longitude'],
29
+ :company_id => raw_info['company_id'],
30
+ :time_zone => raw_info['time_zone'],
20
31
  :current_login_at => raw_info['current_login_at'],
21
32
  :created_at => raw_info['created_at'],
22
33
  :updated_at => raw_info['updated_at'],
23
- :avatar => raw_info['avatar']
34
+ :avatar => raw_info['avatar'],
35
+ :roles => raw_info['roles'],
36
+ :profile => {
37
+ :username => raw_info['profile']['username'],
38
+ :company_website => raw_info['profile']['company_website'],
39
+ :custom_title => raw_info['profile']['custom_title']
40
+ },
41
+ :avatar_image => {
42
+ :image => {
43
+ :version => raw_info['avatar_image']['image']['version'],
44
+ :filename => raw_info['avatar_image']['image']['filename'],
45
+ :width => raw_info['avatar_image']['image']['width'],
46
+ :height => raw_info['avatar_image']['image']['height'],
47
+ :bytes => raw_info['avatar_image']['image']['bytes']
48
+ }
49
+ }
24
50
  }
25
51
  end
26
52
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-workingnotworking
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Cameron
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-04 00:00:00.000000000 Z
11
+ date: 2017-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth-oauth2
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.6.11
89
+ rubygems_version: 2.6.13
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: OmniAuth strategy for Working Not Working