google-apis-apphub_v1 0.3.0 → 0.5.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: af392885fa08fb17dc8f87f0237b662d61040b6cefdbd68259b0986ebfefe811
4
+ data.tar.gz: 06f020dc69e25df12627ba754e417c5c9f7d702b52f83ff0ec23a2e9d569ef90
5
5
  SHA512:
6
- metadata.gz: 02cc5adaac53f75596e597b2fe6bbc561c7ab5003e5a58f2cbd989a5766aa7954e16659a4b51c8540f054f419ceb30802aeef42e83e0967c2dcd67cf3a07f424
7
- data.tar.gz: ab0928a9eab6b62abeeb46e9225524e50a96fd96153a0b2437c917e7e5d0de68c4f2c9fa46a339714898657dbe0ada148bc7ebaba74e1dbe1740e86254c77146
6
+ metadata.gz: 6835defb36be2afff3b7b03ba0bebf7f7f85a8859591b24385b3738ee5a77e8dcfba748dc596a4ea67af3a2deb6b54c86ed17e1cab1d5b67860bc13ab4dde745
7
+ data.tar.gz: 4bccc5c1ac2f0607aae637645b4a01242b831e5a07fa9f5403a3e51f183b85e89a55e34c2187da559d47e831a770d3219cc770463dac741237c1edfb31d4979a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-apphub_v1
2
2
 
3
+ ### v0.5.0 (2024-03-10)
4
+
5
+ * Regenerated from discovery document revision 20240307
6
+
7
+ ### v0.4.0 (2024-02-23)
8
+
9
+ * Regenerated from discovery document revision 20240217
10
+ * Regenerated using generator version 0.14.0
11
+
3
12
  ### v0.3.0 (2024-01-28)
4
13
 
5
14
  * 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