google-identity-access_context_manager 1.6.0 → 1.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab76045fee431c7b8c13a66152d4f4899ad06d1b592a8107a0216c37b2655760
4
- data.tar.gz: 4a9c48482e1fae7ff3cd4f917953b4c2a8fb2facd052fa362e95ee1042a89dea
3
+ metadata.gz: a392966f65f8bcd130b6719c11a2a4e247a4337d78acbcc57c94efc59bfc3a39
4
+ data.tar.gz: e31104ad20e40c9f860dbcdc6b0f9492586aa4284e9e5ed82efa94619772927b
5
5
  SHA512:
6
- metadata.gz: 141e0ce0cc3c55d8344367a1b645b05be9984f525c82ba5bc52606c92a54be8d76aecafbde7263f36463405b4dd86f3fe6d1de82c8073cbadba9d328cdd9dede
7
- data.tar.gz: ad3918774cc0ac053130cbb68855fff743a985fa899dd1d230bc22ad472fc9415a3b4b23ad47ec37ff73f415156376368e49d16ca4ac4761c7e355e18e6affe3
6
+ metadata.gz: abfe8e6a77148174e4a2b335b57b249b64a2d8629a0933628b3ffc42b05be9742cb0cdc9fadb2b842b6879d6fed4a32935653376d863818e3028d5d3a828bee3
7
+ data.tar.gz: f1865bf3bb75e3d7cb99eafad09d12e351a375acfa21288468db9d022756cf70069983f3ae051ac09fb0df7ab389ba06ab6d4537a728fbd9c2dcc3a725bd240a
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
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Identity
22
22
  module AccessContextManager
23
- VERSION = "1.6.0"
23
+ VERSION = "1.7.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-identity-access_context_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC