README.md in fn_ruby-0.2.0 vs README.md in fn_ruby-0.2.1

- old
+ new

@@ -4,12 +4,12 @@ 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.2.0 -- Package version: 0.2.0 +- API version: 0.2.1 +- Package version: 0.2.1 - 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.2.0.gem +gem install ./fn_ruby-0.2.1.gem ``` -(for development, run `gem install --dev ./fn_ruby-0.2.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./fn_ruby-0.2.1.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.2.0' + gem 'fn_ruby', '~> 0.2.1' ### 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: