rubocop-katalyst 2.1.0 → 2.1.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/default.yml +5 -3
- metadata +3 -21
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaf7760ebf2af321a17b244f8899e6a98756980e0bb9b0a0d8202e9cea515c7a
|
4
|
+
data.tar.gz: 5c5bfcc10a0ca02fd16763b7552284b1099ca25f635b53fc5e082b8ab90b54ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 157a871a1c02bce5faea48afb1b18a4937e8a1bf0cf245671c3aaf9394574afb7a69d601cbd1e1e91ce9b61294df7f1c765b1f093222c9a30a09686183a6d8c1
|
7
|
+
data.tar.gz: cf5fc82a72045f53588136a10ea6f805abfb3d8e57f682c461319708fc04f16de5ac54a34a4a148923d0b4851ad1beff2f88cc758b6f0abbcd4b5335b89116fc
|
data/config/default.yml
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
# Configuration for all cops and global extension configuration
|
2
|
-
|
3
|
-
- rubocop-capybara
|
4
|
-
- rubocop-factory_bot
|
2
|
+
plugins:
|
5
3
|
- rubocop-performance
|
6
4
|
- rubocop-rails
|
7
5
|
- rubocop-rake
|
8
6
|
- rubocop-rspec
|
7
|
+
|
8
|
+
require:
|
9
|
+
- rubocop-capybara
|
10
|
+
- rubocop-factory_bot
|
9
11
|
- rubocop-rspec_rails
|
10
12
|
|
11
13
|
inherit_mode:
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-katalyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katalyst Interactive
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rubocop
|
@@ -122,21 +121,6 @@ dependencies:
|
|
122
121
|
- - ">="
|
123
122
|
- !ruby/object:Gem::Version
|
124
123
|
version: '0'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: rexml
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - ">="
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '0'
|
132
|
-
type: :runtime
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - ">="
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: '0'
|
139
|
-
description:
|
140
124
|
email:
|
141
125
|
- developers@katalyst.com.au
|
142
126
|
executables: []
|
@@ -173,7 +157,6 @@ licenses:
|
|
173
157
|
metadata:
|
174
158
|
allowed_push_host: https://rubygems.org
|
175
159
|
rubygems_mfa_required: 'true'
|
176
|
-
post_install_message:
|
177
160
|
rdoc_options: []
|
178
161
|
require_paths:
|
179
162
|
- lib
|
@@ -188,8 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
188
171
|
- !ruby/object:Gem::Version
|
189
172
|
version: '0'
|
190
173
|
requirements: []
|
191
|
-
rubygems_version: 3.
|
192
|
-
signing_key:
|
174
|
+
rubygems_version: 3.6.2
|
193
175
|
specification_version: 4
|
194
176
|
summary: Code standards for Katalyst
|
195
177
|
test_files: []
|