MovableInkAWS 2.8.9 → 2.8.10

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: 0f0d589b5f939da21db1c54e1890a6518591244f93b74b122c45314273aa73c2
4
- data.tar.gz: ceea995142fbf79d085aa12e3bc36c4f84399988f348c60f811ed10e910d97c2
3
+ metadata.gz: f6e7b0ea56ffd6449d0435fc6164af27fe26704bbc0e8ec4b72056004db4ac47
4
+ data.tar.gz: 5f03fda7206285e9034572104d6e4cb3b694638a224d7a681e8de411fe989a19
5
5
  SHA512:
6
- metadata.gz: a21e88c0144c8728b980a524cccb67f8a3232eebe4d265a39715deb06e08774070a0f246e9c1e22e1fc40f8167297fd7dbae9cccc89cb12f9e2191e059004975
7
- data.tar.gz: 64f76af20e84f18c690659cab87c63f3de6c376b58817d33c2b0952da11600ee4193a81c4638f520d6ca185be191ba21bc1a7771de546fc36ee2ad40e6838def
6
+ metadata.gz: 350f80335a3e2880834702154fbd74f6591f904f8ce791e397b4c5ef0efb1b00767ca7826366c4fbae0b05a5093e4c3781b90f1aeddf6fed774ba766a3ee41d3
7
+ data.tar.gz: 54f797274fd7951104fc43698c103fba166bc1356a694c81b26267abef6344c1c17930c1cd43b31be19c02bf04fa096b8d27386fe5dae6a1f192c12216f3f57e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (2.8.9)
4
+ MovableInkAWS (2.8.10)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -27,7 +27,7 @@ GEM
27
27
  addressable (2.8.6)
28
28
  public_suffix (>= 2.0.2, < 6.0)
29
29
  aws-eventstream (1.3.0)
30
- aws-partitions (1.877.0)
30
+ aws-partitions (1.894.0)
31
31
  aws-sdk-athena (1.79.0)
32
32
  aws-sdk-core (~> 3, >= 3.188.0)
33
33
  aws-sigv4 (~> 1.1)
@@ -37,7 +37,7 @@ GEM
37
37
  aws-sdk-cloudwatch (1.84.0)
38
38
  aws-sdk-core (~> 3, >= 3.188.0)
39
39
  aws-sigv4 (~> 1.1)
40
- aws-sdk-core (3.190.1)
40
+ aws-sdk-core (3.191.3)
41
41
  aws-eventstream (~> 1, >= 1.3.0)
42
42
  aws-partitions (~> 1, >= 1.651.0)
43
43
  aws-sigv4 (~> 1.8)
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '2.8.9'
3
+ VERSION = '2.8.10'
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.9
4
+ version: 2.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - MI SRE
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-19 00:00:00.000000000 Z
11
+ date: 2024-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core