aws-sdk-repostspace 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-repostspace/client.rb +1 -3
- data/lib/aws-sdk-repostspace.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58ddef60f95e2d28a9564d823ebd2737120e79d1fb4284cb33c57209a8738477
|
4
|
+
data.tar.gz: 3f7f61ff1e2050c1fe5fc4d6af75f9b9204e988e91377a934592083a7f94e11a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 973dc13520032583228c4da0e41c622ce2b57b4d0097d4107e6f863777e021cfc7c2d7839ff5208bff9bf82b07985529b0faeaba7f2ef03f3a04c24cf0097f0b
|
7
|
+
data.tar.gz: feb7a809dfe97bbf06946e90991d42e1359b6a73b529121ee2cc949d2768041ba4796e6edaaeb2ab1c044a3fc3298be19e82622b8f5a6c182b9fd6106b0ff415
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:repostspace)
|
40
|
-
|
41
39
|
module Aws::Repostspace
|
42
40
|
# An API client for Repostspace. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -889,7 +887,7 @@ module Aws::Repostspace
|
|
889
887
|
tracer: tracer
|
890
888
|
)
|
891
889
|
context[:gem_name] = 'aws-sdk-repostspace'
|
892
|
-
context[:gem_version] = '1.
|
890
|
+
context[:gem_version] = '1.14.0'
|
893
891
|
Seahorse::Client::Request.new(handlers, context)
|
894
892
|
end
|
895
893
|
|
data/lib/aws-sdk-repostspace.rb
CHANGED
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:repostspace)
|
15
|
+
|
14
16
|
# This module provides support for AWS re:Post Private. This module is available in the
|
15
17
|
# `aws-sdk-repostspace` gem.
|
16
18
|
#
|
@@ -52,7 +54,7 @@ module Aws::Repostspace
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-repostspace/endpoint_provider'
|
53
55
|
autoload :Endpoints, 'aws-sdk-repostspace/endpoints'
|
54
56
|
|
55
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.14.0'
|
56
58
|
|
57
59
|
end
|
58
60
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-repostspace
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|