rubocop-shopify 1.0.0 → 1.0.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/rubocop.yml +0 -3
 - metadata +6 -5
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: d3632e11cdb0f5dc4ebbf13a16f71531fa628b225b5a69c9e21f19c7738b5d48
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: a0de760d78b9188748ac8c2468259b91f67cbbaba4aa7aaac00154e6200fab74
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: ca404b0dbbbdf44f2b11c9b59711e14ee6c75e25095fab1445dab1300c3f1e31c58c1446b6a6d054092a2103ae351384eced2de0b0364d283f7d422f4692e16d
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e173efc56d75ef6f78e4fc38d7118a0f9d45b420feb3c83ee9853f522c497d759b511abe8287c923813e67f16e8cabff58e7ccf55eef5521308913e1eeccd146
         
     | 
    
        data/rubocop.yml
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rubocop-shopify
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 1.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 1.0.1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Shopify Engineering
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2020- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2020-04-03 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rubocop
         
     | 
| 
         @@ -16,14 +16,14 @@ dependencies: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
17 
     | 
    
         
             
                - - ">="
         
     | 
| 
       18 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 19 
     | 
    
         
            +
                    version: 0.81.0
         
     | 
| 
       20 
20 
     | 
    
         
             
              type: :runtime
         
     | 
| 
       21 
21 
     | 
    
         
             
              prerelease: false
         
     | 
| 
       22 
22 
     | 
    
         
             
              version_requirements: !ruby/object:Gem::Requirement
         
     | 
| 
       23 
23 
     | 
    
         
             
                requirements:
         
     | 
| 
       24 
24 
     | 
    
         
             
                - - ">="
         
     | 
| 
       25 
25 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       26 
     | 
    
         
            -
                    version: 0. 
     | 
| 
      
 26 
     | 
    
         
            +
                    version: 0.81.0
         
     | 
| 
       27 
27 
     | 
    
         
             
            description: Gem containing the rubocop.yml config that corresponds to the implementation
         
     | 
| 
       28 
28 
     | 
    
         
             
              of the Shopify's style guide for Ruby.
         
     | 
| 
       29 
29 
     | 
    
         
             
            email: gems@shopify.com
         
     | 
| 
         @@ -37,7 +37,8 @@ homepage: https://shopify.github.io/ruby-style-guide/ 
     | 
|
| 
       37 
37 
     | 
    
         
             
            licenses:
         
     | 
| 
       38 
38 
     | 
    
         
             
            - MIT
         
     | 
| 
       39 
39 
     | 
    
         
             
            metadata:
         
     | 
| 
       40 
     | 
    
         
            -
              source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0. 
     | 
| 
      
 40 
     | 
    
         
            +
              source_code_uri: https://github.com/Shopify/ruby-style-guide/tree/v1.0.1
         
     | 
| 
      
 41 
     | 
    
         
            +
              allowed_push_host: https://rubygems.org
         
     | 
| 
       41 
42 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       42 
43 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       43 
44 
     | 
    
         
             
            require_paths:
         
     |