MovableInkAWS 1.2.1 → 1.2.2

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: 32f0128dbec1cd17ff123d1677590c3874e5f496eb37f43ba39f88c336a1b49b
4
- data.tar.gz: 0d63db5f6abcfd22ad0eecd0d0b401ce7fc943c957960b4d81b2fd6e8a18f44a
3
+ metadata.gz: 17ceb1cd0d9da92a94c3e5f7eb4d46d9303546bae02c68355f9257e26719e7d9
4
+ data.tar.gz: b70e2dcf79443ee2c2b8cdc700880de3976efe52af15517d7852ed69e2c444c0
5
5
  SHA512:
6
- metadata.gz: c9477086c54eac4049df764da7f7716384dbf53df4cf7865d861ce376b55c3ca3f3867195c514385b565836b8eafe3e7c08a69ec6fc160c238892ea594c95d9a
7
- data.tar.gz: 8ca9d5b5c39c7772cf5dfa6b9a746aaa714f9ec636a3e9c3742cd586c0e7e6aa7a35268a690d4a9364d6d56107a87f620e0bd8170271ef29a0587113a267fb51
6
+ metadata.gz: 1eaced59806f774de531934dc18217f9fa699f8ca5a02829260f10bf1a0c293bb640c97dbb7270c884a7c0e217fc58a506c69cdd44cf5cc567e70f25b7f8fc4d
7
+ data.tar.gz: 8654770ca2b03ab180af4bcd9727aaa94c4cad1090f4e5002172f621b8c5c6ab90dfd49b90039312de7e86b68fdd2135d78d9882c643330d47f3f7fe0c861bd5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (1.2.1)
4
+ MovableInkAWS (1.2.2)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -64,6 +64,7 @@ module MovableInk
64
64
  rescue Aws::EC2::Errors::RequestLimitExceeded,
65
65
  Aws::EC2::Errors::ResourceAlreadyAssociated,
66
66
  Aws::EC2::Errors::Unavailable,
67
+ Aws::EKS::Errors::TooManyRequestsException,
67
68
  Aws::SNS::Errors::ThrottledException,
68
69
  Aws::AutoScaling::Errors::Throttling,
69
70
  Aws::AutoScaling::Errors::ThrottledException,
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '1.2.1'
3
+ VERSION = '1.2.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: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Chesler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-13 00:00:00.000000000 Z
11
+ date: 2020-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core