secobarbital-authlogic_facebook_connect 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Version CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
@@ -98,6 +98,8 @@ module AuthlogicFacebookConnect
98
98
  #
99
99
  # We assign it after the call to new in case the attribute is protected.
100
100
 
101
+ new_user = klass.new
102
+
101
103
  if klass == facebook_user_class
102
104
  new_user.send(:"#{facebook_uid_field}=", facebook_session.user.uid)
103
105
  new_user.send(:"#{facebook_session_key_field}=", facebook_session.session_key)
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 0
8
- - 0
9
- version: 1.0.0
8
+ - 1
9
+ version: 1.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joakim Ekberg