cfndsl 0.12.3 → 0.12.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/bin/cfndsl +5 -5
- data/cfndsl.gemspec +1 -0
- data/lib/cfndsl/aws/types.yaml +4 -0
- data/lib/cfndsl/version.rb +1 -1
- data/spec/external_parameters_spec.rb +1 -1
- data/spec/names_spec.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63fc0f48fe555a60c09f4ae226387137e85a8ec3
|
4
|
+
data.tar.gz: ddfbb7ebdb356e1fb0a0e69f5119065a7461aa3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d47120229e2b887fe184809c86d7be31b708a951d75f63d5cf9a260e5226ea107dd6403f6c4d12a35eb8e4a7bd6638269585ea8eac74095295577369e0330e30
|
7
|
+
data.tar.gz: 2f305383b1299229e723f998e1e0fb57ce3aa8f7e32f3820c15d1c0ab7461dbd7fdd4601c163ce235db891665f2f0fb61c9171ff2b2c4a4edc3b3214152e8169
|
data/Rakefile
CHANGED
data/bin/cfndsl
CHANGED
@@ -70,11 +70,11 @@ verbose = options[:verbose] && STDERR
|
|
70
70
|
if options[:disable_binding]
|
71
71
|
CfnDsl.disable_binding
|
72
72
|
else
|
73
|
-
STDERR.puts <<-MSG
|
74
|
-
The creation of constants as config is deprecated!
|
75
|
-
Please switch to the #external_parameters method within your templates to access variables
|
76
|
-
See https://github.com/stevenjack/cfndsl/issues/170
|
77
|
-
Use the --disable-binding flag to suppress this message
|
73
|
+
STDERR.puts <<-MSG.gsub(/^\s*/, '')
|
74
|
+
The creation of constants as config is deprecated!
|
75
|
+
Please switch to the #external_parameters method within your templates to access variables
|
76
|
+
See https://github.com/stevenjack/cfndsl/issues/170
|
77
|
+
Use the --disable-binding flag to suppress this message
|
78
78
|
MSG
|
79
79
|
end
|
80
80
|
|
data/cfndsl.gemspec
CHANGED
data/lib/cfndsl/aws/types.yaml
CHANGED
data/lib/cfndsl/version.rb
CHANGED
@@ -92,7 +92,7 @@ describe CfnDsl::ExternalParameters do
|
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
95
|
-
|
95
|
+
%i(fetch keys values each_pair).each do |meth|
|
96
96
|
context "##{meth}" do
|
97
97
|
it "delegates the method #{meth} to the underlying parameters" do
|
98
98
|
expect(subject.parameters).to receive(meth)
|
data/spec/names_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfndsl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Jack
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-03-
|
12
|
+
date: 2017-03-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|