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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c3463fd824093e2011f60d1e58a2e25f36d4db3924f39b755a21a2a76025d65
4
- data.tar.gz: 37bc27caa04297682169e98980d3d2e4d74379c6d3f7a1a66f4181b0e62a4e76
3
+ metadata.gz: 882e17acd7ce23b4e7f03deabb8a8b12fd12b53672d606d142ff91a93494d3db
4
+ data.tar.gz: cf475be3978aeefeec93016236f0978e1d3ef86e0fbf7c261e39ac55cba1fa9f
5
5
  SHA512:
6
- metadata.gz: bd4a7e5175e186d9ec43eb2e642c728d5e89fc2b011eac330b0e3b77fc294cab8003cda564dc1946609c46b6a705a93698697b0b267e3955b10f359482bf06ea
7
- data.tar.gz: cee5a8cf9756599246d510a052328430844fd52912dfe0548849db1bf010ac7c8a16789c1bb20d7f961cbf05e94fdb21c4f3bbc0a60b57ebc9120691f83ad2d8
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
- verisoned gems in as dependencies, and provides high-level methods for
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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Translate
23
- VERSION = "3.7.0"
23
+ VERSION = "3.7.1"
24
24
  end
25
25
  end
26
26
  end
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.0
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: 2025-01-29 00:00:00.000000000 Z
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.2
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: []