easy_auth-oauth_core 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dbcdb51bf83787705adef21ff0ccf1779d71cff8
4
- data.tar.gz: 0a0ea615a7aff3ff818c41db6d47daca656d94f8
3
+ metadata.gz: d8542f53a19f46fb08c7ad44147ac17754623dbe
4
+ data.tar.gz: 4bbd44087b3a6b890b96ead4c2f1e0bf4b104d01
5
5
  SHA512:
6
- metadata.gz: 703f1ad050285f0218356d11aa7be83fc7fa4637efc12f70790c6f434730b48167f81f73beb73b3bdb3ec3aa9687c0d9f6df23ded215169756aea08cac1eff8e
7
- data.tar.gz: 57580881c24a3418a9378c70b6fe35208937e120b0954f8496d5d4c31a770e42331a336e9cc10bfdab1bea80bf5df10410cf3f4bd8814fee181471d4e5e5da6d
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|
@@ -1,5 +1,5 @@
1
1
  module EasyAuth
2
2
  module OauthCore
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
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.0
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 00:00:00.000000000 Z
11
+ date: 2014-04-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: EasyAuth-OauthCore
14
14
  email: