sso-auth 0.0.4.1 → 0.0.5

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.
@@ -65,7 +65,8 @@ module SsoAuth
65
65
  define_singleton_method :find_or_create_by_omniauth_hash do |omniauth_hash|
66
66
  user = User.find_by_uid(omniauth_hash[:uid])
67
67
  user ||= User.find_by_email(omniauth_hash[:info][:email]) if omniauth_hash[:info][:email].present?
68
- user ||= User.new { |user| user.uid = omniauth_hash[:uid] }
68
+ user ||= User.new
69
+ user.uid = omniauth_hash[:uid]
69
70
  attributes = omniauth_hash[:extra][:raw_info][:user].dup || {}
70
71
  attributes.delete(:uid)
71
72
  attributes = attributes.merge(omniauth_hash[:info])
@@ -1,3 +1,3 @@
1
1
  module SsoAuth
2
- VERSION = "0.0.4.1"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sso-auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.1
4
+ version: 0.0.5
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-11-23 00:00:00.000000000 Z
12
+ date: 2013-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cancan
@@ -216,7 +216,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
216
216
  version: '0'
217
217
  segments:
218
218
  - 0
219
- hash: 494012044401303500
219
+ hash: -2293821067571755785
220
220
  required_rubygems_version: !ruby/object:Gem::Requirement
221
221
  none: false
222
222
  requirements:
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
225
225
  version: '0'
226
226
  segments:
227
227
  - 0
228
- hash: 494012044401303500
228
+ hash: -2293821067571755785
229
229
  requirements: []
230
230
  rubyforge_project:
231
231
  rubygems_version: 1.8.24