README.md in ory-keto-client-0.9.0.alpha0 vs README.md in ory-keto-client-0.10.0.alpha0
- old
+ new
@@ -5,12 +5,12 @@
Documentation for all of Ory Keto's REST APIs. gRPC is documented separately.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v0.9.0-alpha.0
-- Package version: v0.9.0-alpha.0
+- API version: v0.10.0-alpha.0
+- Package version: v0.10.0-alpha.0
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -22,19 +22,19 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-keto-client-v0.9.0-alpha.0.gem
+gem install ./ory-keto-client-v0.10.0-alpha.0.gem
```
-(for development, run `gem install --dev ./ory-keto-client-v0.9.0-alpha.0.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-keto-client-v0.10.0-alpha.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 'ory-keto-client', '~> v0.9.0-alpha.0'
+ gem 'ory-keto-client', '~> v0.10.0-alpha.0'
### 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: