README.md in docspring-1.2.1 vs README.md in docspring-1.3.0

- old
+ new

@@ -5,11 +5,11 @@ DocSpring is a service that helps you fill out and sign PDF templates. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v1 -- Package version: 1.2.1 +- Package version: 1.3.0 - Build package: com.docspring.codegen.DocSpringRubyClientCodegen ## Installation ### Build a gem @@ -21,18 +21,18 @@ ``` Then either install the gem locally: ```shell -gem install ./docspring-1.2.1.gem +gem install ./docspring-1.3.0.gem ``` -(for development, run `gem install --dev ./docspring-1.2.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./docspring-1.3.0.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 'docspring', '~> 1.2.1' + gem 'docspring', '~> 1.3.0' ### 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: