rubocop-cache-ventures 2.0.0 → 3.0.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/rubocop.yml +28 -1
- metadata +5 -5
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b4c7fce553355032830a9a3c31d260f00f2da038a515a43e3d523ab92f0f823c
         | 
| 4 | 
            +
              data.tar.gz: 485c6d56a56ef1e8606c3e14ec2291eefe15c7a4f5632e3fc8d8c6091e896baa
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 420eefd178abbb7fe237d6bbaace7b71b52346bbb79143d04f6fe6293348b5196c4e205996edc9694a961ade68430be2aa3252dba2eb14c4f8a29d56406e3da2
         | 
| 7 | 
            +
              data.tar.gz: 4c7d0c9d3488bdf02b15727861e48fde2d40ff10b336b09aa16f0cab160171f90e7b62b9f596d7444f5976d98f8410e5bfdbfe7d9146ff3e99b075f8c1e236e8
         | 
    
        data/rubocop.yml
    CHANGED
    
    | @@ -28,9 +28,36 @@ Bundler: | |
| 28 28 | 
             
            Bundler/OrderedGems:
         | 
| 29 29 | 
             
              Enabled: false
         | 
| 30 30 |  | 
| 31 | 
            -
            Layout | 
| 31 | 
            +
            Layout:
         | 
| 32 32 | 
             
              Enabled: true
         | 
| 33 33 |  | 
| 34 | 
            +
            Layout/DotPosition:
         | 
| 35 | 
            +
              EnforcedStyle: trailing
         | 
| 36 | 
            +
             | 
| 37 | 
            +
            # will be enabled by default in the future
         | 
| 38 | 
            +
            Layout/EmptyLinesAfterModuleInclusion:
         | 
| 39 | 
            +
              Enabled: true
         | 
| 40 | 
            +
             | 
| 41 | 
            +
            Layout/LineContinuationLeadingSpace:
         | 
| 42 | 
            +
              Enabled: true
         | 
| 43 | 
            +
             | 
| 44 | 
            +
            Layout/LineContinuationSpacing:
         | 
| 45 | 
            +
              Enabled: true
         | 
| 46 | 
            +
             | 
| 47 | 
            +
            Layout/LineEndStringConcatenationIndentation:
         | 
| 48 | 
            +
              Enabled: true
         | 
| 49 | 
            +
             | 
| 50 | 
            +
            Layout/LineLength:
         | 
| 51 | 
            +
              Severity: info
         | 
| 52 | 
            +
              Max: 80
         | 
| 53 | 
            +
              AutoCorrect: disabled
         | 
| 54 | 
            +
             | 
| 55 | 
            +
            Layout/MultilineMethodCallIndentation:
         | 
| 56 | 
            +
              EnforcedStyle: indented
         | 
| 57 | 
            +
             | 
| 58 | 
            +
            Layout/MultilineOperationIndentation:
         | 
| 59 | 
            +
              EnforcedStyle: indented
         | 
| 60 | 
            +
             | 
| 34 61 | 
             
            Lint:
         | 
| 35 62 | 
             
              Enabled: true
         | 
| 36 63 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: rubocop-cache-ventures
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version:  | 
| 4 | 
            +
              version: 3.0.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Jarrett Lusso
         | 
| 8 8 | 
             
            bindir: bin
         | 
| 9 9 | 
             
            cert_chain: []
         | 
| 10 | 
            -
            date:  | 
| 10 | 
            +
            date: 1980-01-02 00:00:00.000000000 Z
         | 
| 11 11 | 
             
            dependencies:
         | 
| 12 12 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 13 13 | 
             
              name: rubocop
         | 
| @@ -15,14 +15,14 @@ dependencies: | |
| 15 15 | 
             
                requirements:
         | 
| 16 16 | 
             
                - - ">="
         | 
| 17 17 | 
             
                  - !ruby/object:Gem::Version
         | 
| 18 | 
            -
                    version: 1. | 
| 18 | 
            +
                    version: 1.79.0
         | 
| 19 19 | 
             
              type: :runtime
         | 
| 20 20 | 
             
              prerelease: false
         | 
| 21 21 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 22 22 | 
             
                requirements:
         | 
| 23 23 | 
             
                - - ">="
         | 
| 24 24 | 
             
                  - !ruby/object:Gem::Version
         | 
| 25 | 
            -
                    version: 1. | 
| 25 | 
            +
                    version: 1.79.0
         | 
| 26 26 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 27 27 | 
             
              name: rubocop-rails
         | 
| 28 28 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 89 89 | 
             
                - !ruby/object:Gem::Version
         | 
| 90 90 | 
             
                  version: '0'
         | 
| 91 91 | 
             
            requirements: []
         | 
| 92 | 
            -
            rubygems_version: 3. | 
| 92 | 
            +
            rubygems_version: 3.7.1
         | 
| 93 93 | 
             
            specification_version: 4
         | 
| 94 94 | 
             
            summary: Cache Ventures RuboCop config.
         | 
| 95 95 | 
             
            test_files: []
         |