knife-changelog 1.1.0 → 1.2.0
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/knife-changelog.gemspec +1 -1
 - data/lib/chef/knife/changelog.rb +1 -1
 - data/lib/{policyfile.rb → knife/changelog/policyfile.rb} +0 -0
 - data/spec/spec_helper.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: 95499efdf53e4b358f0915a77503a9e9b7fd22fcd548f8c8cde457647407ad52
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 74b012abf17ffd90825355ad5d1441be039a6ec035af288603ad225f1856d4bf
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 614b3a5eee0ed8f588aa2839ff2308527d754c523e0dbbb4d7d6b73a34c9d1656c5e12d54de7a1fb657c4adec7b2676c6cee5205e16c4eacf7d9cab38574eec0
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 2bcb867befe00f2d0b4fa7e24e01acd6249406096a1d0630cd242f6802cf40a06e23c3e572a63f6a10357ce122230b2b70e03f3497501cdf8627f9ca825cfbff
         
     | 
    
        data/knife-changelog.gemspec
    CHANGED
    
    | 
         @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) 
     | 
|
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
            Gem::Specification.new do |spec|
         
     | 
| 
       7 
7 
     | 
    
         
             
              spec.name          = 'knife-changelog'
         
     | 
| 
       8 
     | 
    
         
            -
              spec.version       = '1. 
     | 
| 
      
 8 
     | 
    
         
            +
              spec.version       = '1.2.0'
         
     | 
| 
       9 
9 
     | 
    
         
             
              spec.authors       = ['Gregoire Seux']
         
     | 
| 
       10 
10 
     | 
    
         
             
              spec.email         = ['kamaradclimber@gmail.com']
         
     | 
| 
       11 
11 
     | 
    
         
             
              spec.summary       = 'Facilitate access to cookbooks changelog'
         
     | 
    
        data/lib/chef/knife/changelog.rb
    CHANGED
    
    
| 
         
            File without changes
         
     | 
    
        data/spec/spec_helper.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: knife-changelog
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.2.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Gregoire Seux
         
     | 
| 
         @@ -211,7 +211,7 @@ files: 
     | 
|
| 
       211 
211 
     | 
    
         
             
            - lib/knife/changelog/berksfile.rb
         
     | 
| 
       212 
212 
     | 
    
         
             
            - lib/knife/changelog/changelog.rb
         
     | 
| 
       213 
213 
     | 
    
         
             
            - lib/knife/changelog/git.rb
         
     | 
| 
       214 
     | 
    
         
            -
            - lib/policyfile.rb
         
     | 
| 
      
 214 
     | 
    
         
            +
            - lib/knife/changelog/policyfile.rb
         
     | 
| 
       215 
215 
     | 
    
         
             
            - resources/Berksfile
         
     | 
| 
       216 
216 
     | 
    
         
             
            - resources/Berksfile.lock
         
     | 
| 
       217 
217 
     | 
    
         
             
            - spec/data/Berksfile
         
     |