google-apis-language_v1 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: 257901dc20c2dd0aa35221d87e7edea750082fc593bfeee6c15de07dbdb7074c
4
- data.tar.gz: e679eca430be31481be9122d6c1aca86b1e56032893eb05782ed8d7b6568bf4a
3
+ metadata.gz: d47398d28369adef9402ec94a14afe7409f1513d6eccfbe0da9c837b27232986
4
+ data.tar.gz: e1c7c25f8b3fe6a44258c9d427a4fb9ef962340b33d8118473a655a7bb6ce0ac
5
5
  SHA512:
6
- metadata.gz: 69107b02b2fd2ed622894f7e0bf237cf3f028a04e8c1337c919b1d8d953ddbe281c3847bf25e217876de54098fcba32b55bcb79d5b1810f744210900a8ef12a4
7
- data.tar.gz: f48491722ffeebb4503bc707040801e31ec8ca4d494e9f180e47250e60ddb644b28007ef4897454700d87168cfdbf5770b64c000ab08e55aa90e97b9a23f893f
6
+ metadata.gz: 2c83a0f7638d9dcb50b497137a6aed2f5f45a0367663ec7c637db77618c6f85972c003d05d9a1e99fdfed6e337f4b1ac9e9e25f87ce54a7ba981e276e3971f65
7
+ data.tar.gz: 7c6a3726283aeea47df8fcc6270d8389c4d5bcc09a3a41d2b59ccd9a18c6729d5c8d94fb353401af7810d4759f16355a648d9430ea710b6d22fc018540a3b0e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-language_v1
2
2
 
3
+ ### v0.22.0 (2024-02-24)
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-23)
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