bake-modernize 0.46.3 → 0.47.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
 - checksums.yaml.gz.sig +0 -0
 - data/lib/bake/modernize/version.rb +1 -1
 - data/template/rubocop/.rubocop.yml +7 -0
 - data.tar.gz.sig +0 -0
 - metadata +2 -2
 - metadata.gz.sig +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 8ae5fdce2a9f06e60ea7782084cb66de2da9e49b92b8910c4115fdd52c594b6f
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: ae51647b42d9efb092bf4dc99a82b2c6d90116ce0f35d655abf79319737f253c
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 0be00494512a16809dd469aee10e0f08ca0550b8f45fd6a118a20d1c1cc83785784486b51a587b32b8e1fa877da67055caa8d50cbf98d556c89198a519757626
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: d079f611159adcf25719d2ca0578e774ebc969c6167dbd60d89638848f51dd3341887c1966a9f40fadb09329bdff2ce3262bdd642a97333e376854f3b216c075
         
     | 
    
        checksums.yaml.gz.sig
    CHANGED
    
    | 
         Binary file 
     | 
| 
         @@ -5,9 +5,16 @@ plugins: 
     | 
|
| 
       5 
5 
     | 
    
         
             
            AllCops:
         
     | 
| 
       6 
6 
     | 
    
         
             
              DisabledByDefault: true
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
      
 8 
     | 
    
         
            +
            # Socketry specific rules:
         
     | 
| 
      
 9 
     | 
    
         
            +
             
     | 
| 
       8 
10 
     | 
    
         
             
            Layout/ConsistentBlankLineIndentation:
         
     | 
| 
       9 
11 
     | 
    
         
             
              Enabled: true
         
     | 
| 
       10 
12 
     | 
    
         | 
| 
      
 13 
     | 
    
         
            +
            Layout/BlockDelimiterSpacing:
         
     | 
| 
      
 14 
     | 
    
         
            +
              Enabled: true
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            # General Layout rules:
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
       11 
18 
     | 
    
         
             
            Layout/IndentationStyle:
         
     | 
| 
       12 
19 
     | 
    
         
             
              Enabled: true
         
     | 
| 
       13 
20 
     | 
    
         
             
              EnforcedStyle: tabs
         
     | 
    
        data.tar.gz.sig
    CHANGED
    
    | 
         Binary file 
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: bake-modernize
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.47.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Samuel Williams
         
     | 
| 
         @@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       168 
168 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       169 
169 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       170 
170 
     | 
    
         
             
            requirements: []
         
     | 
| 
       171 
     | 
    
         
            -
            rubygems_version: 3. 
     | 
| 
      
 171 
     | 
    
         
            +
            rubygems_version: 3.6.9
         
     | 
| 
       172 
172 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       173 
173 
     | 
    
         
             
            summary: Automatically modernize parts of your project/gem.
         
     | 
| 
       174 
174 
     | 
    
         
             
            test_files: []
         
     | 
    
        metadata.gz.sig
    CHANGED
    
    | 
         Binary file 
     |