MovableInkAWS 2.8.4 → 2.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b6a80e16566e48f606ac10632bf10db4aa5f15f874b653c9e3b7076d37f1342
4
- data.tar.gz: eff4d321cf1256425c1e24ffb7394108dbd18200be9ce3decabb08a47a8e427b
3
+ metadata.gz: a3ab8d344b1600f1fd9cd739958ffd34069a2114daf77c88554638b0599f9423
4
+ data.tar.gz: 41c97068a8c8e06652f4ae366554fe45caeeef0b59cc6e4711dcef9a3ba5a57f
5
5
  SHA512:
6
- metadata.gz: f1724b116203363091b9d6a3ca1563acba32031ae740415b5801d4302bae11b8c3dbbdaaa9f9baaea932441fa567184a725793fdf56a7cb7b9027affa3d9c873
7
- data.tar.gz: 6c7437c76ddc4d1bc8b6bd78e116dc61ebfc41572832fc13d26ca42ad9de96eedc25e96506aad4956bde47e6f3e5fa2f39c8e58eb9b6acf14f0afe807482f02b
6
+ metadata.gz: c74d277fc52a597c30e2e3e860d078a9bba892424933404aaf68eec673a55f3140b09d6259d55ec9d59fcf3351574dcc1e21c2645eb5ea4760662c00e268b523
7
+ data.tar.gz: a84acccf090af202b1223df79c12a3a1e181a9091df42e2268fd8d128181e68c1d61367457c25d30557ca600259639be5d3a2ac4dfc25b85a31fd4c3666d8001
@@ -12,7 +12,7 @@ jobs:
12
12
  # is able to install miaws successfully.
13
13
  test0:
14
14
 
15
- runs-on: ubuntu-18.04
15
+ runs-on: ubuntu-20.04
16
16
 
17
17
  steps:
18
18
  - uses: actions/checkout@v2
@@ -30,7 +30,7 @@ jobs:
30
30
 
31
31
  test:
32
32
 
33
- runs-on: ubuntu-18.04
33
+ runs-on: ubuntu-20.04
34
34
 
35
35
  steps:
36
36
  - uses: actions/checkout@v2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (2.8.4)
4
+ MovableInkAWS (2.8.5)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -87,6 +87,8 @@ module MovableInk
87
87
  Aws::SSM::Errors::InternalServerError,
88
88
  Aws::SSM::Errors::Http503Error,
89
89
  Aws::SSM::Errors::Http502Error,
90
+ Aws::STS::Errors::ServiceUnavailable,
91
+ Aws::STS::Errors::Throttling,
90
92
  Aws::Athena::Errors::ThrottlingException,
91
93
  MovableInk::AWS::Errors::NoEnvironmentTagError,
92
94
  Aws::IAM::Errors::LimitExceededException,
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '2.8.4'
3
+ VERSION = '2.8.5'
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.8.4
4
+ version: 2.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - MI SRE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-24 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core