cfnpp 0.3.9 → 0.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/cfnpp +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c9bd603f0ebfc570a3f4ad43a03058ce19f8d550
4
- data.tar.gz: 4f4d1ef02b710c3f8c75329d5cf21bd23da642f7
3
+ metadata.gz: a1849881fcdeade8b6d991264ad57f525a9f5148
4
+ data.tar.gz: 544c5e51a1f12d2d13394049cc143aac24b8fdf4
5
5
  SHA512:
6
- metadata.gz: 01849425f5ee63c3c5f9085656c1227809197db723b4cbd26a58d2a1426fe3983c9b1e8df2dfcd994bb7f5b3592bda94c5c10b369953ccbf04f745326c8790bb
7
- data.tar.gz: 950c1d0b41bf1624e4c98ffacb56f7afcb40d015540772eb1170f44361f948e77d9f970a3a442e919e3f1914864e39248dde52e3cbf93c437674a3386a15b344
6
+ metadata.gz: 39496951e33f2d3a3fdafb4f00bc2403542b66dda85a0d9909209616b3f96fcd8785395d52410a7856b1cc250947c6ed62a5fdfb2b7bb7799bbac3b468dc1f29
7
+ data.tar.gz: bb9462117164f3810685d7ddc95b361814b83572f8927b43b121657857185712df560014d58da284bd10788b9e96fc5ed9018a3b121d92e2500cf8ca3225181e
data/bin/cfnpp CHANGED
@@ -146,7 +146,7 @@ eot
146
146
  puts "loading config from (#{conf_path})"
147
147
  conf_yaml = File.read(conf_path)
148
148
  opts = YAML::load(conf_yaml)
149
- if conf_override_path.size()
149
+ if conf_override_path.size() > 0
150
150
  puts "applying overrides from (#{conf_override_path})"
151
151
  conf_override_yaml = File.read(conf_override_path)
152
152
  opts_override = YAML::load(conf_override_yaml)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfnpp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bruce