google-iam-client 1.1.0 → 1.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e52390b84c48739b03d906b7b3eba7d1dcf49b0387d0874dbcbb9da986c12b8
4
- data.tar.gz: c3345ff42053d01cb671fca3d4b804ddffcf18a4e59b1e0bada8268a7557aa76
3
+ metadata.gz: 8fb295ebdf0e051944c0f6d8ce8948b55adc4feacc6e5460e88ff37203dfb971
4
+ data.tar.gz: 6860e82e7e1684bb005247b54b26b7c5b521021d4e02738f91ed4fa5014cf261
5
5
  SHA512:
6
- metadata.gz: 4f869af470beb3f60a582221a8ac47e4ec2cf803230d587e3794dd503f886b84a6741c10088e031dc3a8daa76b855d454fafb7c320f3234e777543f24ee0aa32
7
- data.tar.gz: b85316100b6ebb62213bce090f97067d1534bf3d76e806673c5d5bf12ba7b1343e960784d329ca4ad6aa0705a0c70dbedf8fb4bd8cfa1bc1345b5c2860288799
6
+ metadata.gz: f16d0ccac7009c7577da8007cb09dcb39092262d914a060b19e8814247b9bb0f451c154565e78ad2d7ad20b4465cf9d61843667feb46e4d1ae7bbdc9118fddfc
7
+ data.tar.gz: 81ac0cb08e79a1df8315d38c0b6a0141e992ce2efd64ee4b5165e3346309381d0fb7a6df994d4e79aaab61a741510744c29aa86ed56dbe4c2ab294c6237795f6
data/README.md CHANGED
@@ -7,7 +7,7 @@ Manages identity and access control policies for Google Cloud Platform resources
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-iam-v*`.
9
9
  The gem `google-iam-client` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -18,7 +18,7 @@
18
18
  module Google
19
19
  module Iam
20
20
  module Client
21
- VERSION = "1.1.0"
21
+ VERSION = "1.1.1"
22
22
  end
23
23
  end
24
24
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.2
78
+ rubygems_version: 3.6.8
79
79
  specification_version: 4
80
80
  summary: API Client library for the IAM API
81
81
  test_files: []