aws-sdk-lookoutequipment 1.54.0 → 1.55.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-lookoutequipment/client.rb +1 -1
- data/lib/aws-sdk-lookoutequipment.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: 938e0303133eefbc5e48f4a5e50ea5f93b18394ea753ce88f7e20c20d0cb6b20
|
4
|
+
data.tar.gz: b42c78fc1bbc585262ac1074055d09a9f9ef2115b3862a15aa7ac03294d4adee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b288db2b9fefbeea21e0b621acda99db4f74e55febc5d253b4a8e57f2fe14d1803c51b341f5773089033074a4c359f84312afe4b4e67bfc4e286617aebda11c9
|
7
|
+
data.tar.gz: 9b5fdb47f9dab6113c2eadb9a54171292f54c27bfa9a1adc94898d393b6529568b56b8e210485b7ee376836c51dbef7ded4ac6fcf5c070b94c012fde583dd708
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -3392,7 +3392,7 @@ module Aws::LookoutEquipment
|
|
3392
3392
|
tracer: tracer
|
3393
3393
|
)
|
3394
3394
|
context[:gem_name] = 'aws-sdk-lookoutequipment'
|
3395
|
-
context[:gem_version] = '1.
|
3395
|
+
context[:gem_version] = '1.55.0'
|
3396
3396
|
Seahorse::Client::Request.new(handlers, context)
|
3397
3397
|
end
|
3398
3398
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutequipment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.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.231.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.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|