google-apis-language_v1beta2 0.20.0 → 0.22.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: 8e92b7090a542b3b84d4bef9ed7d9c67f31079ee649c6076e21e031b5a0e45e6
4
- data.tar.gz: 4644f71414b0b361ac5b4bf4a97a50a0767d6c68b885cd2c24316bf96fe5ae1c
3
+ metadata.gz: 4e299735d4da23f83e8aab322d07b4b4efa3983e745898f9d57ed2c7aafc496e
4
+ data.tar.gz: 0dc255257ffe6747242e9fd3ea4ae06cfb31a29d97af218e319641126f78c020
5
5
  SHA512:
6
- metadata.gz: cbcab163a3fb0352459de7704862f02798022e94625852603cd7704d99ad3a6d8b5ce4aadc16afa66b03c6b4d9fbafcab0c4e078c0c297fc10634c9abf3cc6fb
7
- data.tar.gz: 1b8ca6b8f9949dfc2aea886cb5ba65357c4e46d6d1e5d4bc8894a325642e5142f86639531d5d2a59ecf1dbd0ea383b267768a1f1fb0f76eb0a2d3fa31989abda
6
+ metadata.gz: 707ee65c208465ae1da65b4aa034579f8d61b8ce0a2dd955066f1fa76b9fd940663b065abbf44b8a83289d0249e0b42e13f1dedb5d6061f0d1b959aaf22e9f01
7
+ data.tar.gz: bcce3d463859ec178c95ca9554a011e2e083fd819d6ffab8b21f19f08190450cc509be18224319bfa9a18d8f66ab2796899aabe8001839204b3e112842330141
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-language_v1beta2
2
2
 
3
+ ### v0.22.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240220
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.21.0 (2024-02-11)
9
+
10
+ * Regenerated from discovery document revision 20240204
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.20.0 (2024-01-22)
4
14
 
5
15
  * Regenerated from discovery document revision 20231209
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/natural-language/) may prov
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