omniauth-clio 0.0.211 → 0.0.212

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Clio
3
- VERSION = "0.0.211"
3
+ VERSION = "0.0.212"
4
4
  end
5
5
  end
@@ -16,10 +16,10 @@ module OmniAuth
16
16
 
17
17
  info do
18
18
  {
19
- :last_name => raw_info['user']['last_name']
20
- :first_name => raw_info['user']['first_name']
21
- :email => raw_info['user']['email']
22
- :firm => raw_info['account']['name']
19
+ :last_name => raw_info['user']['last_name'],
20
+ :first_name => raw_info['user']['first_name'],
21
+ :email => raw_info['user']['email'],
22
+ :firm => raw_info['account']['name'],
23
23
  }
24
24
 
25
25
  def authorize_params
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-clio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.211
4
+ version: 0.0.212
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: