aws-sdk-serverlessapplicationrepository 1.74.0 → 1.75.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-serverlessapplicationrepository/client.rb +1 -1
- data/lib/aws-sdk-serverlessapplicationrepository.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: 3fb64f2be8225a07bceab142e98f1a486bc5a12ab87defb42545013f47548346
|
4
|
+
data.tar.gz: 24a54926ae72b55ef11f2f96e9f9325cabca0c40554b44188a586cd2d713728a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f637e356c330c1793c3a34e366a9d052695b7e47b209eae61b2ead2856ced7dd931ad395b4b07f80df6f7d187d9093f55a632a0fdae785023f94de7178e3da8
|
7
|
+
data.tar.gz: 7dd46b18865431d20221941c11a372901f30840ca1968477627de9567dcc102b469f3addc669d12c5bc0b1853970d875ed391a33cc963bbcb3d3a7aa47d03f2d
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|
@@ -1286,7 +1286,7 @@ module Aws::ServerlessApplicationRepository
|
|
1286
1286
|
tracer: tracer
|
1287
1287
|
)
|
1288
1288
|
context[:gem_name] = 'aws-sdk-serverlessapplicationrepository'
|
1289
|
-
context[:gem_version] = '1.
|
1289
|
+
context[:gem_version] = '1.75.0'
|
1290
1290
|
Seahorse::Client::Request.new(handlers, context)
|
1291
1291
|
end
|
1292
1292
|
|
@@ -54,7 +54,7 @@ module Aws::ServerlessApplicationRepository
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-serverlessapplicationrepository/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-serverlessapplicationrepository/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.75.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-serverlessapplicationrepository
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.75.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
|
@@ -77,7 +76,6 @@ licenses:
|
|
77
76
|
metadata:
|
78
77
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-serverlessapplicationrepository
|
79
78
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-serverlessapplicationrepository/CHANGELOG.md
|
80
|
-
post_install_message:
|
81
79
|
rdoc_options: []
|
82
80
|
require_paths:
|
83
81
|
- lib
|
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
90
|
- !ruby/object:Gem::Version
|
93
91
|
version: '0'
|
94
92
|
requirements: []
|
95
|
-
rubygems_version: 3.
|
96
|
-
signing_key:
|
93
|
+
rubygems_version: 3.6.7
|
97
94
|
specification_version: 4
|
98
95
|
summary: AWS SDK for Ruby - AWSServerlessApplicationRepository
|
99
96
|
test_files: []
|