accounts_client 0.2.13 → 0.2.14

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,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b508f7de116f2bceec1b4bb40b4b6143c7b35edf
4
- data.tar.gz: 48304a47b6cafdf7026921c12ad8bee361844853
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ODczNmFjMmNiYWE2NWM0MjgzOTg2OGQ0NmIzODJkYmU2NWI5MWI3Yw==
5
+ data.tar.gz: !binary |-
6
+ ZWU2ODMxMWNmNTRmODU1ZWZmMjQzMmI0ZGZiOGUzN2NhMmViY2FjYQ==
5
7
  SHA512:
6
- metadata.gz: 644f437395275731bdc010795c2c1471384741b8df7b4ef361bc2d847c6fd4bcf591b1c29580bbc20947598f1b7683cf3cc6c4c2523812e09fef1b1ac205b897
7
- data.tar.gz: a070d0758cd6c04f142429cd60ca1c457706550ec274aadd011817a2df69670e026a46b79adaa895ff2dda66970e79b85a9f87d4ef51faa5f166ee1b953c23a6
8
+ metadata.gz: !binary |-
9
+ MzNlNmNlNTM2ODNmNDNmZGQ3ZWJjNmNlZDIwM2U0NWI2ZDEzODg4ZmYzYWIz
10
+ MjllZWEzMTg2OTc4NWIwY2RjNTNjYjMwNmRlY2ZiMTJhYWM4OTljOTU3ZWZl
11
+ YjQzNTUxOWRkMWFkYjZiZDEzYTM5MzEwMzlhNDEzODAzYWRmY2Y=
12
+ data.tar.gz: !binary |-
13
+ YzVhYWU4MDMyYjg0Mjc3MDYzMjRmMzVjOWFjZTA2OGEwOGVkMjIwMTVjNDE3
14
+ OWYyYWY1NDNlM2ZiMTA5ODIxNmJmYTJiOWFiMDQ2MGM3MzQxNmM3NTZlNmIy
15
+ N2RhYzgyN2IwNmE3Y2I0ZjQ4ZGY2OGMyMTEwNjEwMDBiMmYwODE=
@@ -31,6 +31,10 @@ module Accounts
31
31
  ret
32
32
  end
33
33
 
34
+ def account_tester_level
35
+ account.try :tester_level
36
+ end
37
+
34
38
  private
35
39
 
36
40
  # If padma_account is setted with a PadmaAccount that doesn't match
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.13
4
+ version: 0.2.14
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-25 00:00:00.000000000 Z
11
+ date: 2015-06-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,3 +93,4 @@ signing_key:
93
93
  specification_version: 4
94
94
  summary: Client library for padma-Accounts-ws
95
95
  test_files: []
96
+ has_rdoc: