rubocop-codeur 0.4.3 → 0.5.0

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: 5382f72f30b3326fa85b3eb53f6015c3095bf3561d18ceb7dce4f9db324c3dfc
4
- data.tar.gz: 1197bd1a28fb790e0562008106e6c88ab88bd4a73f02bd5150949ce9efbad7d3
3
+ metadata.gz: 73566e05d8aad096da0f11cd2830e3212ad2f4db4cb82abb4705c2d4cc90c701
4
+ data.tar.gz: 2bfcbc1f9852619a590c592489c625f52fa17402e7cab10e02935b9a2503eb9d
5
5
  SHA512:
6
- metadata.gz: 17404864771914e073d2068836ec53ba56139c55ef2f047da1d3fcd7bdc787eaa1ab7e33888a87fa55f6f62f7220956b41283a9854e0737e3a5df74b979996ee
7
- data.tar.gz: d808097c84403f6498a63f3df0ed9e60b0a45a8f8d2f251fd0754d9a3fe6494c5ef5cf86af36a9b2d0a1b02d14b7eaec0cd660dcfcc485ec4f10c70849851d76
6
+ metadata.gz: c20ca313ec03e5689522870b20004ff0991f0af3e4b5af9b40b460cc4a025c0dbaaa6b00b775b6ca2095ec7868de788263dd81a3e8a8ec809aef447b6b3e6a43
7
+ data.tar.gz: 74058afa53ad1805e5087832efbc63b43271449e77a157de3877856de82ec80996eb3e2eaa4fb535e41415539625ace2fbc91d874fe43ceb830f4bd9c05531f4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.4.3)
4
+ rubocop-codeur (0.5.0)
5
5
  rubocop (~> 1.25)
6
6
  rubocop-minitest (~> 0.10, >= 0.10.2)
7
7
  rubocop-performance (~> 1.9, >= 1.9.2)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.0.3)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -18,39 +18,39 @@ GEM
18
18
  ast (2.4.2)
19
19
  concurrent-ruby (1.1.10)
20
20
  docile (1.4.0)
21
- i18n (1.11.0)
21
+ i18n (1.12.0)
22
22
  concurrent-ruby (~> 1.0)
23
23
  json (2.6.2)
24
- minitest (5.16.2)
24
+ minitest (5.16.3)
25
25
  parallel (1.22.1)
26
- parser (3.1.2.0)
26
+ parser (3.1.2.1)
27
27
  ast (~> 2.4.1)
28
- rack (2.2.4)
28
+ rack (3.0.0)
29
29
  rainbow (3.1.1)
30
30
  rake (13.0.6)
31
- regexp_parser (2.5.0)
31
+ regexp_parser (2.6.0)
32
32
  rexml (3.2.5)
33
- rubocop (1.31.2)
33
+ rubocop (1.36.0)
34
34
  json (~> 2.3)
35
35
  parallel (~> 1.10)
36
- parser (>= 3.1.0.0)
36
+ parser (>= 3.1.2.1)
37
37
  rainbow (>= 2.2.2, < 4.0)
38
38
  regexp_parser (>= 1.8, < 3.0)
39
39
  rexml (>= 3.2.5, < 4.0)
40
- rubocop-ast (>= 1.18.0, < 2.0)
40
+ rubocop-ast (>= 1.20.1, < 2.0)
41
41
  ruby-progressbar (~> 1.7)
42
42
  unicode-display_width (>= 1.4.0, < 3.0)
43
- rubocop-ast (1.19.1)
43
+ rubocop-ast (1.21.0)
44
44
  parser (>= 3.1.1.0)
45
- rubocop-minitest (0.20.1)
45
+ rubocop-minitest (0.22.2)
46
46
  rubocop (>= 0.90, < 2.0)
47
- rubocop-performance (1.14.2)
47
+ rubocop-performance (1.15.0)
48
48
  rubocop (>= 1.7.0, < 2.0)
49
49
  rubocop-ast (>= 0.4.0)
50
- rubocop-rails (2.15.2)
50
+ rubocop-rails (2.16.1)
51
51
  activesupport (>= 4.2.0)
52
52
  rack (>= 1.1)
53
- rubocop (>= 1.7.0, < 2.0)
53
+ rubocop (>= 1.33.0, < 2.0)
54
54
  ruby-progressbar (1.11.0)
55
55
  simplecov (0.21.2)
56
56
  docile (~> 1.1)
@@ -58,9 +58,9 @@ GEM
58
58
  simplecov_json_formatter (~> 0.1)
59
59
  simplecov-html (0.12.3)
60
60
  simplecov_json_formatter (0.1.4)
61
- tzinfo (2.0.4)
61
+ tzinfo (2.0.5)
62
62
  concurrent-ruby (~> 1.0)
63
- unicode-display_width (2.2.0)
63
+ unicode-display_width (2.3.0)
64
64
 
65
65
  PLATFORMS
66
66
  ruby
data/default.yml CHANGED
@@ -229,6 +229,9 @@ Rails/FilePath:
229
229
  Enabled: true
230
230
  EnforcedStyle: arguments
231
231
 
232
+ Rails/I18nLocaleTexts:
233
+ Enabled: false
234
+
232
235
  Rails/ReversibleMigration:
233
236
  Enabled: true
234
237
  Exclude:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.4.3'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-codeur
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop