google-cloud-translate-v2 1.0.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/README.md +1 -1
- data/lib/google/cloud/translate/v2/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65ea0efed4c82e2e6d33561bf00f03a2c4eefad7be622f9a9c3cb5128781fee8
|
4
|
+
data.tar.gz: fc5c339e22d2f6e080ed09f4979a55d5a5ed359b1dfb6aa347cd4cd5ecf3d80b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5234d746c702be61f02609db5b9ca225a5a97caba40ae32b87ade0bc546a1a7042e0aca05cc460f990f9b756e9f6a2cfbffc3748ab4a767a6c4ade6c015661a6
|
7
|
+
data.tar.gz: 895a4027afa4a8381b64b1aa2fa296f0ba3e1bde9e58d297eded1c8c822999a5cc2b3a13ec4169c41d48821efed1877102f440b79165d0144963726060ce8ce0
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -42,7 +42,7 @@ for class and method documentation.
|
|
42
42
|
|
43
43
|
## Supported Ruby Versions
|
44
44
|
|
45
|
-
This library is supported on Ruby
|
45
|
+
This library is supported on Ruby 3.0+.
|
46
46
|
|
47
47
|
Google provides official support for Ruby versions that are actively supported
|
48
48
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-translate-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: faraday
|
@@ -130,7 +129,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
130
129
|
licenses:
|
131
130
|
- Apache-2.0
|
132
131
|
metadata: {}
|
133
|
-
post_install_message:
|
134
132
|
rdoc_options: []
|
135
133
|
require_paths:
|
136
134
|
- lib
|
@@ -138,15 +136,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
138
136
|
requirements:
|
139
137
|
- - ">="
|
140
138
|
- !ruby/object:Gem::Version
|
141
|
-
version: '
|
139
|
+
version: '3.0'
|
142
140
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
143
141
|
requirements:
|
144
142
|
- - ">="
|
145
143
|
- !ruby/object:Gem::Version
|
146
144
|
version: '0'
|
147
145
|
requirements: []
|
148
|
-
rubygems_version: 3.5
|
149
|
-
signing_key:
|
146
|
+
rubygems_version: 3.6.5
|
150
147
|
specification_version: 4
|
151
148
|
summary: API Client library for Cloud Translation V2 API
|
152
149
|
test_files: []
|