cfn-toml 1.0.7 → 1.0.8

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: 35b41b356e026ef8b7597a74a5dc56a3ae1eeb45e5fb222500eb7d0d9846a6b4
4
- data.tar.gz: 1b58334686de2ed7c1b25c5a9cd79db33f484ef00d37828ef9720e0a15be8727
3
+ metadata.gz: e00e25360cc6daac82cf8948a54773cb6336a343885d4f4c9b6d92c22d26cdfd
4
+ data.tar.gz: 601f83414b46d373c645e26b635704566a82bcc203f4f333088e14426b8e1b85
5
5
  SHA512:
6
- metadata.gz: 2bd730055d08800f0ef9e927bfcd3751b2837688428e28a45dfb7d84ab088cdee05c7cad3f2e7c8a1e18929afda4622726b91386bf7b8094cc3291d00b319b0d
7
- data.tar.gz: dfbf00132a62886dac073e01c7cffc2be21b9fcad0093fe6c21676dc04512d3eca0a00c3495e7419ff9dbb2a4dff1034fc64e654d7aff9c331d8efa8efd66c30
6
+ metadata.gz: c1e6bcf2a73ac3d6f1e87396687225eb03ff3513b9f2ec1e41f831e6d3dfcc5b1d76663636556615b30bc40eb02d1b01453e841b5b549280acd0809a5919f98a
7
+ data.tar.gz: 4010e915240b386bde01a5eb63c5e11568476363ceeeb9c0d1f4d04441528e61d18a8a5c309addc9a13c24eb4ed51872dcc4da1fa441720f85a17c3e11467497
data/bin/cfn-toml CHANGED
@@ -57,6 +57,7 @@ begin
57
57
 
58
58
  arg1 = ARGV[0]
59
59
  arg2 = ARGV[1]
60
+ arg3 = ARGV[2]
60
61
 
61
62
  # Defaults
62
63
  options[:toml_filepath] ||= "config.toml"
@@ -77,7 +78,7 @@ begin
77
78
  result = CfnToml.key options[:toml_filepath], arg2
78
79
  STDOUT.puts result
79
80
  elsif arg1 == 'params'
80
- result = CfnToml.params options[:toml_filepath], arg2
81
+ result = CfnToml.params options[:toml_filepath], arg2, arg3
81
82
  STDOUT.puts result
82
83
  elsif arg1 == 'init'
83
84
  # arg2 - stackname
@@ -1,3 +1,3 @@
1
1
  module CfnToml
2
- VERSION = '1.0.7'
2
+ VERSION = '1.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn-toml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Brown