cloudformation-tool 1.5.6 → 1.5.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6fe474c99b246dc7ef21cf17350a55dbee96917365b7914df003ba1c3e417b8
4
- data.tar.gz: bddb23119b8048777a0382ba953bc99ee02be8b6424a150ba164ae71283e9c39
3
+ metadata.gz: 54883f0b3b73d46c3c1713a195b9890e44d45b0f6518bc0af02a05723ae98639
4
+ data.tar.gz: de8e95b100a2416ce91466d23ca4b409bcce5ed0c49392c1035113be5d8a3384
5
5
  SHA512:
6
- metadata.gz: 623f19f7dc807cfbc55a9be2c1300b9784962d805b12051ef3b2b681a2bb3904d345881d8d684356955d36e3dfbf2c5d020581ee7214e4bc2c87d39c1904f3b5
7
- data.tar.gz: 1f9903c01f0edf91dd61a8d6bd6d8572cab98f0ef9f6c2bd845ee47a971fde37718d3046b3b6cf3ba2af78c3d9154dd5f197157d1f585a4c55b7f273a01e3252
6
+ metadata.gz: 95940c9d47d1ae01da4f6f34bd7ed78f40a5b3888037f768dfdaf84febeab5755f56ac78aecd4ab20e3e4f2e6f2dffa01048509824d096cb9ff5618cccd22bcc
7
+ data.tar.gz: 919a01d74e3f9da20933c8b2efd3dc5ea3aac7d78a3ac7f9e540ead9a9e037a857e35b0d695f0c4cdaef0503b02e28c223758c27dd3918672b1153c912a52f17
@@ -37,7 +37,7 @@ module CloudFormationTool
37
37
 
38
38
  def get_params
39
39
  params = if param_file
40
- yaml = YAML.load(read_param_file param_file, filename: param_file, permitted_classes: [Date, Symbol]).to_h
40
+ yaml = YAML.load(read_param_file(param_file), filename: param_file, permitted_classes: [Date, Symbol]).to_h
41
41
  if param_key
42
42
  raise "Missing parameter section '#{param_key}' in '#{param_file}'!" unless yaml[param_key].is_a? Hash
43
43
  yaml[param_key]
@@ -1,3 +1,3 @@
1
1
  module CloudFormationTool
2
- VERSION = '1.5.6'
2
+ VERSION = '1.5.7'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudformation-tool
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.6
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oded Arbel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake