rubocop-cargosense 6.2.0 → 6.3.0
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/rubocop-capybara.yml +0 -3
- data/lib/rubocop/cargosense.rb +1 -1
- metadata +9 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 50ea231feab8bbf5b6d4beba1eed875f27ba82d20e120364b9ebc7d23d4afe91
|
|
4
|
+
data.tar.gz: 86c20ad501f12ecc2e907e62eded3810c5268f50e7dcb0995676f472558f7138
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 97578093bb65bb5433025bf96f7646f4665f8242e48297009bbb4b402fce9bb6d11a53684021b7742a3e71f290cb99d2fcffeedf866c24b91e44dd1ef42d3416
|
|
7
|
+
data.tar.gz: c833f475c5ecabdd925eda1b17705c82dbb7a63998ac3a80713e34b23a979dfd38fcee8d9f355ec20301b70154d89ca33885a4f9b5cd49cf9aeea179f0ab23ef
|
data/config/rubocop-capybara.yml
CHANGED
data/lib/rubocop/cargosense.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-cargosense
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CargoSense
|
|
@@ -29,28 +29,28 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: '1.
|
|
32
|
+
version: '1.81'
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.81'
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rubocop-capybara
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
46
|
+
version: 3.0.0
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version:
|
|
53
|
+
version: 3.0.0
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: rubocop-factory_bot
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -174,8 +174,10 @@ metadata:
|
|
|
174
174
|
bug_tracker_uri: https://github.com/CargoSense/rubocop-cargosense/issues
|
|
175
175
|
changelog_uri: https://github.com/CargoSense/rubocop-cargosense/releases
|
|
176
176
|
default_lint_roller_plugin: RuboCop::CargoSense::Plugin
|
|
177
|
+
documentation_uri: https://rubydoc.info/gems/rubocop-cargosense/6.3.0
|
|
178
|
+
homepage_uri: https://github.com/CargoSense/rubocop-cargosense
|
|
177
179
|
rubygems_mfa_required: 'true'
|
|
178
|
-
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v6.
|
|
180
|
+
source_code_uri: https://github.com/CargoSense/rubocop-cargosense/tree/v6.3.0
|
|
179
181
|
rdoc_options: []
|
|
180
182
|
require_paths:
|
|
181
183
|
- lib
|
|
@@ -190,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
192
|
- !ruby/object:Gem::Version
|
|
191
193
|
version: '0'
|
|
192
194
|
requirements: []
|
|
193
|
-
rubygems_version:
|
|
195
|
+
rubygems_version: 4.0.15
|
|
194
196
|
specification_version: 4
|
|
195
197
|
summary: Reusable RuboCop configuration for CargoSense's Ruby projects.
|
|
196
198
|
test_files: []
|