google-apis-language_v2 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: 6e7b1ff4317afc90d54e79ea451a085eb48446a281e6ebebd65f0c6bd84f1ec1
4
- data.tar.gz: 0a0e617cd32c71722123baa1f144c24685c1cbc1febf7f2a12e8aa232a0d5fda
3
+ metadata.gz: aba07cc1298e4130c0c3427584d9ee7fd4754225a12c16574ce2e77859ca279f
4
+ data.tar.gz: ebd5fe48fa2049a9361ee0139bb35c878a40fa2e5a8f057ba678623b36e6163c
5
5
  SHA512:
6
- metadata.gz: 0b357eb420cb7f6a359091cba17358ca35d0ef72e9b15fecd80fafd00f3d70b10092265dad5040aa2af9518fcd9cb27a4b9cbc2c0aca5b398a1934bb70e436c3
7
- data.tar.gz: ce5c6e7ad27b4f44afddd162ebe88c87234dec3adb3ac2ab2f92121afdfd2e543419b3a3a095775ceba02639c0f0cf858d34a921a7136a14d6f09904a79e9803
6
+ metadata.gz: 28d275b9309abea06436d6edc6beb73e4dde7da751cb121c5e4d17da99e6e8e0eac13f4d973a5d2800baf4b3f2e8fd94a1d8b20c9e5d62a19ec8c95fdf7203d5
7
+ data.tar.gz: 518f4ebb565d5a915ffa8eabf1c62854e590db3503b016b2d99f5211649219bf8b721747f7eadb9796d4a6899c909691b9745588244978c5d0958b3a635c64ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-language_v2
2
2
 
3
+ ### v0.5.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240220
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.4.0 (2024-02-11)
9
+
10
+ * Regenerated from discovery document revision 20240204
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.3.0 (2024-01-23)
4
14
 
5
15
  * Regenerated using generator version 0.13.0
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