google-apis-apphub_v1 0.3.0 → 0.4.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: db47279f981be8fbd88984d38ea6351fd2b9b6bf3f6e99871adb71567bb1a958
4
- data.tar.gz: f550c29916e350f78d69dd31b4e15a88663d46c7e67d856588231daef0ebc070
3
+ metadata.gz: 6111cd47df415d19d69b8a25a81c4cec03012ad61f263f5f80616cb52d3cca49
4
+ data.tar.gz: 92c61d2502c2dae7c413a8a2f837dda728f07bef6c23b60d60892592aa743ee4
5
5
  SHA512:
6
- metadata.gz: 02cc5adaac53f75596e597b2fe6bbc561c7ab5003e5a58f2cbd989a5766aa7954e16659a4b51c8540f054f419ceb30802aeef42e83e0967c2dcd67cf3a07f424
7
- data.tar.gz: ab0928a9eab6b62abeeb46e9225524e50a96fd96153a0b2437c917e7e5d0de68c4f2c9fa46a339714898657dbe0ada148bc7ebaba74e1dbe1740e86254c77146
6
+ metadata.gz: 4288cdf04aefbb6f10ebd61825b16af8d428dae37c3cc79372a75bce7be00f5ad90b933cc6d30b2b2a23ee03f3070fdb742dc2289f06ace7d581f7c496eba7a1
7
+ data.tar.gz: dd53b8aa12a93e7869f4ff3fa878a6583e04369c7bc1640b4cd36315e582b39ff3be183f215d90304eb52efb6ef4d87e68e327897f6dcec1d72e1a6cab63beae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-apphub_v1
2
2
 
3
+ ### v0.4.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240217
6
+ * Regenerated using generator version 0.14.0
7
+
3
8
  ### v0.3.0 (2024-01-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20240122
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/app-hub/docs/) may provide
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