iron_titan 0.0.2 → 0.0.3

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
  SHA1:
3
- metadata.gz: 08b9c5872df45ed6241c58ca9563a93f8ec8fc42
4
- data.tar.gz: 12cd3d94d36b49c2a72ad53f374d7abdf5a98a63
3
+ metadata.gz: 9d868e4b29cacf53f0183e63cc87c544f8d5957f
4
+ data.tar.gz: c259d7589a7bbf98a5bea4095473434ae5c83ef3
5
5
  SHA512:
6
- metadata.gz: 7432e649ea8143896efd41b38c18028229edb399596239cca895285f8ff0c9f508d36b074ad25605d087d3c5a8edc63f3c51df120c9d496b9d326ecd37c91373
7
- data.tar.gz: 9614c7759f866c5ab1065cc634f790d84165637acdef96da513646e75dfdc18052285f634a7c0fb2455d7b87f80dfec290b2ef90692ab2bde76ab96ad955bdb9
6
+ metadata.gz: 97eadd6329d49d369ca5c166dc2b0ce8b229dd17c1f430e84042803678fbc6f216e96775744bc71648aa54943bc4ae1057ea8bf974f88585703d399c56c6d27a
7
+ data.tar.gz: b4bbe3078085c667306c595dd6aeeecfd0148e9b5bb42fc6c16f5a4ed44690324bd8645b6a82cd5dff9b3a603838504b708418acc2bc90e12b97fe7fb95d09ad
data/README.md CHANGED
@@ -43,7 +43,4 @@ p log
43
43
 
44
44
  ## Building/testing this Gem
45
45
 
46
- ```
47
- gem build swagger_client.gemspec
48
- gem install iron_titan-X.Y.Z.gem
49
- ```
46
+ This gem is built from the main [Titan repo](https://github.com/iron-io/titan).
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -149,7 +149,7 @@ module IronTitan
149
149
  # Gets the next job in the queue, ready for processing.
150
150
  # @param [Hash] opts the optional parameters
151
151
  # @option opts [Integer] :n Number of jobs to return.
152
- # @return [Array<JobArray>]
152
+ # @return [JobArray]
153
153
  def jobs_get(opts = {})
154
154
  data, status_code, headers = jobs_get_with_http_info(opts)
155
155
  return data
@@ -159,7 +159,7 @@ module IronTitan
159
159
  # Gets the next job in the queue, ready for processing.
160
160
  # @param [Hash] opts the optional parameters
161
161
  # @option opts [Integer] :n Number of jobs to return.
162
- # @return [Array<(Array<JobArray>, Fixnum, Hash)>] Array<JobArray> data, response status code and response headers
162
+ # @return [Array<(JobArray, Fixnum, Hash)>] JobArray data, response status code and response headers
163
163
  def jobs_get_with_http_info(opts = {})
164
164
  if @api_client.config.debugging
165
165
  @api_client.config.logger.debug "Calling API: CoreApi#jobs_get ..."
@@ -196,7 +196,7 @@ module IronTitan
196
196
  :form_params => form_params,
197
197
  :body => post_body,
198
198
  :auth_names => auth_names,
199
- :return_type => 'Array<JobArray>')
199
+ :return_type => 'JobArray')
200
200
  if @api_client.config.debugging
201
201
  @api_client.config.logger.debug "API called: CoreApi#jobs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
202
202
  end
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -329,7 +329,7 @@ module IronTitan
329
329
  # Gets the next job in the queue, ready for processing.
330
330
  # @param [Hash] opts the optional parameters
331
331
  # @option opts [Integer] :n Number of jobs to return.
332
- # @return [Array<JobArray>]
332
+ # @return [JobArray]
333
333
  def jobs_get(opts = {})
334
334
  data, status_code, headers = jobs_get_with_http_info(opts)
335
335
  return data
@@ -339,7 +339,7 @@ module IronTitan
339
339
  # Gets the next job in the queue, ready for processing.
340
340
  # @param [Hash] opts the optional parameters
341
341
  # @option opts [Integer] :n Number of jobs to return.
342
- # @return [Array<(Array<JobArray>, Fixnum, Hash)>] Array<JobArray> data, response status code and response headers
342
+ # @return [Array<(JobArray, Fixnum, Hash)>] JobArray data, response status code and response headers
343
343
  def jobs_get_with_http_info(opts = {})
344
344
  if @api_client.config.debugging
345
345
  @api_client.config.logger.debug "Calling API: JobsApi#jobs_get ..."
@@ -376,7 +376,7 @@ module IronTitan
376
376
  :form_params => form_params,
377
377
  :body => post_body,
378
378
  :auth_names => auth_names,
379
- :return_type => 'Array<JobArray>')
379
+ :return_type => 'JobArray')
380
380
  if @api_client.config.debugging
381
381
  @api_client.config.logger.debug "API called: JobsApi#jobs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
382
382
  end
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -11,5 +11,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
  =end
12
12
 
13
13
  module IronTitan
14
- VERSION = "0.0.2"
14
+ VERSION = "0.0.3"
15
15
  end
data/lib/iron_titan.rb CHANGED
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -70,7 +70,7 @@ describe 'CoreApi' do
70
70
  # Gets the next job in the queue, ready for processing.
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @option opts [Integer] :n Number of jobs to return.
73
- # @return [Array<JobArray>]
73
+ # @return [JobArray]
74
74
  describe 'jobs_get test' do
75
75
  it "should work" do
76
76
  # assertion here
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
@@ -118,7 +118,7 @@ describe 'JobsApi' do
118
118
  # Gets the next job in the queue, ready for processing.
119
119
  # @param [Hash] opts the optional parameters
120
120
  # @option opts [Integer] :n Number of jobs to return.
121
- # @return [Array<JobArray>]
121
+ # @return [JobArray]
122
122
  describe 'jobs_get test' do
123
123
  it "should work" do
124
124
  # assertion here
@@ -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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
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.0.2
6
+ OpenAPI spec version: 0.0.3
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_titan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Travis Reeder
@@ -232,7 +232,7 @@ files:
232
232
  - spec/models/new_job_spec.rb
233
233
  homepage: https://github.com/iron-io/titan_ruby
234
234
  licenses:
235
- - ''
235
+ - Apache 2.0
236
236
  metadata: {}
237
237
  post_install_message:
238
238
  rdoc_options: []