allq_rest 1.2.5 → 1.2.6

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,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edfdc643e9c8a7043876f6c202be451cb23513ed35555c70f28974acc2252b60
4
- data.tar.gz: ea9ebce349d569b9b2d57d4fee5b0daee69dae2335d9d06208b4118ab4731bb5
3
+ metadata.gz: 1408b8a497b82506fd034da76191cad3d63532784dc93126b21a22aa7301e4ff
4
+ data.tar.gz: 902c1bff0103082afef6a355ed407ea5cf7c0a64d8cae21e9e70f329a233df72
5
5
  SHA512:
6
- metadata.gz: 70691e5b359e0a440e442e0babd7680c1ce1d40643d8d4343af890230f1c3b456c0dab8b16ec94f1b7c406df1cbfaee51c9fb672019bcc5039a33da1a0875176
7
- data.tar.gz: 18785fea81c30649ddda7a1d31703caf63b80d3b4c980a50c125cd2a82a9c2258046ed2959e2ad704581a7631cafce4bd7a3d80e0432601ee64c67a4345a07a8
6
+ metadata.gz: bc3060e0d79318cff373dbf151aae42268548f136cabdc1170d55fb8ce94be248abceccecf4b0b59492d9bf7575ca744c0ef7d455ae1f8d7c8a7b9594d4218f0
7
+ data.tar.gz: 52e03790fcce1e8fc5bc83ade3cc91532e2645755a242fe51617da9f7cfcd500c580010bab1a0ff5c06f2596cb213fe8e651ab3e717897eb4254604a6d29fec6
Binary file
data/deploy.sh CHANGED
@@ -1,3 +1,3 @@
1
1
  echo "Did you update the version?"
2
2
  gem build allq_rest.gemspec
3
- gem push allq_rest-1.2.5.gem
3
+ gem push allq_rest-1.2.6.gem
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 1.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.2
9
+ Swagger Codegen version: 2.4.21
10
10
 
11
11
  =end
12
12
 
@@ -33,6 +33,9 @@ module Allq
33
33
  # TPS of throttle
34
34
  attr_accessor :throttle_size
35
35
 
36
+ # Average duration of job
37
+ attr_accessor :avg
38
+
36
39
  # Name of tube
37
40
  attr_accessor :tube
38
41
 
@@ -45,6 +48,7 @@ module Allq
45
48
  :'buried' => :'buried',
46
49
  :'parents' => :'parents',
47
50
  :'throttle_size' => :'throttle_size',
51
+ :'avg' => :'avg',
48
52
  :'tube' => :'tube'
49
53
  }
50
54
  end
@@ -58,6 +62,7 @@ module Allq
58
62
  :'buried' => :'Integer',
59
63
  :'parents' => :'Integer',
60
64
  :'throttle_size' => :'Integer',
65
+ :'avg' => :'Integer',
61
66
  :'tube' => :'String'
62
67
  }
63
68
  end
@@ -104,6 +109,10 @@ module Allq
104
109
  self.throttle_size = attributes[:'throttle_size']
105
110
  end
106
111
 
112
+ if attributes.has_key?(:'avg')
113
+ self.avg = attributes[:'avg']
114
+ end
115
+
107
116
  if attributes.has_key?(:'tube')
108
117
  self.tube = attributes[:'tube']
109
118
  end
@@ -163,6 +172,7 @@ module Allq
163
172
  buried == o.buried &&
164
173
  parents == o.parents &&
165
174
  throttle_size == o.throttle_size &&
175
+ avg == o.avg &&
166
176
  tube == o.tube
167
177
  end
168
178
 
@@ -175,7 +185,7 @@ module Allq
175
185
  # Calculates hash code according to all attributes.
176
186
  # @return [Fixnum] Hash code
177
187
  def hash
178
- [ready, delayed, reserved, buried, parents, throttle_size, tube].hash
188
+ [ready, delayed, reserved, buried, parents, throttle_size, avg, tube].hash
179
189
  end
180
190
 
181
191
  # Builds the object from hash
@@ -185,7 +195,7 @@ module Allq
185
195
  return nil unless attributes.is_a?(Hash)
186
196
  self.class.swagger_types.each_pair do |key, type|
187
197
  if type =~ /\AArray<(.*)>/i
188
- # check to ensure the input is an array given that the the attribute
198
+ # check to ensure the input is an array given that the attribute
189
199
  # is documented as an array but the input is not
190
200
  if attributes[self.class.attribute_map[key]].is_a?(Array)
191
201
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -281,5 +291,6 @@ module Allq
281
291
  value
282
292
  end
283
293
  end
294
+
284
295
  end
285
296
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.2
11
11
  =end
12
12
 
13
13
  module Allq
14
- VERSION = '1.2.5'
14
+ VERSION = '1.2.6'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: allq_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - support@blitline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -34,42 +34,42 @@ dependencies:
34
34
  name: json
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - "~>"
38
- - !ruby/object:Gem::Version
39
- version: '2.1'
40
37
  - - ">="
41
38
  - !ruby/object:Gem::Version
42
39
  version: 2.1.0
40
+ - - "~>"
41
+ - !ruby/object:Gem::Version
42
+ version: '2.1'
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - "~>"
48
- - !ruby/object:Gem::Version
49
- version: '2.1'
50
47
  - - ">="
51
48
  - !ruby/object:Gem::Version
52
49
  version: 2.1.0
50
+ - - "~>"
51
+ - !ruby/object:Gem::Version
52
+ version: '2.1'
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: rspec
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - "~>"
58
- - !ruby/object:Gem::Version
59
- version: '3.6'
60
57
  - - ">="
61
58
  - !ruby/object:Gem::Version
62
59
  version: 3.6.0
60
+ - - "~>"
61
+ - !ruby/object:Gem::Version
62
+ version: '3.6'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
68
- - !ruby/object:Gem::Version
69
- version: '3.6'
70
67
  - - ">="
71
68
  - !ruby/object:Gem::Version
72
69
  version: 3.6.0
70
+ - - "~>"
71
+ - !ruby/object:Gem::Version
72
+ version: '3.6'
73
73
  - !ruby/object:Gem::Dependency
74
74
  name: vcr
75
75
  requirement: !ruby/object:Gem::Requirement
@@ -201,6 +201,7 @@ files:
201
201
  - Gemfile.lock
202
202
  - README.md
203
203
  - Rakefile
204
+ - allq_rest-1.2.5.gem
204
205
  - allq_rest.gemspec
205
206
  - deploy.sh
206
207
  - docs/ActionsApi.md
@@ -274,7 +275,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
274
275
  - !ruby/object:Gem::Version
275
276
  version: '0'
276
277
  requirements: []
277
- rubygems_version: 3.2.3
278
+ rubygems_version: 3.0.9
278
279
  signing_key:
279
280
  specification_version: 4
280
281
  summary: Ruby REST client for Allq platform