google-iam-v2 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/iam/v2/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1072b4169bf44223a04b6571cf878ecfd652529e9d3540dc3e21c4c1c6f09be4
4
- data.tar.gz: 6ece2c81f7c189219019c67d17580aa6b8c9867b44e321a819216d37e0e9849e
3
+ metadata.gz: a8b974a85be067a0461fda914a67fb10ce43703a7de9e481217b674f03e3fd42
4
+ data.tar.gz: '091c53d7078c3c811e6c7dac77ca389def8598da0ffe298796b7d340eaa15e12'
5
5
  SHA512:
6
- metadata.gz: 9ab62eed05bd361bc42ae6df4bce14e8fcac6299899929e7cb6b5f5f0c687afc3f0a2080578ea6ae0858a9b25c13201a54e2dca7fc67da33ac32f55d1407e903
7
- data.tar.gz: 9b881e8247bb82d03fc88ae965ee0923c74d779903f036f4330877c8bb04579ef80e6dd324a43ab39e1b3970a07ef73a36275f55706268d99ea1cf4db0d0a5b3
6
+ metadata.gz: 0f7dbb2d78cdfabf023c15a063437366ea15357864498de6a7bce8e123a240f20f4b63807257c544bd8f039e26105d5f2d69dffad6f36e445ce54bd4e4a16270
7
+ data.tar.gz: d6d27fd5a8200ffc816e0ec858b3622de10879a1adb97c7ad10bfd9139fccd2fe5b14479e826d705c5353922c194f01b1e52c0bebb256cf8fe94eb37ed602c17
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Iam
22
22
  module V2
23
- VERSION = "0.9.0"
23
+ VERSION = "0.10.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  - !ruby/object:Gem::Version
98
98
  version: '0'
99
99
  requirements: []
100
- rubygems_version: 3.6.8
100
+ rubygems_version: 3.6.9
101
101
  specification_version: 4
102
102
  summary: Manages identity and access control for Google Cloud Platform resources,
103
103
  including the creation of service accounts, which you can use to authenticate to