cfhighlander 0.3.0.alpha.1528936037 → 0.3.0.alpha.1529990899
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cfhighlander.dsl.template.rb +1 -1
- data/lib/cfhighlander.model.component.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 722bbe7392f4e212bfec90cb14b45fec754f448a65352017a6dad9282ae96dcd
|
4
|
+
data.tar.gz: 6400ff88ed63a22ef2994a64f2629a8392069b4e8432b10b2756b6a5efcc3e98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f4ae55930d0fa02ee4e498f86e91a66ed212a1f95d74ece93d9f0329b7436f182be1141521142fe5637b4e604ebd42a655fb96cad7cbaf92afdc59b355b0f192
|
7
|
+
data.tar.gz: f70edcb894a056f4d4f3790926515608d62ada8e035bbcd658a343dc5506e88869a3fcc5673b67546b305dac7f7c5a40246ae5927e754400f2562316ba1d70ac
|
@@ -433,7 +433,7 @@ end
|
|
433
433
|
def CfhighlanderTemplate(&block)
|
434
434
|
instance = Cfhighlander::Dsl::HighlanderTemplate.new
|
435
435
|
|
436
|
-
puts "Processing
|
436
|
+
puts "Processing cfhighlander component #{@name}\n\tLocation:#{@highlander_dsl_path}" +
|
437
437
|
"\n\tConfig:#{@config}"
|
438
438
|
|
439
439
|
|
@@ -68,7 +68,7 @@ module Cfhighlander
|
|
68
68
|
|
69
69
|
legacy_cfhighlander_path = "#{@component_dir}/#{@template.template_name}.highlander.rb"
|
70
70
|
if File.exist? legacy_cfhighlander_path
|
71
|
-
STDERR.puts "DEPRECATED: #{legacy_cfhighlander_path} - Use *.
|
71
|
+
STDERR.puts "DEPRECATED: #{legacy_cfhighlander_path} - Use *.cfhighlander.rb"
|
72
72
|
@highlander_dsl_path = legacy_cfhighlander_path
|
73
73
|
else
|
74
74
|
@highlander_dsl_path = "#{@component_dir}/#{@template.template_name}.cfhighlander.rb"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cfhighlander
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.0.alpha.
|
4
|
+
version: 0.3.0.alpha.1529990899
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nikola Tosic
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-06-
|
12
|
+
date: 2018-06-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: highline
|