google-apis-apphub_v1 0.2.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: b715a68707ad299932eca823c023dddea2fc248c874c9a3e49611e33d61860b9
4
- data.tar.gz: 7711aa6847b3008f3e9b4c04451f4f59c591bcde42bda1bf51dd4fadd90eab05
3
+ metadata.gz: 6111cd47df415d19d69b8a25a81c4cec03012ad61f263f5f80616cb52d3cca49
4
+ data.tar.gz: 92c61d2502c2dae7c413a8a2f837dda728f07bef6c23b60d60892592aa743ee4
5
5
  SHA512:
6
- metadata.gz: 8475ce88b17c2347d73667c16f07cdb2d2a33f8c3a4479c42b732629adced4bf5ecb2679014f822c1fab8723baac49c9aa3d013d9c786cf7c0d9efe20311aaec
7
- data.tar.gz: 2c4f8f71a01cc08ee0bbde952803d52db5c549aa20e92f9ee754a7f3d5d793f8b0d56e12d423e1cc61238b112182d1cc1a5a6f3b09ad1036f1d0f0e91576440c
6
+ metadata.gz: 4288cdf04aefbb6f10ebd61825b16af8d428dae37c3cc79372a75bce7be00f5ad90b933cc6d30b2b2a23ee03f3070fdb742dc2289f06ace7d581f7c496eba7a1
7
+ data.tar.gz: dd53b8aa12a93e7869f4ff3fa878a6583e04369c7bc1640b4cd36315e582b39ff3be183f215d90304eb52efb6ef4d87e68e327897f6dcec1d72e1a6cab63beae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
8
+ ### v0.3.0 (2024-01-28)
9
+
10
+ * Regenerated from discovery document revision 20240122
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.2.0 (2024-01-23)
4
14
 
5
15
  * Regenerated from discovery document revision 20240116
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