MovableInkAWS 2.9.1 → 2.9.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76c8ffa8f797121d154f24707915aef128edcbb276a29f247a980dad84f54891
4
- data.tar.gz: cd1fce024fad82a8de8c99a9961e3f0b87b13cfc736611d679cd17a253139493
3
+ metadata.gz: fd541e2c6c70b23a168dbaf65963f4f05dd8ea8f08e0ff110e55649525590fec
4
+ data.tar.gz: add03a4f9390d395a50c58a76ab122b6e59a083d7dd9b70b174b4950e21089e9
5
5
  SHA512:
6
- metadata.gz: 4a87fa234b9dbe7044412b81c335d2f5787c59713f96a9c00da9a105df4b4c733758fcd4a2c4ffa3a6632a4a82a7f6dea66cb28cbefd2a7f4b8ddabdb16b6f6f
7
- data.tar.gz: 8c66789aaf5a966b6a6b37d91986feb3df11ede6517063808b5f3beeed16742520daa475b8282ef49c01070a9dc59d27f804280ec8cd26c7f219ecbfddc749f0
6
+ metadata.gz: 7d25ba5150a0aa03699ca3b375e230e8daed9b655390d8c0b9844f32369b54a2a36b3b15c6e5aa658a5d6b4d24dd20ce8eef469fb7a1223835862bf92fb54ebb
7
+ data.tar.gz: dc1aca65175bc2d03e295fbeabba103d78b696d02e3b2cb29a4836f43665252dc2e50b6c0a639bd714c86f60e1067221cc7ef63009d8827d2d0558ed6942d706
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (2.9.1)
4
+ MovableInkAWS (2.9.2)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -75,6 +75,7 @@ module MovableInk
75
75
  Aws::EC2::Errors::InternalError,
76
76
  Aws::EC2::Errors::Http503Error,
77
77
  Aws::EKS::Errors::TooManyRequestsException,
78
+ Aws::Errors::MissingCredentialsError,
78
79
  Aws::SNS::Errors::ThrottledException,
79
80
  Aws::SNS::Errors::Throttling,
80
81
  Aws::AutoScaling::Errors::Throttling,
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '2.9.1'
3
+ VERSION = '2.9.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: MovableInkAWS
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - MI SRE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-06 00:00:00.000000000 Z
11
+ date: 2025-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core