iron_titan 0.2.17 → 0.3.0

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.
@@ -3,7 +3,7 @@ Titan API
3
3
 
4
4
  The ultimate, language agnostic, container based job processing framework.
5
5
 
6
- OpenAPI spec version: 0.2.17
6
+ OpenAPI spec version: 0.3.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@ Titan API
3
3
 
4
4
  The ultimate, language agnostic, container based job processing framework.
5
5
 
6
- OpenAPI spec version: 0.2.17
6
+ OpenAPI spec version: 0.3.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -3,7 +3,7 @@ Titan API
3
3
 
4
4
  The ultimate, language agnostic, container based job processing framework.
5
5
 
6
- OpenAPI spec version: 0.2.17
6
+ OpenAPI spec version: 0.3.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_titan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.17
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-01 00:00:00.000000000 Z
11
+ date: 2016-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -200,6 +200,7 @@ files:
200
200
  - README.md
201
201
  - lib/iron_titan.rb
202
202
  - lib/iron_titan/api/core_api.rb
203
+ - lib/iron_titan/api/groups_api.rb
203
204
  - lib/iron_titan/api/images_api.rb
204
205
  - lib/iron_titan/api/jobs_api.rb
205
206
  - lib/iron_titan/api_client.rb
@@ -207,6 +208,9 @@ files:
207
208
  - lib/iron_titan/configuration.rb
208
209
  - lib/iron_titan/models/error.rb
209
210
  - lib/iron_titan/models/error_body.rb
211
+ - lib/iron_titan/models/group.rb
212
+ - lib/iron_titan/models/group_wrapper.rb
213
+ - lib/iron_titan/models/groups_wrapper.rb
210
214
  - lib/iron_titan/models/id_status.rb
211
215
  - lib/iron_titan/models/image.rb
212
216
  - lib/iron_titan/models/image_wrapper.rb
@@ -225,6 +229,7 @@ files:
225
229
  - spec/api/CoreApi_spec.rb
226
230
  - spec/api/JobsApi_spec.rb
227
231
  - spec/api/core_api_spec.rb
232
+ - spec/api/groups_api_spec.rb
228
233
  - spec/api/images_api_spec.rb
229
234
  - spec/api/jobs_api_spec.rb
230
235
  - spec/models/ErrorBody_spec.rb
@@ -235,6 +240,9 @@ files:
235
240
  - spec/models/NewJobArray_spec.rb
236
241
  - spec/models/NewJob_spec.rb
237
242
  - spec/models/error_body_spec.rb
243
+ - spec/models/group_spec.rb
244
+ - spec/models/group_wrapper_spec.rb
245
+ - spec/models/groups_wrapper_spec.rb
238
246
  - spec/models/id_status_spec.rb
239
247
  - spec/models/image_spec.rb
240
248
  - spec/models/image_wrapper_spec.rb
@@ -275,12 +283,16 @@ summary: ''
275
283
  test_files:
276
284
  - spec/api/core_api_spec.rb
277
285
  - spec/api/CoreApi_spec.rb
286
+ - spec/api/groups_api_spec.rb
278
287
  - spec/api/images_api_spec.rb
279
288
  - spec/api/jobs_api_spec.rb
280
289
  - spec/api/JobsApi_spec.rb
281
290
  - spec/models/error_body_spec.rb
282
291
  - spec/models/Error_spec.rb
283
292
  - spec/models/ErrorBody_spec.rb
293
+ - spec/models/group_spec.rb
294
+ - spec/models/group_wrapper_spec.rb
295
+ - spec/models/groups_wrapper_spec.rb
284
296
  - spec/models/id_status_spec.rb
285
297
  - spec/models/image_spec.rb
286
298
  - spec/models/image_wrapper_spec.rb