google-apis-compute_v1 0.89.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: 45e9d07457db0490217955e6b5a67557336722fbd179e629f585cd24444adea4
4
- data.tar.gz: 2167449b029e63e318c4eb0b7b13e4f84b90db041713c61798568ccc52a7ff55
3
+ metadata.gz: 6c1d4f68f332ffe65cc66508526f9bbccb86ae92c5d0021f7d614f6569eccf79
4
+ data.tar.gz: d8c34d5917662b5db6709307b8f500b7cf5e389b9c7626b31fdb2781b0134e1c
5
5
  SHA512:
6
- metadata.gz: 561ebd5fd558b102f4ce6a48931ed8c3091a02d151161141d2551de601ba115231789091cc234d287ce4e951d470e0a668c53498e3a4557a69424e3b855313ec
7
- data.tar.gz: 0cbc22b8b46ebfe464fb9318143d11a1068cd7a31597a707b5c7bdbeb1fd5304ad8ea06355c4c4853b19668fb72780ee8008f57cec68ea0a7734ce1be252082f
6
+ metadata.gz: 005d6ac7e54a73557d98a4772f0c1812178a4266f4dd12444cf3b89dcea06ee6471b6ba8a736737bd1f9aac44718cd84093e513ec11f4771c9a50cc67dc156fe
7
+ data.tar.gz: dbbb9418e48fcaba3e15bb49587933b1d6e4f9ec99b14dc3b18d6beae4d2e10b863c936a9ae7d66e5bf941e5148e0e1a44070542d2e936ebbe4bea894b0870b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.89.0 (2024-02-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20240130
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