grpc-google-iam-v1 1.7.0 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d41db4b8cf7b3fd5ef6e3c0d4dd27c5b165dc68c756a817e084724a31448608
4
- data.tar.gz: 5d855029ad44d5408caafefa7b4ec64e43c5394c7c13e90cf08b07eb03440670
3
+ metadata.gz: c304ad54d3f913794357032f64c18839c167792875ab120438180ba5f47f2889
4
+ data.tar.gz: 7c59eed30280c451bcbceda708267379412cebbe9b7c97bfb57087e75fbe6306
5
5
  SHA512:
6
- metadata.gz: 37047439ccdf6ad49a831eaf8e603d3c09d3978571fd181097291cc63fec99f9ee80db7c389d6f93ff269c87c3d400dde11423bcc5fdb7e137b83aebeb354cc8
7
- data.tar.gz: b287549b86c65dacfa050dda3b5dc8c167890822a76598b2bd9d0506e6404f312b777a7efb4bac8d4baa90df969f646dba7e0ceee3e91f72cc6b20ff0811a32c
6
+ metadata.gz: 876405c0bea477c426cee359bf8e6fcc7f5b98ee3d0a6c58441c5d2ccf031a957fcdea48b3352066e54a37489e798ec46697e94abb3e79735387190b2ce21b78
7
+ data.tar.gz: 638381be3af22a130342e29d7d2a8d9bc57281066d3ad370b955206e4a5fe009415e37f4ff550ac7d02bad21672e3bc836c8114b01701f818f1cf363fdc4b044
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.8.0 (2024-06-11)
4
+
5
+ #### Features
6
+
7
+ * Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
8
+
3
9
  ### 1.7.0 (2024-02-23)
4
10
 
5
11
  #### Features
@@ -55,7 +55,7 @@ end
55
55
 
56
56
  #### Source proto file: google/iam/v1/iam_policy.proto ####
57
57
  #
58
- # // Copyright 2022 Google LLC
58
+ # // Copyright 2024 Google LLC
59
59
  # //
60
60
  # // Licensed under the Apache License, Version 2.0 (the "License");
61
61
  # // you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # Source: google/iam/v1/iam_policy.proto for package 'google.iam.v1'
3
3
  # Original file comments:
4
- # Copyright 2022 Google LLC
4
+ # Copyright 2024 Google LLC
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License");
7
7
  # you may not use this file except in compliance with the License.
@@ -41,7 +41,7 @@ end
41
41
 
42
42
  #### Source proto file: google/iam/v1/options.proto ####
43
43
  #
44
- # // Copyright 2022 Google LLC
44
+ # // Copyright 2024 Google LLC
45
45
  # //
46
46
  # // Licensed under the Apache License, Version 2.0 (the "License");
47
47
  # // you may not use this file except in compliance with the License.
@@ -53,7 +53,7 @@ end
53
53
 
54
54
  #### Source proto file: google/iam/v1/policy.proto ####
55
55
  #
56
- # // Copyright 2023 Google LLC
56
+ # // Copyright 2024 Google LLC
57
57
  # //
58
58
  # // Licensed under the Apache License, Version 2.0 (the "License");
59
59
  # // you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Iam
19
19
  module V1
20
- VERSION = "1.7.0".freeze
20
+ VERSION = "1.8.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grpc-google-iam-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-23 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: google-protobuf
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.18'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 5.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '3.18'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 5.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: grpc
43
49
  requirement: !ruby/object:Gem::Requirement