README.md in ionoscloud-6.1.1 vs README.md in ionoscloud-6.1.2

- old
+ new

@@ -20,11 +20,11 @@ The API allows you to perform a variety of management tasks such as spinning up additional servers, adding volumes, adjusting networking, and so forth. It is designed to allow users to leverage the same power and flexibility found within the DCD visual tool. Both tools are consistent with their concepts and lend well to making the experience smooth and intuitive. This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 6.0-SDK.1 -- Package version: 6.0.0.beta.3 +- Package version: 6.1.1 - Build package: org.openapitools.codegen.languages.RubyClientCodegen ## Installation ### Build a gem @@ -36,20 +36,20 @@ ``` Then either install the gem locally: ```shell -gem install ./ionoscloud-6.0.0.beta.3.gem +gem install ./ionoscloud-6.1.1.gem ``` -(for development, run `gem install --dev ./ionoscloud-6.0.0.beta.3.gem` to install the development dependencies) +(for development, run `gem install --dev ./ionoscloud-6.1.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 'ionoscloud', '~> 6.0.0.beta.3' + gem 'ionoscloud', '~> 6.1.1' ### Install from Git If the Ruby gem is hosted at a git repository: https://github.com/ionos-cloud/sdk-ruby, then add the following in the Gemfile: @@ -61,6 +61,6 @@ ```shell ruby -Ilib script.rb ``` -## Our latest, most up to date documentation is available [here](https://github.com/ionos-cloud/sdk-ruby/blob/master/DOCS.md) +## Our latest, most up to date documentation is available [here](https://github.com/ionos-cloud/sdk-ruby/tree/master/docs)