accounts_client 0.2.12 → 0.2.13

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.
Files changed (3) hide show
  1. checksums.yaml +5 -13
  2. data/app/models/padma_account.rb +2 -0
  3. metadata +10 -11
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NjkxODc0ZDIwOGI1MzkzMzgyNjUyZWQ3YTJhMDFhNGQ3YzA3ZTkxZA==
5
- data.tar.gz: !binary |-
6
- NTJlMWU5NWE3YTM3Zjk4ODJhYjUzNmM5YzFkMzRkZDg5MTIzNjIyOQ==
2
+ SHA1:
3
+ metadata.gz: b508f7de116f2bceec1b4bb40b4b6143c7b35edf
4
+ data.tar.gz: 48304a47b6cafdf7026921c12ad8bee361844853
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- ZDBkOGNlYjBlMzVmNzExYWJhNTk1M2MwZjBhYjA4MThjMDVmMTliYTgxYzJi
10
- MmZkY2ZhNjJhZTM1ZGQxYjNjNWNlNjNhMjFkY2I0NzQ1ZDg4ZmFiYTgyMDBm
11
- OTQzNzY4MjUxNTdhYmRiNDcxNTFlOTY3NWY2NzAxNjU5MTE0Yzk=
12
- data.tar.gz: !binary |-
13
- ZTJkYWExZjNmMGI1NTFkYTVjY2RhOTJjZTkwODU4OTdiZTI1ZTgyM2U0MWY1
14
- YjU3OTQ4MGVkZjMxZDgyNTJmYWU2NDExMjFmOWY4MTdiOTA2MTQ3YmFhNjc0
15
- ZTUyNmNkNjg4N2I2YzdiYWJjZmNiN2Q0ZWRhN2QyZTg0MWY4MDY=
6
+ metadata.gz: 644f437395275731bdc010795c2c1471384741b8df7b4ef361bc2d847c6fd4bcf591b1c29580bbc20947598f1b7683cf3cc6c4c2523812e09fef1b1ac205b897
7
+ data.tar.gz: a070d0758cd6c04f142429cd60ca1c457706550ec274aadd011817a2df69670e026a46b79adaa895ff2dda66970e79b85a9f87d4ef51faa5f166ee1b953c23a6
@@ -14,6 +14,8 @@ class PadmaAccount < LogicalModel
14
14
  attribute :nucleo_id
15
15
  attribute :migrated_to_padma_on
16
16
  attribute :federation_nucleo_id
17
+ attribute :tester_level
18
+ attribute :subscription_name
17
19
 
18
20
  set_api_key 'token', Accounts::API_KEY
19
21
 
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: accounts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-09 00:00:00.000000000 Z
11
+ date: 2015-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: gravtastic
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: logical_model
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 0.5.8
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: 0.5.8
55
55
  description: This is client library for padma-Accounts-ws
@@ -78,12 +78,12 @@ require_paths:
78
78
  - lib
79
79
  required_ruby_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ! '>='
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  requirements:
86
- - - ! '>='
86
+ - - ">="
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
@@ -93,4 +93,3 @@ signing_key:
93
93
  specification_version: 4
94
94
  summary: Client library for padma-Accounts-ws
95
95
  test_files: []
96
- has_rdoc: