README.md in talon_one-3.0.0 vs README.md in talon_one-3.0.1
- old
+ new
@@ -19,11 +19,11 @@
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version:
-- Package version: 3.0.0
+- Package version: 3.0.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -35,19 +35,19 @@
```
Then either install the gem locally:
```shell
-gem install ./talon_one-3.0.0.gem
+gem install ./talon_one-3.0.1.gem
```
-(for development, run `gem install --dev ./talon_one-3.0.0.gem` to install the development dependencies)
+(for development, run `gem install --dev ./talon_one-3.0.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 'talon_one', '~> 3.0.0'
+ gem 'talon_one', '~> 3.0.1'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/talon-one/talon_one.rb, then add the following in the Gemfile: