aws-sdk-codecatalyst 1.35.0 → 1.36.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-codecatalyst/client.rb +1 -1
- data/lib/aws-sdk-codecatalyst.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c65d5e002771a091f6a2d6b0783a673381d5c5e53823d8bd89c80ad5aa7ee8c
|
4
|
+
data.tar.gz: 47f66f0841c522038a3b3e55d45b758becf28e1053d6664078bf69f67846a606
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47a7b783b8a8cf3199e6f932698eca7d976f07e8a9be4fe6775a650a11d667c3fe41d731d088f41dd86822008e85c953db77f7b957bdedad158390e93393a054
|
7
|
+
data.tar.gz: 1446ff5123241b2866ec84696521288bc861695d58244e7503e177de25adf0ba90d584c35ae944e47a065d4b409b0373bca5b704da28b29888a153964592d387
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -2483,7 +2483,7 @@ module Aws::CodeCatalyst
|
|
2483
2483
|
tracer: tracer
|
2484
2484
|
)
|
2485
2485
|
context[:gem_name] = 'aws-sdk-codecatalyst'
|
2486
|
-
context[:gem_version] = '1.
|
2486
|
+
context[:gem_version] = '1.36.0'
|
2487
2487
|
Seahorse::Client::Request.new(handlers, context)
|
2488
2488
|
end
|
2489
2489
|
|
data/lib/aws-sdk-codecatalyst.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-codecatalyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.225.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.225.0
|
32
32
|
description: Official AWS Ruby gem for Amazon CodeCatalyst. This gem is part of the
|
33
33
|
AWS SDK for Ruby.
|
34
34
|
email:
|
@@ -70,7 +70,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
70
70
|
requirements:
|
71
71
|
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
|
-
version: '2.
|
73
|
+
version: '2.7'
|
74
74
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
75
75
|
requirements:
|
76
76
|
- - ">="
|