aws-sdk-resourcegroups 1.82.0 → 1.83.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-resourcegroups/client.rb +1 -1
- data/lib/aws-sdk-resourcegroups.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: d8aadb3215521cb602aa205b00106d91658efe2c088ea9551b39cf0c17b3a1a3
|
4
|
+
data.tar.gz: a88da2eb14642128483c773a30211069882ccfe130df845f6f06307b1bf1dd73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50957cde318a6879c4aed93a429ac9d15f8483ac6a04af1df52fe265a3eadce671e0a5c2c948fa4c2427565ed8c0a4a13d6e507abb93a4e2dba3e17a9ab75fb8
|
7
|
+
data.tar.gz: 504aecda0288bd48f9a206b69dea631117f82440ecf72adc6fa7ee29418d8bbc31bdc794b8a575d0da7e2adf19da402f741a5f806320717948719cb6299103ea
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.83.0
|
@@ -2016,7 +2016,7 @@ module Aws::ResourceGroups
|
|
2016
2016
|
tracer: tracer
|
2017
2017
|
)
|
2018
2018
|
context[:gem_name] = 'aws-sdk-resourcegroups'
|
2019
|
-
context[:gem_version] = '1.
|
2019
|
+
context[:gem_version] = '1.83.0'
|
2020
2020
|
Seahorse::Client::Request.new(handlers, context)
|
2021
2021
|
end
|
2022
2022
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourcegroups
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.83.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
|
- - ">="
|