dh-proteus 0.3.5 → 0.3.6

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: aa12aa3c83be1ffe103180c3069d73f676b6ad4da32d9d283eeefdc3c14dcd85
4
- data.tar.gz: '08b72501192990db34e12e3dd52be0001a708c559709a1e999da5557acf53a48'
3
+ metadata.gz: ee44660b54c99fcc0430739f91d7c983be8ae26dc5f7dd6bd240a8faf1419e94
4
+ data.tar.gz: 3321c7016cde53892060b64e05cc26a55e14a6cdfd66584bb38297fbc059fe57
5
5
  SHA512:
6
- metadata.gz: f4906493215ab3fc7ee3e3b871f05c83022eb36b388a3cb1cecd3d50a19d38cf794c83a7db1967870de103ee676ef61b82ba830bf06e924b7f1f8fa09378d234
7
- data.tar.gz: 75200103d748eb3a4bf7150317d9e51cf08f0d820108ab69410010ffa0f3b126126967327f422ddabdd420fa49f6b6f81dcb897c499e4201d8bb6e6308dcdeb7
6
+ metadata.gz: efe2adfa660b4e6e05760301eefc5fe382906bf76d3f38e6aca879eb9772ccd6a5f1f955904fd936862fe460ae8b77c8f920ed03ffde71806a2e94aa9d98d9bc
7
+ data.tar.gz: a131676d34b70fbaa94a0e02e317ba26f64f32f9d5a309494f7959ccb753d588463cc5b6a5b57299dafa7360d874ed27fd0210c1ccf4759102f13b29d73e69be
@@ -54,8 +54,7 @@ module Proteus
54
54
  #{context_path(context)}
55
55
  TERRAFORM_COMMAND
56
56
 
57
- output = syscall terraform_command.squeeze(' '), suppress: true, capture: true
58
- say(output, :green) if verbose
57
+ syscall terraform_command.squeeze(' ')
59
58
  end
60
59
 
61
60
  def aws_profile
@@ -1,5 +1,5 @@
1
1
  module Proteus
2
- VERSION = "0.3.5"
2
+ VERSION = "0.3.6"
3
3
  end
4
4
 
5
5
  if $0 == __FILE__
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dh-proteus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Albrecht