aws-sdk-lookoutequipment 1.51.0 → 1.52.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: f85bc2cef76dde60a15820a2278582be76960681592230c5ee4143c7799aafbd
|
4
|
+
data.tar.gz: 104a05a36e7d1b304686a95a98360f9745d960926f050a54565b66e0d5a852d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77ba23e53019adcd10e640f8f5507a55bb373aa0f1529cc50af45829e8bb1a3c28bbcca78db8fc8cd143cff4bcc0d97eba271f0b60790b3331c345bedc6f1001
|
7
|
+
data.tar.gz: 5416dd44732b5a4d42050e560e595f2b46c56796afac3aaf5eb1fe5a78a56b58b58efc03a62f325a1028c208bbc9066d2791c049b8d8d9412ec9090f50e078f6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|
@@ -3395,7 +3395,7 @@ module Aws::LookoutEquipment
|
|
3395
3395
|
tracer: tracer
|
3396
3396
|
)
|
3397
3397
|
context[:gem_name] = 'aws-sdk-lookoutequipment'
|
3398
|
-
context[:gem_version] = '1.
|
3398
|
+
context[:gem_version] = '1.52.0'
|
3399
3399
|
Seahorse::Client::Request.new(handlers, context)
|
3400
3400
|
end
|
3401
3401
|
|
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.52.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
|