README.md in ory-keto-client-0.0.0.alpha56 vs README.md in ory-keto-client-0.0.0.alpha57
- old
+ new
@@ -4,12 +4,12 @@
Ory Keto is a cloud native access control server providing best-practice patterns (RBAC, ABAC, ACL, AWS IAM Policies, Kubernetes Roles, ...) via REST APIs.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v0.0.0-alpha.56
-- Package version: v0.0.0-alpha.56
+- API version: v0.0.0-alpha.57
+- Package version: v0.0.0-alpha.57
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
For more information, please visit [https://www.ory.sh](https://www.ory.sh)
## Installation
@@ -22,19 +22,19 @@
```
Then either install the gem locally:
```shell
-gem install ./ory-keto-client-v0.0.0-alpha.56.gem
+gem install ./ory-keto-client-v0.0.0-alpha.57.gem
```
-(for development, run `gem install --dev ./ory-keto-client-v0.0.0-alpha.56.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-keto-client-v0.0.0-alpha.57.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.0.0-alpha.56'
+ gem 'ory-keto-client', '~> v0.0.0-alpha.57'
### 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: