aws-sdk-elastictranscoder 1.69.0 → 1.70.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elastictranscoder/client.rb +1 -1
- data/lib/aws-sdk-elastictranscoder.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34b80dc5350a6ac3f9a5f33103ef7a11c29bd76deeaeef9200a7bd1fe36314bd
|
4
|
+
data.tar.gz: 998e5c6f8ea6dddd5af1fef2ab9e38174762dfc717c36790485a0b888d49ea33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c6a1c11cf17a32d292afc12ba872d04301537fa98727f6d5d1642ef8749cb6a536203561effa5675feb21168c34590211d634216909447241f1c4d54e6a40de7
|
7
|
+
data.tar.gz: b6d020e99a7baa4a5a9a29112be6e74b98ab84dda55b123ddb71b161374502ef8fbc653419a67d3b2c63b0e8e146a8d6750976475cb55d43d4fe5e6de5464851
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -3131,7 +3131,7 @@ module Aws::ElasticTranscoder
|
|
3131
3131
|
tracer: tracer
|
3132
3132
|
)
|
3133
3133
|
context[:gem_name] = 'aws-sdk-elastictranscoder'
|
3134
|
-
context[:gem_version] = '1.
|
3134
|
+
context[:gem_version] = '1.70.0'
|
3135
3135
|
Seahorse::Client::Request.new(handlers, context)
|
3136
3136
|
end
|
3137
3137
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elastictranscoder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.70.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -78,7 +77,6 @@ licenses:
|
|
78
77
|
metadata:
|
79
78
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elastictranscoder
|
80
79
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-elastictranscoder/CHANGELOG.md
|
81
|
-
post_install_message:
|
82
80
|
rdoc_options: []
|
83
81
|
require_paths:
|
84
82
|
- lib
|
@@ -93,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
91
|
- !ruby/object:Gem::Version
|
94
92
|
version: '0'
|
95
93
|
requirements: []
|
96
|
-
rubygems_version: 3.
|
97
|
-
signing_key:
|
94
|
+
rubygems_version: 3.6.7
|
98
95
|
specification_version: 4
|
99
96
|
summary: AWS SDK for Ruby - Amazon Elastic Transcoder
|
100
97
|
test_files: []
|