autocop 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54484c986d6e35b4607c06bf60ae626a441186bce4b7bea9d4aa90082495fc83
4
- data.tar.gz: e913da1eeb5b1a7aa93408dd5571730367bfa91b0de06f79fbdada8b6322193d
3
+ metadata.gz: 310ca328567074c8e6945dd47694f96a0da34ee6bd01e16a0ef1645ede33daeb
4
+ data.tar.gz: d4fb7e3903a9a27e9e60bfea81f6d57ee40c1f2cd0e40abf728a71115eb26757
5
5
  SHA512:
6
- metadata.gz: 8dd3be82ff74da6d0890b5b5e79257a863ba6393e01fd948c003fd957434286c97c3eee3813ab26cb807b4e49b1b013ce07fc83cfd7ee2231d1eca4d48f3e6f1
7
- data.tar.gz: 22e5b42d7e54a38f686185b2b577404c1bb5a3b1a0863179608bfd2df4807d79e8c2c7fa6c8650c3fa4c09942b57e6794023d124da47684c739a7f2a5c530da0
6
+ metadata.gz: 5b071661608acbe85c8ec8fb2144b18498a7983067cdaff7b7ddd0b404f1bcfc827599aca6182d64d2de63f523de034d8618a5081e5abcc4da73d65c7f02f5a7
7
+ data.tar.gz: 06241d2a4dca12a2d5d9503af85720d60affb3b6ec54582dac41d5832a751f55418bf229027ba58257a4e088cb80c939c02951a8736860f959522db9e79dd21d
@@ -635,16 +635,6 @@ Layout/BlockEndNewline:
635
635
  Description: Put end statement of multiline block on its own line.
636
636
  Enabled: true
637
637
 
638
- # Supports --auto-correct
639
- Style/BracesAroundHashParameters:
640
- Description: Enforce braces style around hash parameters.
641
- Enabled: true
642
- EnforcedStyle: no_braces
643
- SupportedStyles:
644
- - braces
645
- - no_braces
646
- - context_dependent
647
-
648
638
  Style/CaseEquality:
649
639
  Description: Avoid explicit use of the case equality operator(===).
650
640
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#no-case-equality
@@ -1 +1 @@
1
- ruby 2.6.4
1
+ ruby 2.7.0
@@ -1,3 +1,7 @@
1
+ ## v0.4.4 - 2020-03-25
2
+
3
+ - Remove no longer supported cop `Style/BracesAroundHashParameters`
4
+
1
5
  ## v0.4.3 - 2020-01-03
2
6
 
3
7
  - Update rubocop performance
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- autocop (0.4.3)
4
+ autocop (0.4.4)
5
5
  rubocop (>= 0.52.1)
6
6
  rubocop-performance (>= 1.4.1)
7
7
  rubocop-rails (>= 2.3.1)
@@ -10,20 +10,31 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
+ activesupport (6.0.2.2)
14
+ concurrent-ruby (~> 1.0, >= 1.0.2)
15
+ i18n (>= 0.7, < 2)
16
+ minitest (~> 5.1)
17
+ tzinfo (~> 1.1)
18
+ zeitwerk (~> 2.2)
13
19
  ast (2.4.0)
14
20
  coderay (1.1.2)
21
+ concurrent-ruby (1.1.6)
15
22
  diff-lcs (1.3)
23
+ i18n (1.8.2)
24
+ concurrent-ruby (~> 1.0)
16
25
  jaro_winkler (1.5.4)
17
26
  method_source (0.9.2)
27
+ minitest (5.14.0)
18
28
  parallel (1.19.1)
19
- parser (2.7.0.1)
29
+ parser (2.7.0.5)
20
30
  ast (~> 2.4.0)
21
31
  pry (0.12.2)
22
32
  coderay (~> 1.1.0)
23
33
  method_source (~> 0.9.0)
24
- rack (2.0.8)
34
+ rack (2.2.2)
25
35
  rainbow (3.0.0)
26
36
  rake (13.0.1)
37
+ rexml (3.2.4)
27
38
  rspec (3.9.0)
28
39
  rspec-core (~> 3.9.0)
29
40
  rspec-expectations (~> 3.9.0)
@@ -37,22 +48,28 @@ GEM
37
48
  diff-lcs (>= 1.2.0, < 2.0)
38
49
  rspec-support (~> 3.9.0)
39
50
  rspec-support (3.9.0)
40
- rubocop (0.78.0)
51
+ rubocop (0.80.1)
41
52
  jaro_winkler (~> 1.5.1)
42
53
  parallel (~> 1.10)
43
- parser (>= 2.6)
54
+ parser (>= 2.7.0.1)
44
55
  rainbow (>= 2.2.2, < 4.0)
56
+ rexml
45
57
  ruby-progressbar (~> 1.7)
46
58
  unicode-display_width (>= 1.4.0, < 1.7)
47
59
  rubocop-performance (1.5.2)
48
60
  rubocop (>= 0.71.0)
49
- rubocop-rails (2.4.1)
61
+ rubocop-rails (2.5.0)
62
+ activesupport
50
63
  rack (>= 1.1)
51
64
  rubocop (>= 0.72.0)
52
- rubocop-rspec (1.37.1)
65
+ rubocop-rspec (1.38.1)
53
66
  rubocop (>= 0.68.1)
54
67
  ruby-progressbar (1.10.1)
55
- unicode-display_width (1.6.0)
68
+ thread_safe (0.3.6)
69
+ tzinfo (1.2.6)
70
+ thread_safe (~> 0.1)
71
+ unicode-display_width (1.6.1)
72
+ zeitwerk (2.3.0)
56
73
 
57
74
  PLATFORMS
58
75
  ruby
@@ -65,4 +82,4 @@ DEPENDENCIES
65
82
  rspec
66
83
 
67
84
  BUNDLED WITH
68
- 1.17.2
85
+ 2.1.4
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Autocop
4
- VERSION = '0.4.3'
4
+ VERSION = '0.4.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Autolist Engineering
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-03 00:00:00.000000000 Z
11
+ date: 2020-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -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.0.3
171
+ rubygems_version: 3.1.2
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Autolist ruby style guide