README.md in dropbox-sign-1.0.0.pre.beta2301 vs README.md in dropbox-sign-1.0.0

- old
+ new

@@ -4,11 +4,11 @@ Dropbox Sign v3 API ## Migrating from legacy SDK -This SDK is generated from our officially maintained [OpenAPI spec](https://github.com/hellosign/hellosign-openapi/blob/development/openapi.yaml). +This SDK is generated from our officially maintained [OpenAPI spec](https://github.com/hellosign/hellosign-openapi/blob/main/openapi.yaml). We've made important updates that introduce new functionality and create feature parity between the Dropbox Sign API and the SDK. However, some of these changes are considered "breaking" in the sense that they'll require you to update your existing code in order to continue using the SDK. Please refer to this [migration guide](https://developers.hellosign.com/docs/sdks/ruby/migration-guide/) for more information. ## Contributing @@ -23,40 +23,38 @@ 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-beta2301 +- Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Install gem ```shell -gem install dropbox-sign --pre +gem install dropbox-sign ``` ### Build a gem To build the Ruby code into a gem: ```shell gem build dropbox-sign.gemspec ``` -Then either install the gem locally: +Then install the gem locally: ```shell -gem install ./dropbox-sign-1.0.0-beta2301.gem +gem install ./dropbox-sign-1.0.0.gem ``` -(for development, run `gem install --dev ./dropbox-sign-1.0.0-beta2301.gem` to install the development dependencies) +(for development, run `gem install --dev ./dropbox-sign-1.0.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 'dropbox-sign', '~> 1.0.0-beta2301' + gem 'dropbox-sign', '~> 1.0.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: