unasukecop 0.6.2 → 0.7.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/config/rubocop.yml +2 -2
 - data/lib/unasukecop/version.rb +1 -1
 - metadata +3 -4
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 47014a61b134b03bc71c24b3f0ad497e0998c9cfc92db1aeb6329fec0ac5b432
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 7a0d9f6e00ca9a071eba339a7b721c2ea345c019c03c14463cc8f15b517c07af
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 721d3a49f963ba4d1acea9294a0bb4461033e566ebbe62d6b009ea0c42cdadf30f37e0ab176eb858fb9ff17e68439d0cfe18f2640658c44f9c3b95ca4e67bf32
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: e1a079ca7605b511b0e535717fa937f426f1f8d2f31ec34307db7be7d237f2da5a15b2729ae8712aa5fc786ad63b4a192df5cf0e0e4a1eb05522452ab59ce465
         
     | 
    
        data/config/rubocop.yml
    CHANGED
    
    | 
         @@ -76,9 +76,9 @@ Layout/DotPosition: 
     | 
|
| 
       76 
76 
     | 
    
         | 
| 
       77 
77 
     | 
    
         
             
            # more short line length and compact diff when change method name
         
     | 
| 
       78 
78 
     | 
    
         
             
            # inherit from onkcop
         
     | 
| 
       79 
     | 
    
         
            -
            Layout/ 
     | 
| 
      
 79 
     | 
    
         
            +
            Layout/IndentFirstArrayElement:
         
     | 
| 
       80 
80 
     | 
    
         
             
              EnforcedStyle: consistent
         
     | 
| 
       81 
81 
     | 
    
         | 
| 
       82 
82 
     | 
    
         
             
            # same as reason of Style/IndentArray
         
     | 
| 
       83 
     | 
    
         
            -
            Layout/ 
     | 
| 
      
 83 
     | 
    
         
            +
            Layout/IndentFirstHashElement:
         
     | 
| 
       84 
84 
     | 
    
         
             
              EnforcedStyle: consistent
         
     | 
    
        data/lib/unasukecop/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: unasukecop
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.7.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Yusuke Nakamura
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: exe
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2019- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2019-05-10 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: rubocop
         
     | 
| 
         @@ -106,8 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       106 
106 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       107 
107 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       108 
108 
     | 
    
         
             
            requirements: []
         
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
            rubygems_version: 3.0.0.beta1
         
     | 
| 
      
 109 
     | 
    
         
            +
            rubygems_version: 3.0.3
         
     | 
| 
       111 
110 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       112 
111 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       113 
112 
     | 
    
         
             
            summary: UnasukeCop is a RuboCop configration gem.
         
     |