Skip to content

Commit b0e3527

Browse files
authored
Merge pull request #129 from authzed/api-change/v1.37.0
Update API to v1.37.0
2 parents 147cc2f + bc613c4 commit b0e3527

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authzed (0.11.0)
4+
authzed (0.12.0)
55
grpc (~> 1.41)
66
grpc-tools (~> 1.41)
77

@@ -13,7 +13,7 @@ GEM
1313
google-protobuf (4.28.2)
1414
bigdecimal
1515
rake (>= 13)
16-
googleapis-common-protos-types (1.15.0)
16+
googleapis-common-protos-types (1.16.0)
1717
google-protobuf (>= 3.18, < 5.a)
1818
grpc (1.66.0)
1919
google-protobuf (>= 3.25, < 5.0)

authzed.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "authzed"
3-
s.version = "0.11.0"
3+
s.version = "0.12.0"
44
s.licenses = ["Apache-2.0"]
55
s.summary = "Ruby bindings for Authzed API"
66
s.description = "Authzed is the best way to build robust and scalable permissions systems. See https://authzed.com for more details."

buf.gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.35.0 --template
1+
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.37.0 --template
22
version: "v1"
33
plugins:
44
- name: "ruby"

lib/authzed/api/v1/permission_service_pb.rb

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/authzed/api/v1/permission_service_services_pb.rb

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)