omniauth-desk 0.1.3 → 0.1.4
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.
- data/lib/omniauth/strategies/desk.rb +2 -2
- data/lib/omniauth-desk/version.rb +1 -1
- metadata +4 -4
|
@@ -26,7 +26,8 @@ module OmniAuth
|
|
|
26
26
|
:email => user_info['email'],
|
|
27
27
|
:user_level => user_info['user_level'],
|
|
28
28
|
:login_count => user_info['login_count'],
|
|
29
|
-
:time_zone => user_info['time_zone']
|
|
29
|
+
:time_zone => user_info['time_zone'],
|
|
30
|
+
:site => session[:site]
|
|
30
31
|
}
|
|
31
32
|
end
|
|
32
33
|
|
|
@@ -45,7 +46,6 @@ module OmniAuth
|
|
|
45
46
|
|
|
46
47
|
# Provide the "user" portion of the raw_info
|
|
47
48
|
def user_info
|
|
48
|
-
puts raw_info
|
|
49
49
|
@user_info ||= raw_info.nil? ? {} : raw_info['user']
|
|
50
50
|
end
|
|
51
51
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-desk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-
|
|
12
|
+
date: 2012-12-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: omniauth
|
|
@@ -158,7 +158,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
version: '0'
|
|
159
159
|
segments:
|
|
160
160
|
- 0
|
|
161
|
-
hash:
|
|
161
|
+
hash: -1555098047026809072
|
|
162
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
163
163
|
none: false
|
|
164
164
|
requirements:
|
|
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
167
167
|
version: '0'
|
|
168
168
|
segments:
|
|
169
169
|
- 0
|
|
170
|
-
hash:
|
|
170
|
+
hash: -1555098047026809072
|
|
171
171
|
requirements: []
|
|
172
172
|
rubyforge_project: omniauth-desk
|
|
173
173
|
rubygems_version: 1.8.24
|