google-cloud-media_translation 0.6.0 → 0.6.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: fa2318bfdbca4fd22e994ab3be2f87187f6746039144986dd8e1265629bdbbd2
4
- data.tar.gz: eae83745563a0580a565db9317d871f144a7460f2353ba8ac5c17bb759fcfabd
3
+ metadata.gz: b6b7abf00e5a6260a864fecbb3703d3d3cfae94755127c71b12c3ec4c0ba984d
4
+ data.tar.gz: 5695c17762c8c7cb90526f0633f6f731d612436dd454cf9821da54e1216fa5ed
5
5
  SHA512:
6
- metadata.gz: e54725e81a6253f810361caf4aa2e94977328efca5fb01116682ea19db171fc802043faf287832052daa0b34dfd239d6b62c1eef7c8f1fd48cb1aa0dab6eb89b
7
- data.tar.gz: 17eae6900fe482f47b5ed31ebec737ccae22e82f21ab1bba71e354a4a0d2a9e77669c9c71462bc7a46f486bf642056d978de639d126fed9eeb5111abba94d9ed
6
+ metadata.gz: 4a5bdff16de5d9f4becb99ae036e91c5c0a30168ce67c92a845e1d1e543da1d6f12b2f88d207ec0b71657852f4cd3624acba604cd724beaf6512b17c1c0875cb
7
+ data.tar.gz: d1201586aa3621512df69cc8d8e0910f54fb7649af50176b533f673e7dcb76807714ea57963c85e486a0a2d98045ed34fc33615891667c581b5446f210e2ed0c
data/README.md CHANGED
@@ -7,7 +7,7 @@ Media Translation API delivers real-time speech translation to your content and
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-media_translation-v*`.
9
9
  The gem `google-cloud-media_translation` 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 MediaTranslation
23
- VERSION = "0.6.0"
23
+ VERSION = "0.6.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-media_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.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
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.6.2
82
+ rubygems_version: 3.6.8
83
83
  specification_version: 4
84
84
  summary: API Client library for the Media Translation API
85
85
  test_files: []