google-apis-compute_v1 0.89.0 → 0.91.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: c5136ac522cb089d751057a79c723de90db41c6c7d5783697fd59684ecfe5585
4
+ data.tar.gz: f885992cd4323487a8240040821eb61b01a9a1647791986cc66b25310d20225c
5
5
  SHA512:
6
- metadata.gz: 561ebd5fd558b102f4ce6a48931ed8c3091a02d151161141d2551de601ba115231789091cc234d287ce4e951d470e0a668c53498e3a4557a69424e3b855313ec
7
- data.tar.gz: 0cbc22b8b46ebfe464fb9318143d11a1068cd7a31597a707b5c7bdbeb1fd5304ad8ea06355c4c4853b19668fb72780ee8008f57cec68ea0a7734ce1be252082f
6
+ metadata.gz: 9bdf7ca128ca8baf4ace10056f13bec3470e53956117bcaca64e2afc7f981ae206d17ed7c7c3852fd3b69f84525aed228572bfb1f3c7b205fb0efc6b21a74676
7
+ data.tar.gz: 67a0d40b6afd37a321f3bea5528e900ee6b3e23d84fb5b8ba0107e94d86ee4d203a92e0b4856a12218e5a06346962b140940c462047cb5c6696d7cf3d5e8cdf0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.91.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240227
6
+
7
+ ### v0.90.0 (2024-02-24)
8
+
9
+ * Regenerated from discovery document revision 20240218
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.89.0 (2024-02-11)
4
13
 
5
14
  * 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