accounts_client 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/app/models/padma_user.rb +8 -1
- metadata +2 -2
data/app/models/padma_user.rb
CHANGED
@@ -3,7 +3,14 @@ class PadmaUser < LogicalModel
|
|
3
3
|
self.use_ssl = (Rails.env=="production")
|
4
4
|
|
5
5
|
self.resource_path = "/v0/users"
|
6
|
-
self.attribute_keys = [:username,
|
6
|
+
self.attribute_keys = [:username,
|
7
|
+
:drc_login,
|
8
|
+
:email,
|
9
|
+
:locale,
|
10
|
+
:accounts,
|
11
|
+
:current_account_name,
|
12
|
+
:roles,
|
13
|
+
:verbose_help ] # drc_login is OBSOLETE. remove.
|
7
14
|
self.use_api_key = true
|
8
15
|
self.api_key_name = "token"
|
9
16
|
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.2
|
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: 2012-10-
|
12
|
+
date: 2012-10-31 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|