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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8a0d8199d045a80729e8c98f8652bc6d399d2eaec742b8abe001d0dd828f961
4
- data.tar.gz: 4b55298fd9ec4246903b9755b9bf43436ec8af01eb1c4ad2c616308b17108dc1
3
+ metadata.gz: 47014a61b134b03bc71c24b3f0ad497e0998c9cfc92db1aeb6329fec0ac5b432
4
+ data.tar.gz: 7a0d9f6e00ca9a071eba339a7b721c2ea345c019c03c14463cc8f15b517c07af
5
5
  SHA512:
6
- metadata.gz: 39b1acb084cb296ddd15ce55dce592ff8bd567082b3a4bf9282a2e9c77cac104ff2160be083b03a99f070ece12f2cae48f11fb8f79fbca34d1f959ac19f1bb11
7
- data.tar.gz: 30a5f30c140b32d8bbe2b67ff636ab0bf81c1b1610bc603a3f9cc9038915c9dccaf078a93b65662bdc379a74066d73d8cbfd7bce286000794a7f52fdb89f4ebf
6
+ metadata.gz: 721d3a49f963ba4d1acea9294a0bb4461033e566ebbe62d6b009ea0c42cdadf30f37e0ab176eb858fb9ff17e68439d0cfe18f2640658c44f9c3b95ca4e67bf32
7
+ data.tar.gz: e1a079ca7605b511b0e535717fa937f426f1f8d2f31ec34307db7be7d237f2da5a15b2729ae8712aa5fc786ad63b4a192df5cf0e0e4a1eb05522452ab59ce465
@@ -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/IndentArray:
79
+ Layout/IndentFirstArrayElement:
80
80
  EnforcedStyle: consistent
81
81
 
82
82
  # same as reason of Style/IndentArray
83
- Layout/IndentHash:
83
+ Layout/IndentFirstHashElement:
84
84
  EnforcedStyle: consistent
@@ -1,3 +1,3 @@
1
1
  module Unasukecop
2
- VERSION = '0.6.2'.freeze
2
+ VERSION = '0.7.0'.freeze
3
3
  end
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.6.2
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-01-07 00:00:00.000000000 Z
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
- rubyforge_project:
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.