rubocop-codeur 0.9.1 → 0.9.3

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: dfbf89caf29fdaff187148ad563d0a027e30a99a71c0bc418d5cab5d62dbd84e
4
- data.tar.gz: 3b82f14a9bb5150322a6366976106b1ebd9d2094ccee56483ecff7cb3f094544
3
+ metadata.gz: f03cbeb527302bab3abefb7a2926bee8507912c27f8e22d2b6d5754ea043cb82
4
+ data.tar.gz: 8bf3dd574a487ec873ff90298a514c9b178b74786ee147f30567a2e23f6f6936
5
5
  SHA512:
6
- metadata.gz: 365d8c38d097edbba0e161c99a174254df5ad4665a49b4ddc94369e45cc2b5892b154af34226d80e6d0aa5b78ebc27f8866bfe6bf749245386e2010147138261
7
- data.tar.gz: 94f7a6b9825694da8f1ceaf38314a56f73dd2a822860dd0ed6e1d35de91b3d0308326b84f0f5014c12e6544d122ef1fcffc62372f932353e0db5626a27ab4e9f
6
+ metadata.gz: 19ae0d574adb870cdbc6c94d974bd6e833a2a183460cb61abb1c69af73461b3fbb4ebad066a14ad4f03f8f77850b3ea776bde81c82dddd15e592162a8b4c9734
7
+ data.tar.gz: 20247e0f645f2ca61e71c7b791e03d7634aae755c8b4aa4d1003380ce3c52f87094f1cc2775fb73fbe199198978d1505e7179aee9785ccacba932b4b1757440b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-codeur (0.9.1)
4
+ rubocop-codeur (0.9.3)
5
5
  rubocop (~> 1.25)
6
6
  rubocop-capybara (~> 2.17)
7
7
  rubocop-minitest (~> 0.20)
@@ -31,7 +31,7 @@ GEM
31
31
  ruby2_keywords
32
32
  i18n (1.14.1)
33
33
  concurrent-ruby (~> 1.0)
34
- json (2.6.3)
34
+ json (2.7.1)
35
35
  language_server-protocol (3.17.0.3)
36
36
  minitest (5.20.0)
37
37
  mutex_m (0.2.0)
@@ -43,9 +43,9 @@ GEM
43
43
  rack (3.0.8)
44
44
  rainbow (3.1.1)
45
45
  rake (13.1.0)
46
- regexp_parser (2.8.2)
46
+ regexp_parser (2.8.3)
47
47
  rexml (3.2.6)
48
- rubocop (1.57.2)
48
+ rubocop (1.58.0)
49
49
  json (~> 2.3)
50
50
  language_server-protocol (>= 3.17.0)
51
51
  parallel (~> 1.10)
@@ -53,7 +53,7 @@ GEM
53
53
  rainbow (>= 2.2.2, < 4.0)
54
54
  regexp_parser (>= 1.8, < 3.0)
55
55
  rexml (>= 3.2.5, < 4.0)
56
- rubocop-ast (>= 1.28.1, < 2.0)
56
+ rubocop-ast (>= 1.30.0, < 2.0)
57
57
  ruby-progressbar (~> 1.7)
58
58
  unicode-display_width (>= 2.4.0, < 3.0)
59
59
  rubocop-ast (1.30.0)
data/default.yml CHANGED
@@ -32,6 +32,12 @@ Codeur/RailsAppPatterns:
32
32
  Codeur/RailsAvoidInstanceMethodsInHelpers:
33
33
  Enabled: false
34
34
 
35
+ Gemspec/RequireMFA:
36
+ Enabled: false
37
+
38
+ Gemspec/RequiredRubyVersion:
39
+ Enabled: false
40
+
35
41
  Layout/AccessModifierIndentation:
36
42
  Enabled: true
37
43
  EnforcedStyle: outdent
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Codeur
5
- VERSION = '0.9.1'
5
+ VERSION = '0.9.3'
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.9.1
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Codeur
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-23 00:00:00.000000000 Z
11
+ date: 2023-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop