cfhighlander 0.10.5.alpha.1575860656 → 0.10.5.alpha.1575945811
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 +4 -4
 - data/lib/cfhighlander.model.component.rb +2 -0
 - 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: f7d8fd4e6576ae730607a9443e0a6c4310f4e9e0977a5cb754a4cb02ad823ae5
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 72c13e2d7f89c6493102b2441804a4e848af7e09cd5213742dae5fc06ed00663
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 5135886532cc149a689e491263fb719987ede92399943dd81b034a4a01783357822f34272b0c09db7a18be9632267903f55e8bed40dd3f75d9d9df96e61deca0
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 016ed3a0f5d9a3cf9088751cacf6a19f63d27849ffdf67a71a655a05565e1f5be726091dc96b16aa63fa37672e378dbb4945b7527f4a71dd76b2d7093269f7fa
         
     | 
| 
         @@ -109,8 +109,10 @@ module Cfhighlander 
     | 
|
| 
       109 
109 
     | 
    
         
             
                    if File.exist? legacy_cfhighlander_path
         
     | 
| 
       110 
110 
     | 
    
         
             
                      STDERR.puts "DEPRECATED: #{legacy_cfhighlander_path} - Use *.cfhighlander.rb"
         
     | 
| 
       111 
111 
     | 
    
         
             
                      @highlander_dsl_path = legacy_cfhighlander_path
         
     | 
| 
      
 112 
     | 
    
         
            +
                      ENV['CF_COMPONENT_PATH'] = @component_dir
         
     | 
| 
       112 
113 
     | 
    
         
             
                    else
         
     | 
| 
       113 
114 
     | 
    
         
             
                      @highlander_dsl_path = "#{@component_dir}/#{@template.template_name}.cfhighlander.rb"
         
     | 
| 
      
 115 
     | 
    
         
            +
                      ENV['CF_COMPONENT_PATH'] = @component_dir
         
     | 
| 
       114 
116 
     | 
    
         
             
                    end
         
     | 
| 
       115 
117 
     | 
    
         | 
| 
       116 
118 
     | 
    
         
             
                    @cfndsl_path = "#{@component_dir}/#{@template.template_name}.cfndsl.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.10.5.alpha. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.10.5.alpha.1575945811
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Nikola Tosic
         
     | 
| 
         @@ -10,7 +10,7 @@ authors: 
     | 
|
| 
       10 
10 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       11 
11 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       12 
12 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       13 
     | 
    
         
            -
            date: 2019-12- 
     | 
| 
      
 13 
     | 
    
         
            +
            date: 2019-12-10 00:00:00.000000000 Z
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies:
         
     | 
| 
       15 
15 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       16 
16 
     | 
    
         
             
              name: highline
         
     |