rubocop-rails_config 1.17.0 → 1.17.1
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/rails.yml +1 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 18098b601d4cb51eea42bef7bbfa3a9e9bd6f891abb4161646d7cef40d4b8430
|
4
|
+
data.tar.gz: fdd11e43b23a5255789e9ae61ca28eae707e06c5bb75adefc64fd61db076e047
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f9844a2087af9de9c89bf92f3290b317bc5133265b2360a2ef0af9a9325f2bc0f3f6a8ac10eae2f98903e7e60338a7a5ff754743600e1e81b6d0a5c3972a8a6
|
7
|
+
data.tar.gz: e86f1dbf9ce6f66d2fac6ffec5d747f09d590c0df131e8feb0b436ebf79f5482461513f75098df4324c7cfec9bfef04a84aef3d0309cb437b5371f89cba6f135
|
data/config/rails.yml
CHANGED
@@ -1,12 +1,10 @@
|
|
1
1
|
plugins:
|
2
2
|
- rubocop-minitest
|
3
|
+
- rubocop-packaging
|
3
4
|
- rubocop-performance
|
4
5
|
- rubocop-rails
|
5
6
|
- rubocop-md
|
6
7
|
|
7
|
-
require:
|
8
|
-
- rubocop-packaging
|
9
|
-
|
10
8
|
AllCops:
|
11
9
|
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
|
12
10
|
# to ignore them, so only the ones explicitly set in this file are enabled.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rails_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.17.
|
4
|
+
version: 1.17.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Toshimaru
|
8
8
|
- Koichi ITO
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: '0.
|
75
|
+
version: '0.6'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: '0.
|
82
|
+
version: '0.6'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: rubocop-performance
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|