google-cloud-video-transcoder 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -3
- data/lib/google/cloud/video/transcoder/version.rb +1 -1
- metadata +3 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e88b72e80ec25c47b2086937ca1d25158671e854212003fc8d95cd1543d425b7
|
4
|
+
data.tar.gz: a263c94e10a0793b276f6d20443f7b4f7bbcd784a188bb98fac306711e22e560
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f470833e3c33c8ca99b319a8c66c0fda1076b5837ee1f5630719ad20a08b4cfd1e09b55207f3b94d153547601cebe193df98c429ccf2cc3c68459382fb81351
|
7
|
+
data.tar.gz: 1ff2c3d4f9934173a47cdb24be4be1a9090dfd741748af669c9f0a23bb706ac547d3b7ee0ba2e683f38869401da7e54b4521833abbd649dd127a6257e7d726bd
|
data/README.md
CHANGED
@@ -11,13 +11,12 @@ 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-video-transcoder/latest)
|
15
15
|
for this library, google-cloud-video-transcoder, 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
|
18
18
|
client gems:
|
19
|
-
[google-cloud-video-transcoder-v1](https://googleapis.dev/ruby/google-cloud-video-transcoder-v1/latest)
|
20
|
-
[google-cloud-video-transcoder-v1beta1](https://googleapis.dev/ruby/google-cloud-video-transcoder-v1beta1/latest).
|
19
|
+
[google-cloud-video-transcoder-v1](https://googleapis.dev/ruby/google-cloud-video-transcoder-v1/latest).
|
21
20
|
|
22
21
|
See also the [Product Documentation](https://cloud.google.com/transcoder/)
|
23
22
|
for more usage information.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-video-transcoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0
|
4
|
+
version: 1.1.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-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -44,26 +44,6 @@ dependencies:
|
|
44
44
|
- - "<"
|
45
45
|
- !ruby/object:Gem::Version
|
46
46
|
version: 2.a
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: google-cloud-video-transcoder-v1beta1
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
50
|
-
requirements:
|
51
|
-
- - ">="
|
52
|
-
- !ruby/object:Gem::Version
|
53
|
-
version: '0.0'
|
54
|
-
- - "<"
|
55
|
-
- !ruby/object:Gem::Version
|
56
|
-
version: 2.a
|
57
|
-
type: :runtime
|
58
|
-
prerelease: false
|
59
|
-
version_requirements: !ruby/object:Gem::Requirement
|
60
|
-
requirements:
|
61
|
-
- - ">="
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
version: '0.0'
|
64
|
-
- - "<"
|
65
|
-
- !ruby/object:Gem::Version
|
66
|
-
version: 2.a
|
67
47
|
- !ruby/object:Gem::Dependency
|
68
48
|
name: google-style
|
69
49
|
requirement: !ruby/object:Gem::Requirement
|
@@ -209,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
189
|
- !ruby/object:Gem::Version
|
210
190
|
version: '0'
|
211
191
|
requirements: []
|
212
|
-
rubygems_version: 3.3.
|
192
|
+
rubygems_version: 3.3.5
|
213
193
|
signing_key:
|
214
194
|
specification_version: 4
|
215
195
|
summary: API Client library for the Transcoder API
|