google-cloud-translate 3.2.3 → 3.3.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/README.md +6 -6
- data/lib/google/cloud/translate/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96ab7eccfb998e4a7c53dc3a8b65295d4351085ee671bedaa4b25f124b5d0238
|
|
4
|
+
data.tar.gz: 3dced0074bc05a62f0b88087cd113f7358d009299d10f2c1b362b15bf71019c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b00ef537ce6d4306baadd731c0f0d4396e3ee19042d4990eb6ed44650143dae877eaa93d459824cdcf1c600671c84e36db3e350c207d13c2ef097118ff49de4c
|
|
7
|
+
data.tar.gz: 2497d4a41b50a32ea5b7d26860253c37d8ae139bfe95a2497b9e78a22c2be761831c60a508bf6ad5e89c6d5534795087983729954a1357579b8d44c252f58ad9
|
data/README.md
CHANGED
|
@@ -11,7 +11,7 @@ verisoned gems in as dependencies, and provides high-level methods for
|
|
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
|
12
12
|
in the section titled *Which client should I use?*.
|
|
13
13
|
|
|
14
|
-
View the [Client Library Documentation](https://
|
|
14
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-translate/latest)
|
|
15
15
|
for this library, google-cloud-translate, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
|
@@ -71,14 +71,14 @@ end
|
|
|
71
71
|
|
|
72
72
|
## Supported Ruby Versions
|
|
73
73
|
|
|
74
|
-
This library is supported on Ruby 2.
|
|
74
|
+
This library is supported on Ruby 2.6+.
|
|
75
75
|
|
|
76
76
|
Google provides official support for Ruby versions that are actively supported
|
|
77
77
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
78
|
-
in security maintenance, and not end of life.
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
in security maintenance, and not end of life. Older versions of Ruby _may_
|
|
79
|
+
still work, but are unsupported and not recommended. See
|
|
80
|
+
https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby
|
|
81
|
+
support schedule.
|
|
82
82
|
|
|
83
83
|
## Which client should I use?
|
|
84
84
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-translate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-07-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -70,28 +70,28 @@ dependencies:
|
|
|
70
70
|
requirements:
|
|
71
71
|
- - "~>"
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 1.
|
|
73
|
+
version: 1.26.1
|
|
74
74
|
type: :development
|
|
75
75
|
prerelease: false
|
|
76
76
|
version_requirements: !ruby/object:Gem::Requirement
|
|
77
77
|
requirements:
|
|
78
78
|
- - "~>"
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: 1.
|
|
80
|
+
version: 1.26.1
|
|
81
81
|
- !ruby/object:Gem::Dependency
|
|
82
82
|
name: minitest
|
|
83
83
|
requirement: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
|
85
85
|
- - "~>"
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: '5.
|
|
87
|
+
version: '5.16'
|
|
88
88
|
type: :development
|
|
89
89
|
prerelease: false
|
|
90
90
|
version_requirements: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
92
|
- - "~>"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '5.
|
|
94
|
+
version: '5.16'
|
|
95
95
|
- !ruby/object:Gem::Dependency
|
|
96
96
|
name: minitest-focus
|
|
97
97
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -126,14 +126,14 @@ dependencies:
|
|
|
126
126
|
requirements:
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: '
|
|
129
|
+
version: '13.0'
|
|
130
130
|
type: :development
|
|
131
131
|
prerelease: false
|
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
133
133
|
requirements:
|
|
134
134
|
- - ">="
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '
|
|
136
|
+
version: '13.0'
|
|
137
137
|
- !ruby/object:Gem::Dependency
|
|
138
138
|
name: redcarpet
|
|
139
139
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -205,14 +205,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
205
205
|
requirements:
|
|
206
206
|
- - ">="
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
|
-
version: '2.
|
|
208
|
+
version: '2.6'
|
|
209
209
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
210
210
|
requirements:
|
|
211
211
|
- - ">="
|
|
212
212
|
- !ruby/object:Gem::Version
|
|
213
213
|
version: '0'
|
|
214
214
|
requirements: []
|
|
215
|
-
rubygems_version: 3.3.
|
|
215
|
+
rubygems_version: 3.3.14
|
|
216
216
|
signing_key:
|
|
217
217
|
specification_version: 4
|
|
218
218
|
summary: API Client library for the Cloud Translation API
|