nexoform 0.1.4 → 0.1.5

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: dfb7b9a73c3539a07b5072c0cb8578070026159fd27d2309a6e253fa12252fa7
4
- data.tar.gz: bfae58f03fcc3cc7a634f4afc365d54cca46530b97d3d6707b92926a3a7d87c6
3
+ metadata.gz: 9cbdaac308f30df3acb921d1b7cdb95e4b47103986ff295117c874b1c45f1a53
4
+ data.tar.gz: 4f24c4a5d4362071e7162eb32d2bd1715756c2018335ffb4d16255bdcf2e341f
5
5
  SHA512:
6
- metadata.gz: 5f17bc2e9a4b4341ee9f8ab5be0f7e6033d75a3691e58c49dea8498a9dac55b411c063ada6294e48060060427243314d086720d9d82c768f30261dcdcb87f310
7
- data.tar.gz: c62b66ae199833afd1057c76086f8f667c33856f67a887876c6a7ab26c5724cc50b2c4dee25e9a0b26a0d730283ff9d63e15769868f818477e2d6e076432dce5
6
+ metadata.gz: a9d6bb11242db73ac420d25bb78b28fbd50206834ef81669174f22396ccfa9b66a2d38ac14c40c33785dc454f972dc71b94df1d776faa99e2065d9b8873d419b
7
+ data.tar.gz: ea0ca24fdfce2c8bf05b0b80114b0622cabbbc13abfc0c7e4a967978f162a25c1cc12b5ce8486a5a9191a90b84282a78b6719d4fe87c7c7c76abef065ad2b869
data/bin/nexoform CHANGED
@@ -351,6 +351,7 @@ class NexoformBin < Thor
351
351
  varfile = apply_with_plan_file?(options) ? '' : var_file_arg(options)
352
352
  planfile = apply_with_plan_file?(options) ? options[:plan] : ''
353
353
  yes = options[:assume_yes] ? "yes 'yes' | " : ''
354
+ puts "[DEBUG]: yes value: '#{yes}'" if options['debug']
354
355
  "#{yes}terraform apply #{varfile} #{planfile}"
355
356
  end
356
357
 
@@ -2,10 +2,10 @@
2
2
 
3
3
  module Nexoform
4
4
  def self.version
5
- '0.1.4'
5
+ '0.1.5'
6
6
  end
7
7
 
8
8
  def self.date
9
- '2019-09-26'
9
+ '2019-09-27'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexoform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Porter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-26 00:00:00.000000000 Z
11
+ date: 2019-09-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport