README.md in fn_ruby-0.1.31 vs README.md in fn_ruby-0.1.32

- old
+ new

@@ -5,11 +5,11 @@ The open source serverless platform. This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: 0.1.29 -- Package version: 0.1.31 +- Package version: 0.1.32 - Build package: io.swagger.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -21,18 +21,18 @@ ``` Then either install the gem locally: ```shell -gem install ./fn_ruby-0.1.31.gem +gem install ./fn_ruby-0.1.32.gem ``` -(for development, run `gem install --dev ./fn_ruby-0.1.31.gem` to install the development dependencies) +(for development, run `gem install --dev ./fn_ruby-0.1.32.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 'fn_ruby', '~> 0.1.31' + gem 'fn_ruby', '~> 0.1.32' ### 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: