google-cloud-media_translation 0.6.1 → 0.6.2

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: b6b7abf00e5a6260a864fecbb3703d3d3cfae94755127c71b12c3ec4c0ba984d
4
- data.tar.gz: 5695c17762c8c7cb90526f0633f6f731d612436dd454cf9821da54e1216fa5ed
3
+ metadata.gz: f345cd88074b212a8f7a1e02450543226dce8e21a6966e3a644965b9ab520ad5
4
+ data.tar.gz: 5411910c488222c9e67a7c0052857e2d48952e06e0d9a066fd629e1c77e382a9
5
5
  SHA512:
6
- metadata.gz: 4a5bdff16de5d9f4becb99ae036e91c5c0a30168ce67c92a845e1d1e543da1d6f12b2f88d207ec0b71657852f4cd3624acba604cd724beaf6512b17c1c0875cb
7
- data.tar.gz: d1201586aa3621512df69cc8d8e0910f54fb7649af50176b533f673e7dcb76807714ea57963c85e486a0a2d98045ed34fc33615891667c581b5446f210e2ed0c
6
+ metadata.gz: 5855c419ef753e7cc85cfdd1dcdf68fa33a5e578af1536cadf5d9d31c12650cab2fba5c59d95c777271e07ada7e4753ef276ca12ebfae45e080de243bd0ec016
7
+ data.tar.gz: bec754399dca324749ce68161a2934655bca00cfe7731f8f8c785e4a606c8ab72101ac5cb6d54e22138ca1c8eaa9d7d6d53fa7eaad51044f5cfe61c20afb1feb
data/README.md CHANGED
@@ -34,6 +34,10 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/mediatranslation.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/media_translation"
39
+ ```
40
+
37
41
  ## Debug Logging
38
42
 
39
43
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module MediaTranslation
23
- VERSION = "0.6.1"
23
+ VERSION = "0.6.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-media_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.8
82
+ rubygems_version: 3.6.9
83
83
  specification_version: 4
84
84
  summary: API Client library for the Media Translation API
85
85
  test_files: []