google-iam-client 1.2.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: 9681d6d98f08f7224c3f396fbf8d3164110197f3212e4896483c491710017842
4
- data.tar.gz: 297f9c6c730c19516bb7bc05da93ec000fd29a2b0cfe822447af4f54853320f3
3
+ metadata.gz: 4bc22a66907ee329b7943d669d19ba0a287d88d460959aa05b6c9b82d8164685
4
+ data.tar.gz: ce69b549754986b943606ac32de01c757d3a56cda2b5665d4e4d3bc7e566dd53
5
5
  SHA512:
6
- metadata.gz: a9d6158d5a358be31ab26252700c95bea41fb39c2f651cfc25b2906a239de77d841e24b34da9388065850dc901bcb16d13631697c70426eb0e892bbc8537a42f
7
- data.tar.gz: a5cf14eb0e388ba8b8ca01ac367a97a3eab60c71399171ca83732c78777011b99f918be424bd1bbc40a78fd1e55ec1eb841c7ad6ff40d17a9115f60be79aa2f5
6
+ metadata.gz: c82ad2fb81ea8e828ea400b1ab655e54b595dc802f72811c5bb8ebd572acb8442c7970e84536ec1ddc3897a00364c3af02b2212876ce7f5c2f2ceeb1663e7443
7
+ data.tar.gz: 27a0a8630d81137d3d226f18544914b01ad40bcd5f3e98f8171c02c9da0c25e0443faba1277fc1849b7b8bb937912b6420f2936c7208f539e3b23b28936f7a58
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -18,7 +18,7 @@
18
18
  module Google
19
19
  module Iam
20
20
  module Client
21
- VERSION = "1.2.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.2.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC