README.md in iron_titan-0.4.4 vs README.md in iron_titan-0.4.5

- old
+ new

@@ -5,12 +5,12 @@ 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 version: 0.4.4 -- Package version: 0.4.4 -- Build date: 2016-06-20T22:28:54.593Z +- Package version: 0.4.5 +- Build date: 2016-06-20T22:31:54.061Z - 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.4.4.gem +gem install ./iron_titan-0.4.5.gem ``` -(for development, run `gem install --dev ./iron_titan-0.4.4.gem` to install the development dependencies) +(for development, run `gem install --dev ./iron_titan-0.4.5.gem` to install the development dependencies) 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.4.4' + gem 'iron_titan', '~> 0.4.5' ### 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: