accounts_client 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/app/models/padma_account.rb +2 -2
  2. metadata +2 -2
@@ -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, :full_name]
7
+ self.attribute_keys = [:id, :name, :enabled, :timezone, :email, :full_name, :nucleo_id]
8
8
  self.use_api_key = true
9
9
  self.api_key_name = "token"
10
10
  self.api_key = Accounts::API_KEY
@@ -25,4 +25,4 @@ class PadmaAccount < LogicalModel
25
25
  PadmaContact.paginate :params => { :account_name => self.name }
26
26
  end
27
27
 
28
- end
28
+ end
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.18
4
+ version: 0.0.19
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-05-16 00:00:00.000000000 Z
12
+ date: 2013-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties