README.md in dropbox-sign-1.0.0 vs README.md in dropbox-sign-1.0.1
- old
+ new
@@ -23,11 +23,11 @@
directory that corresponds to the file you want updated.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 3.0.0
-- Package version: 1.0.0
+- Package version: 1.0.1
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Install gem
@@ -44,17 +44,17 @@
```
Then install the gem locally:
```shell
-gem install ./dropbox-sign-1.0.0.gem
+gem install ./dropbox-sign-1.0.1.gem
```
-(for development, run `gem install --dev ./dropbox-sign-1.0.0.gem` to install the development dependencies)
+(for development, run `gem install --dev ./dropbox-sign-1.0.1.gem` to install the development dependencies)
Finally add this to the Gemfile:
- gem 'dropbox-sign', '~> 1.0.0'
+ gem 'dropbox-sign', '~> 1.0.1'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: