authpwn_rails 0.5.3 → 0.5.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/VERSION +1 -1
- data/authpwn_rails.gemspec +1 -1
- data/lib/authpwn_rails/user_model.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.4
|
data/authpwn_rails.gemspec
CHANGED
|
@@ -73,7 +73,7 @@ module ModelMetaclassMethods
|
|
|
73
73
|
|
|
74
74
|
# Fills out a new user's information based on a Facebook access token.
|
|
75
75
|
def create_with_facebook_token(token)
|
|
76
|
-
self.create :email => "#{token.external_uid}@graph.facebook.com"
|
|
76
|
+
self.create! :email => "#{token.external_uid}@graph.facebook.com"
|
|
77
77
|
end
|
|
78
78
|
|
|
79
79
|
# The user that owns a given Facebook OAuth2 token.
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: authpwn_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 3
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
|
-
-
|
|
10
|
-
version: 0.5.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.5.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Victor Costan
|