google-apis-compute_v1 0.88.0 → 0.90.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 056e7cb0bde8c4be0383a22a51599db22faeeed7f75fb5832c9da8c0f5b54234
4
- data.tar.gz: b1ce22308ba85a64b03045aeff88da2dee82b8435af980932e24de41c7edf996
3
+ metadata.gz: 6c1d4f68f332ffe65cc66508526f9bbccb86ae92c5d0021f7d614f6569eccf79
4
+ data.tar.gz: d8c34d5917662b5db6709307b8f500b7cf5e389b9c7626b31fdb2781b0134e1c
5
5
  SHA512:
6
- metadata.gz: 563fe39d6253d14bba46485e6ba7c27507c9da3f26b8a881c99a19cda17ec5b1cb2c0bb206c78e6bf2f05d4d598eb4d2cb776cba34b0ff24a75ebb66b6445703
7
- data.tar.gz: f9afb83adc733cc123b2ff4e1f99956cbe6794ff79865dbe3a48fd84dc80175e9db165297cbe6bbff04a4a569cf70f5bf410daf097c382a4b3f6139df6edc6a8
6
+ metadata.gz: 005d6ac7e54a73557d98a4772f0c1812178a4266f4dd12444cf3b89dcea06ee6471b6ba8a736737bd1f9aac44718cd84093e513ec11f4771c9a50cc67dc156fe
7
+ data.tar.gz: dbbb9418e48fcaba3e15bb49587933b1d6e4f9ec99b14dc3b18d6beae4d2e10b863c936a9ae7d66e5bf941e5148e0e1a44070542d2e936ebbe4bea894b0870b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.90.0 (2024-02-24)
4
+
5
+ * Regenerated from discovery document revision 20240218
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.89.0 (2024-02-11)
9
+
10
+ * Regenerated from discovery document revision 20240130
11
+
3
12
  ### v0.88.0 (2024-02-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20240129
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/compute/) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91