MovableInkAWS 1.1.0 → 1.1.4

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: 88f1e4859005fa8150bd22e1c712a404ae26e79d39af2812ba5771b17c24fc70
4
- data.tar.gz: b9611d91105694d9da25bc8551928f18e9561ef139ec7a291c0f88df5af93c87
3
+ metadata.gz: a81a0a05ca7f2dbd8f8b6d3e966e1e89f09ad5f38c0fcc27c19ed4e19177bc3c
4
+ data.tar.gz: fb1e2c6618c0790bbaa9dcc5a5c4dba8d62bd9d0a7de5159079443f98ce71fb1
5
5
  SHA512:
6
- metadata.gz: 9ff752b86badeb543f248e9b81781404ed35336b9a28bf0b9e59903945a26ba7c4a7323f77ec99a81c74421058c100fe5d7c82b172f65322433bc20bc6b3931a
7
- data.tar.gz: 201f767f782b5d675834a1539e9e336b25b06773c7fa5e9162dc37d4c21fda0efbadec142bfd52f0ff7ef3082b5f0a2c2a7bc7833a110fe1c99f7f2ac26df079
6
+ metadata.gz: be347e295cd8c88b75d19d114e3a2f8ea8ca03377b2d5a6d521c2179453d994c3d620f5dc87e5b76bdc1603e1acc560d38d1d5354f9b6b5499b0da94f6acb98f
7
+ data.tar.gz: a2b8833b9e95b7e980c112caf2516a85922df954744beda219b6b9150539bf7caa786ef1c79563a83e74eb1c13ebb349838245e186f6545f3c92262fdc0c1fe1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- MovableInkAWS (1.1.0)
4
+ MovableInkAWS (1.1.4)
5
5
  aws-sdk-athena (~> 1)
6
6
  aws-sdk-autoscaling (~> 1)
7
7
  aws-sdk-cloudwatch (~> 1)
@@ -75,15 +75,15 @@ GEM
75
75
  rspec-core (~> 3.9.0)
76
76
  rspec-expectations (~> 3.9.0)
77
77
  rspec-mocks (~> 3.9.0)
78
- rspec-core (3.9.0)
79
- rspec-support (~> 3.9.0)
80
- rspec-expectations (3.9.0)
78
+ rspec-core (3.9.2)
79
+ rspec-support (~> 3.9.3)
80
+ rspec-expectations (3.9.2)
81
81
  diff-lcs (>= 1.2.0, < 2.0)
82
82
  rspec-support (~> 3.9.0)
83
- rspec-mocks (3.9.0)
83
+ rspec-mocks (3.9.1)
84
84
  diff-lcs (>= 1.2.0, < 2.0)
85
85
  rspec-support (~> 3.9.0)
86
- rspec-support (3.9.0)
86
+ rspec-support (3.9.3)
87
87
 
88
88
  PLATFORMS
89
89
  ruby
@@ -93,4 +93,4 @@ DEPENDENCIES
93
93
  rspec (~> 3.6)
94
94
 
95
95
  BUNDLED WITH
96
- 1.17.3
96
+ 2.1.3
@@ -82,7 +82,7 @@ module MovableInk
82
82
  name: 'tag:mi:roles',
83
83
  values: roles
84
84
  })
85
- instances = load_all_instances(my_region, filter: filter)
85
+ instances = load_all_instances(region, filter: filter)
86
86
  else
87
87
  instances = all_instances(region: region).select { |instance|
88
88
  instance.tags.select{ |tag| tag.key == 'mi:roles' }.detect { |tag|
@@ -1,5 +1,5 @@
1
1
  module MovableInk
2
2
  class AWS
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.4'
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.1.0
4
+ version: 1.1.4
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-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core