dh-proteus 0.4.0 → 0.4.1

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: 198ea1d92f009a7ed877e1cb46329ba10b5c4855e79c1c856f08dfc9420c2118
4
- data.tar.gz: 5c73915240e65f69392002661ced9663dce724dd9822347a50b69107869d2a30
3
+ metadata.gz: edc99646e608a421f7b125ee09bd0a4f59466325d93183bfab5064d20794b875
4
+ data.tar.gz: 9b08c970dc9862454939d8069e9f0af38f0fe7ec75381634d588ee5a089562f1
5
5
  SHA512:
6
- metadata.gz: 56a2d03c731dfa1ba3f810c22feba6e243e665c2b9e7faef70f9e129f6c787af34e1d80e1ec77f43b6dc54e94f45710905320dac4d42344d1bbc41069cc6ccc3
7
- data.tar.gz: f82e55e042534ea910ea64450b91023f336212e7d2d08966052074bd06c400902dd460ae4ec5bfde63e7ac957f0e752d540d937b408a8c7f93a77851aff4f11c
6
+ metadata.gz: 5bcdbb93ec216b96491fee20b60999b8a40aa1659939d1dbf2b1c042ae0c048c22d1eb89a8a61bcd9ea2aca700d93e2ddb3aeb24085f22baf17d613aaff4bc9f
7
+ data.tar.gz: 4b86d53686fa246d7b764e8ef38e2a03accd9a7198e306b94e5cdf0d8caf1199f061f725f9da5e7ef03cf86e6059a3371ab45b741c581b6f6ac0c6b3d763bd86
@@ -20,7 +20,7 @@ module Proteus
20
20
  terraform destroy \
21
21
  -var-file=#{var_file(context, environment)} \
22
22
  #{aws_profile} \
23
- ##{limit(options[:limit])}
23
+ #{limit(options[:limit])}
24
24
  DESTROY_COMMAND
25
25
 
26
26
  plan_destroy_command = <<~PLAN_DESTROY_COMMAND
@@ -30,7 +30,7 @@ module Proteus
30
30
  -out=#{plan_file(context, environment)} \
31
31
  -var-file=#{var_file(context, environment)} \
32
32
  #{aws_profile} \
33
- ##{limit(options[:limit])}
33
+ #{limit(options[:limit])}
34
34
  PLAN_DESTROY_COMMAND
35
35
 
36
36
 
@@ -1,5 +1,5 @@
1
1
  module Proteus
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
4
4
 
5
5
  if $0 == __FILE__
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dh-proteus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Albrecht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-03 00:00:00.000000000 Z
11
+ date: 2022-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler