dc-rubocop 0.0.4 → 0.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/dc-rubocop.gemspec +5 -5
- data/default.yml +6 -0
- data/{ruby25.yml → ruby30.yml} +1 -1
- metadata +21 -8
- data/ruby26.yml +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4982ea72849b946123334f7f7de4e8f7a7dfafc83d67e60cfc7700e81d0dc0c
|
4
|
+
data.tar.gz: 79341df6bfab3ed1d6d47758958c8d84af62f6c82de44814185b2bf3d400f5d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca70d1cdbd71079d675abcf48af9e64606d596c21447bf010286b2ed72614a673b72293d2e9f43d4637fd579e755f955fa12505885f65b0a29b6330229b300b6
|
7
|
+
data.tar.gz: b65dfb2828cd607247367e048e37a8ad934127426f86c2e31e30f6769b6279edc9a2cbd7bef45dd2a97461da891ae8b7965c566da19b391ad7edb1bbcc8be376
|
data/dc-rubocop.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "dc-rubocop"
|
5
|
-
spec.version = "0.
|
5
|
+
spec.version = "0.1.1"
|
6
6
|
spec.summary = "Shared RuboCop config for DC projects"
|
7
7
|
spec.description =
|
8
8
|
"Why spend 1 second copy-pasting when you can spend an hour creating a custom gem to share a RuboCop config"
|
@@ -10,15 +10,15 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["dave@dafyddcrosby.com"]
|
11
11
|
spec.homepage = "https://dafyddcrosby.com"
|
12
12
|
spec.license = "MIT"
|
13
|
-
spec.required_ruby_version = ">=
|
13
|
+
spec.required_ruby_version = ">= 3.0.0"
|
14
14
|
|
15
15
|
spec.files = [
|
16
16
|
"dc-rubocop.gemspec",
|
17
17
|
"default.yml",
|
18
|
-
"
|
19
|
-
"ruby26.yml"
|
18
|
+
"ruby30.yml"
|
20
19
|
]
|
21
20
|
|
22
|
-
spec.add_dependency "rubocop", "~> 1.
|
21
|
+
spec.add_dependency "rubocop", "~> 1.69"
|
22
|
+
spec.add_dependency "rubocop-performance", "~> 1.23"
|
23
23
|
spec.metadata["rubygems_mfa_required"] = "true"
|
24
24
|
end
|
data/default.yml
CHANGED
data/{ruby25.yml → ruby30.yml}
RENAMED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dc-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Crosby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '1.
|
19
|
+
version: '1.69'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: '1.
|
26
|
+
version: '1.69'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rubocop-performance
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '1.23'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '1.23'
|
27
41
|
description: Why spend 1 second copy-pasting when you can spend an hour creating a
|
28
42
|
custom gem to share a RuboCop config
|
29
43
|
email:
|
@@ -34,8 +48,7 @@ extra_rdoc_files: []
|
|
34
48
|
files:
|
35
49
|
- dc-rubocop.gemspec
|
36
50
|
- default.yml
|
37
|
-
-
|
38
|
-
- ruby26.yml
|
51
|
+
- ruby30.yml
|
39
52
|
homepage: https://dafyddcrosby.com
|
40
53
|
licenses:
|
41
54
|
- MIT
|
@@ -49,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
49
62
|
requirements:
|
50
63
|
- - ">="
|
51
64
|
- !ruby/object:Gem::Version
|
52
|
-
version:
|
65
|
+
version: 3.0.0
|
53
66
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
67
|
requirements:
|
55
68
|
- - ">="
|
56
69
|
- !ruby/object:Gem::Version
|
57
70
|
version: '0'
|
58
71
|
requirements: []
|
59
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.5.22
|
60
73
|
signing_key:
|
61
74
|
specification_version: 4
|
62
75
|
summary: Shared RuboCop config for DC projects
|