README.md in pinterest_sdk-1.0.0 vs README.md in pinterest_sdk-1.1.0

- old
+ new

@@ -5,13 +5,13 @@ Pinterest's REST API This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 5.3.0 -- Package version: 1.0.0 +- Package version: 1.1.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen -For more information, please visit [https://developers.pinterest.com/](https://developers.pinterest.com/) +For more information, please visit [https://github.com/cliffano/pinterest-sdk](https://github.com/cliffano/pinterest-sdk) ## Installation ### Build a gem @@ -22,19 +22,19 @@ ``` Then either install the gem locally: ```shell -gem install ./pinterest_sdk-1.0.0.gem +gem install ./pinterest_sdk-1.1.0.gem ``` -(for development, run `gem install --dev ./pinterest_sdk-1.0.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./pinterest_sdk-1.1.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 'pinterest_sdk', '~> 1.0.0' + gem 'pinterest_sdk', '~> 1.1.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: