overcommit 0.39.0 → 0.39.1
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/config/default.yml +1 -0
- data/lib/overcommit/configuration.rb +2 -2
- data/lib/overcommit/version.rb +1 -1
- metadata +6 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 688cc14559f6df12a77e50f70f478be5b3118d07
         | 
| 4 | 
            +
              data.tar.gz: 787514eb5c006ffb8b9a5c48bf32b74c59c8f994
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9cf7cfc7aba8ad00f45da2eaa571256ef2c3d9ebd2115c098f41d2ce816cf70dfcc2ba6a0f351d60f02cc34f23ee0fa5792b8b0d0d714d7d4a9ca832db6078f6
         | 
| 7 | 
            +
              data.tar.gz: 8bdd432dd5e873efd021f26128517d592ae94e7ebc6ff3241a50c23e3dbe1305c4da67aaf35fad338db108dcfdb625ea0574d50df9f7eeee64c55430f6a348f5
         | 
    
        data/config/default.yml
    CHANGED
    
    
| @@ -112,7 +112,7 @@ module Overcommit | |
| 112 112 | 
             
                # Returns the built-in hooks that have been enabled for a hook type.
         | 
| 113 113 | 
             
                def enabled_builtin_hooks(hook_context)
         | 
| 114 114 | 
             
                  @hash[hook_context.hook_class_name].keys.
         | 
| 115 | 
            -
                     | 
| 115 | 
            +
                    reject { |hook_name| hook_name == 'ALL' }.
         | 
| 116 116 | 
             
                    select { |hook_name| built_in_hook?(hook_context, hook_name) }.
         | 
| 117 117 | 
             
                    select { |hook_name| hook_enabled?(hook_context, hook_name) }
         | 
| 118 118 | 
             
                end
         | 
| @@ -120,7 +120,7 @@ module Overcommit | |
| 120 120 | 
             
                # Returns the ad hoc hooks that have been enabled for a hook type.
         | 
| 121 121 | 
             
                def enabled_ad_hoc_hooks(hook_context)
         | 
| 122 122 | 
             
                  @hash[hook_context.hook_class_name].keys.
         | 
| 123 | 
            -
                     | 
| 123 | 
            +
                    reject { |hook_name| hook_name == 'ALL' }.
         | 
| 124 124 | 
             
                    select { |hook_name| ad_hoc_hook?(hook_context, hook_name) }.
         | 
| 125 125 | 
             
                    select { |hook_name| hook_enabled?(hook_context, hook_name) }
         | 
| 126 126 | 
             
                end
         | 
    
        data/lib/overcommit/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: overcommit
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0.39. | 
| 4 | 
            +
              version: 0.39.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Brigade Engineering
         | 
| @@ -9,7 +9,7 @@ authors: | |
| 9 9 | 
             
            autorequire: 
         | 
| 10 10 | 
             
            bindir: bin
         | 
| 11 11 | 
             
            cert_chain: []
         | 
| 12 | 
            -
            date: 2017-04- | 
| 12 | 
            +
            date: 2017-04-07 00:00:00.000000000 Z
         | 
| 13 13 | 
             
            dependencies:
         | 
| 14 14 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 15 15 | 
             
              name: childprocess
         | 
| @@ -17,14 +17,14 @@ dependencies: | |
| 17 17 | 
             
                requirements:
         | 
| 18 18 | 
             
                - - "~>"
         | 
| 19 19 | 
             
                  - !ruby/object:Gem::Version
         | 
| 20 | 
            -
                    version: 0.6. | 
| 20 | 
            +
                    version: 0.6.3
         | 
| 21 21 | 
             
              type: :runtime
         | 
| 22 22 | 
             
              prerelease: false
         | 
| 23 23 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 24 24 | 
             
                requirements:
         | 
| 25 25 | 
             
                - - "~>"
         | 
| 26 26 | 
             
                  - !ruby/object:Gem::Version
         | 
| 27 | 
            -
                    version: 0.6. | 
| 27 | 
            +
                    version: 0.6.3
         | 
| 28 28 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 29 29 | 
             
              name: iniparse
         | 
| 30 30 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -246,8 +246,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 246 246 | 
             
                  version: '0'
         | 
| 247 247 | 
             
            requirements: []
         | 
| 248 248 | 
             
            rubyforge_project: 
         | 
| 249 | 
            -
            rubygems_version: 2. | 
| 249 | 
            +
            rubygems_version: 2.5.1
         | 
| 250 250 | 
             
            signing_key: 
         | 
| 251 251 | 
             
            specification_version: 4
         | 
| 252 252 | 
             
            summary: Git hook manager
         | 
| 253 253 | 
             
            test_files: []
         | 
| 254 | 
            +
            has_rdoc: 
         |