google-cloud-translate 3.7.0 → 3.7.1
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 +1 -1
- data/lib/google/cloud/translate/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 882e17acd7ce23b4e7f03deabb8a8b12fd12b53672d606d142ff91a93494d3db
|
4
|
+
data.tar.gz: cf475be3978aeefeec93016236f0978e1d3ef86e0fbf7c261e39ac55cba1fa9f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 856e07060d6ea538c090306d82cdc9000adddd26aaeb832a67c1846843e1aeaf50db19311c6094beab0e14607276c66878a32328445c984567e54db56a51c9ed
|
7
|
+
data.tar.gz: e3098dda6866f200087932e92ae9846a40c7270ed56c6c43895144f792aecffa43dee7bf42d1acd80634a262ba4a4b17b02d6cd5a7eb1cc4caa4f2aa1bbc6989
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Cloud Translation can dynamically translate text between thousands of language p
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-cloud-translate-v*`.
|
9
9
|
The gem `google-cloud-translate` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned 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
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-translate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.7.
|
4
|
+
version: 3.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.6.
|
101
|
+
rubygems_version: 3.6.8
|
102
102
|
specification_version: 4
|
103
103
|
summary: API Client library for the Cloud Translation API
|
104
104
|
test_files: []
|