aws-sdk-iotthingsgraph 1.57.0 → 1.58.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-iotthingsgraph/client.rb +1 -1
- data/lib/aws-sdk-iotthingsgraph.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 016eac8bc3a5c30baeb965151de86c97ccbf68a4c370171724b229f6c0adb527
|
4
|
+
data.tar.gz: fb522536485a4742776c7ca4f58de754aa22840b0e90e3e6277f7df5965bc94c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77ba19315d3f37a96e87a00e6ab44fc34281d81eb57efccef759941945aaf9793a7511f4a9ac23cfcfca1582aeeef9d8f0e21b1771a89080ae3e1108ef647ee6
|
7
|
+
data.tar.gz: d4e221fbb33d576caa4908cf03ec5c41bb810d6433c4deacf7edf8877d44986263052651232d324ac1acc3da1ba3bcf8339069c4d3c9541d6be16686cd954188
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -2052,7 +2052,7 @@ module Aws::IoTThingsGraph
|
|
2052
2052
|
tracer: tracer
|
2053
2053
|
)
|
2054
2054
|
context[:gem_name] = 'aws-sdk-iotthingsgraph'
|
2055
|
-
context[:gem_version] = '1.
|
2055
|
+
context[:gem_version] = '1.58.0'
|
2056
2056
|
Seahorse::Client::Request.new(handlers, context)
|
2057
2057
|
end
|
2058
2058
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotthingsgraph
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.58.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.228.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.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|