README.md in iron_titan-0.2.0 vs README.md in iron_titan-0.2.6

- old
+ new

@@ -4,13 +4,13 @@ The ultimate, language agnostic, container based job processing framework. This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API verion: 0.2.0 -- Package version: 0.2.0 -- Build date: 2016-03-29T20:51:39.687Z +- API verion: 0.2.6 +- Package version: 0.2.6 +- Build date: 2016-03-30T21:32:12.247Z - Build package: class io.swagger.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -22,18 +22,18 @@ ``` Then either install the gem locally: ```shell -gem install ./iron_titan-0.2.0.gem +gem install ./iron_titan-0.2.6.gem ``` or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'iron_titan', '~> 0.2.0' + gem 'iron_titan', '~> 0.2.6' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/YOUR_GIT_USERNAME/YOUR_GIT_REPO, then add the following in the Gemfile: @@ -88,11 +88,10 @@ *IronTitan::JobsApi* | [**job_id_retry_post**](docs/JobsApi.md#job_id_retry_post) | **POST** /job/{id}/retry | Retry a job. *IronTitan::JobsApi* | [**job_id_success_post**](docs/JobsApi.md#job_id_success_post) | **POST** /job/{id}/success | Mark job as succeeded. *IronTitan::JobsApi* | [**job_id_touch_post**](docs/JobsApi.md#job_id_touch_post) | **POST** /job/{id}/touch | Extend job timeout. *IronTitan::JobsApi* | [**jobs_consume_get**](docs/JobsApi.md#jobs_consume_get) | **GET** /jobs/consume | Get next job. *IronTitan::JobsApi* | [**jobs_get**](docs/JobsApi.md#jobs_get) | **GET** /jobs | Peek at list of jobs. -*IronTitan::JobsApi* | [**jobs_name_get**](docs/JobsApi.md#jobs_name_get) | **GET** /jobs/{name} | Get job list by name. *IronTitan::JobsApi* | [**jobs_post**](docs/JobsApi.md#jobs_post) | **POST** /jobs | Enqueue Job ## Documentation for Models @@ -104,10 +103,9 @@ - [IronTitan::ImagesWrapper](docs/ImagesWrapper.md) - [IronTitan::Job](docs/Job.md) - [IronTitan::JobWrapper](docs/JobWrapper.md) - [IronTitan::JobsWrapper](docs/JobsWrapper.md) - [IronTitan::NewJob](docs/NewJob.md) - - [IronTitan::NewJobWithImage](docs/NewJobWithImage.md) - [IronTitan::NewJobsWrapper](docs/NewJobsWrapper.md) - [IronTitan::Reason](docs/Reason.md) ## Documentation for Authorization