google-iam-credentials 1.5.2 → 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: 6569af4721a73d60b3de16781c8a1781f8bb1de0417583b42956d0677620f676
4
- data.tar.gz: 0a0f6a3fd4f965e87c412d962c1252b48f7bb98064df10503afc5d56fd9c3958
3
+ metadata.gz: 9d55839afd0cece112e50e320c289ee86540902e75ea89307ef43517b81edc77
4
+ data.tar.gz: 5f32906a5437caac9aaee2c4482c01835ed94f2984cdb710acdb389802bca27d
5
5
  SHA512:
6
- metadata.gz: 8b89b6563a5f387acb109f1f205c0de2c50026cb092bae4286052021f42377a617ffb2cec475ba4032203b458739d71d4ca2ac9e4b616d735b60081a9661adc6
7
- data.tar.gz: cd8e30d9820a3c347c1e71da01ee04dce1627faf77828dc80300ba78011146cdfe61581db843cf9a4a2982f83a5f032794ec0f3cb3ba2f0a2616a0212eaaa1cd
6
+ metadata.gz: e8e64bd69ee93360757f86ab3ea969956038085248ed725a13439cd1f54571effd326f2c6a4aebe1aaf9ce159e5441b2559c9e07a01be7a679c53d7a9c91458f
7
+ data.tar.gz: b3c7cbd0629d6689e4c851bb11e0a64db403065e855a173adaf6ab2c754315b3fde8d5bb62a701f958879741d476e43952487f9065e0e6fc64dea4d5c6baa85b
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 Iam
22
22
  module Credentials
23
- VERSION = "1.5.2"
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-iam-credentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="