easy_auth-oauth_core 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8542f53a19f46fb08c7ad44147ac17754623dbe
|
4
|
+
data.tar.gz: 4bbd44087b3a6b890b96ead4c2f1e0bf4b104d01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df068957ee7bff5f75fad8add2e74654488d6b0ed67ed31cb4161828ffeb94f8585f20bc17aea1f3954661b9437a39ada7d2c23175c50c2db3fad39014fc0fcc
|
7
|
+
data.tar.gz: 9e6ea9946e53ce895d0f2607f553c683fb1bf28ae2540f0c62390dec6c13c8e331b980d87450264cdc9719df982f0effffe276ff7df59e8bd8f1771ef9550dae
|
@@ -57,7 +57,7 @@ module EasyAuth::Models::Identities::OauthCore
|
|
57
57
|
end
|
58
58
|
|
59
59
|
def account_attributes(account_attributes, identity)
|
60
|
-
EasyAuth.account_model.define_attribute_methods unless EasyAuth.account_model.attribute_methods_generated
|
60
|
+
EasyAuth.account_model.define_attribute_methods unless EasyAuth.account_model.instance_variable_get(:@attribute_methods_generated)
|
61
61
|
setters = EasyAuth.account_model.instance_methods.grep(/=$/) - [:id=]
|
62
62
|
|
63
63
|
attributes = account_attributes_map.inject({}) do |hash, kv|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_auth-oauth_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Cardarella
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-03
|
11
|
+
date: 2014-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: EasyAuth-OauthCore
|
14
14
|
email:
|