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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16a118e3b352f9d1a3c87f8f2703a990a362c3a46d419f9c8c3a6db2bb6c8ded
4
- data.tar.gz: 98ce45d749072b5614d9541a43474ffc98eca86983a0d4bb3a38f0967f8b7701
3
+ metadata.gz: 722bbe7392f4e212bfec90cb14b45fec754f448a65352017a6dad9282ae96dcd
4
+ data.tar.gz: 6400ff88ed63a22ef2994a64f2629a8392069b4e8432b10b2756b6a5efcc3e98
5
5
  SHA512:
6
- metadata.gz: efc14c3f56f84ff302a049a82e3e619a150c1bc5825345ed859899412ad06fa8bc7edc385d908fc11a381e197eaf65451ff6ba6156c99fabc49f2f8f3bf52153
7
- data.tar.gz: e139dab1ac33468f77380ff9fec1e8646fa526db0e48bee5b2be4181db2d09edebdc59e05c1bfec48ff79a4bb56aa0d61cbd690b1fb9283f2f9a58f5f45349c8
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 higlander component #{@name}\n\tLocation:#{@highlander_dsl_path}" +
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 *.cfhiglander.rb"
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.1528936037
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-14 00:00:00.000000000 Z
12
+ date: 2018-06-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: highline