google-iam-client 1.3.0 → 1.3.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: 25c2fae76fc19f99520876a24dfebf9ace4418239d37092bd2b7204880754e19
4
- data.tar.gz: 0c2c34b0cb08022fc78a3c14a517a2419cc423ec6fdd42c85259dea4d6c622f9
3
+ metadata.gz: 4bc22a66907ee329b7943d669d19ba0a287d88d460959aa05b6c9b82d8164685
4
+ data.tar.gz: ce69b549754986b943606ac32de01c757d3a56cda2b5665d4e4d3bc7e566dd53
5
5
  SHA512:
6
- metadata.gz: 21499ae2606c41122ef787c310b69d90602373161ca3499149c65ee84cb2bda66739e34ce90cc656ad6d8860deadde8260171ff8e331ec0018ea51ebe04107d3
7
- data.tar.gz: 00e018593192d13ce73df44b1abbce7d3400e3e314d84d5ee58f6109df5a23e2e83722f4e89d5afd4cd9592151810876fc5fc8f8880216d58f75e1b184723772
6
+ metadata.gz: c82ad2fb81ea8e828ea400b1ab655e54b595dc802f72811c5bb8ebd572acb8442c7970e84536ec1ddc3897a00364c3af02b2212876ce7f5c2f2ceeb1663e7443
7
+ data.tar.gz: 27a0a8630d81137d3d226f18544914b01ad40bcd5f3e98f8171c02c9da0c25e0443faba1277fc1849b7b8bb937912b6420f2936c7208f539e3b23b28936f7a58
@@ -18,7 +18,7 @@
18
18
  module Google
19
19
  module Iam
20
20
  module Client
21
- VERSION = "1.3.0"
21
+ VERSION = "1.3.1"
22
22
  end
23
23
  end
24
24
  end
data/lib/google/iam.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2022 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-iam-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC