README.md in ory-client-1.15.10 vs README.md in ory-client-1.15.12
- old
+ new
@@ -24,12 +24,12 @@
| Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.15.10
-- Package version: v1.15.10
+- API version: v1.15.12
+- Package version: v1.15.12
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
@@ -42,19 +42,19 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-client-v1.15.10.gem
+gem install ./ory-client-v1.15.12.gem
```
-(for development, run `gem install --dev ./ory-client-v1.15.10.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v1.15.12.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 'ory-client', '~> v1.15.10'
+ gem 'ory-client', '~> v1.15.12'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/ory/sdk, then add the following in the Gemfile: