aws-sdk-migrationhubrefactorspaces 1.41.0 → 1.42.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-migrationhubrefactorspaces/client.rb +1 -1
- data/lib/aws-sdk-migrationhubrefactorspaces.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: 5615a9c3a1dc501bddd81fc3b0ddee3061e0badebdcbe4252cc9d3bec20251d4
|
4
|
+
data.tar.gz: 69e43616ae19d9258634670cf0655c2f336f76709e260e68b86969746fc952fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b80aacc9dd9b48291a5f8aca932d647857c4021b62edc134eac5ff04b112d954bb291833acecc18cccefe874c2029c8c0a0840764661d9c0a753282963e5fd61
|
7
|
+
data.tar.gz: d6b2a24860fa2f6ca89f12efa74c8e2ae2451dc07595150c020d98aa6f8561353659f4b49a0b6aa6ebb2452b46cc1bca93f0efc6ea05c02f42a7fedcce388db9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -2033,7 +2033,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
2033
2033
|
tracer: tracer
|
2034
2034
|
)
|
2035
2035
|
context[:gem_name] = 'aws-sdk-migrationhubrefactorspaces'
|
2036
|
-
context[:gem_version] = '1.
|
2036
|
+
context[:gem_version] = '1.42.0'
|
2037
2037
|
Seahorse::Client::Request.new(handlers, context)
|
2038
2038
|
end
|
2039
2039
|
|
@@ -54,7 +54,7 @@ module Aws::MigrationHubRefactorSpaces
|
|
54
54
|
autoload :EndpointProvider, 'aws-sdk-migrationhubrefactorspaces/endpoint_provider'
|
55
55
|
autoload :Endpoints, 'aws-sdk-migrationhubrefactorspaces/endpoints'
|
56
56
|
|
57
|
-
GEM_VERSION = '1.
|
57
|
+
GEM_VERSION = '1.42.0'
|
58
58
|
|
59
59
|
end
|
60
60
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-migrationhubrefactorspaces
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.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
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
84
84
|
- - ">="
|
85
85
|
- !ruby/object:Gem::Version
|
86
|
-
version: '2.
|
86
|
+
version: '2.7'
|
87
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
88
88
|
requirements:
|
89
89
|
- - ">="
|