accounts_client 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/padma_account.rb +1 -1
- metadata +2 -2
data/app/models/padma_account.rb
CHANGED
@@ -4,7 +4,7 @@ class PadmaAccount < LogicalModel
|
|
4
4
|
self.hydra = Accounts::HYDRA
|
5
5
|
|
6
6
|
self.resource_path = "/v0/accounts"
|
7
|
-
self.attribute_keys = [:id, :name, :enabled, :timezone, :email]
|
7
|
+
self.attribute_keys = [:id, :name, :enabled, :timezone, :email, :full_name]
|
8
8
|
self.use_api_key = true
|
9
9
|
self.api_key_name = "token"
|
10
10
|
self.api_key = Accounts::API_KEY
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: accounts_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
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: 2013-
|
12
|
+
date: 2013-03-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|