ruboconf-rails 1.18.0 → 1.19.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/Gemfile.lock +38 -32
- data/ruboconf-rails.gemspec +3 -3
- data/ruboconf-rails.yml +1 -1
- metadata +8 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cfc7fec74e92bd5928d9eb11b4a926a3f0fb7af7806e1ed1aaafed4365f514e8
|
4
|
+
data.tar.gz: 971379c211c91733fa92daa412c4a01a1f8af48c91faa279560d6b31723a099d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 458a16cc4fadc58af7a76737ad0c7668fedc1efd207b6792aa4bbefccdf98fcf1eaec7b94d9697a201f493fb91e953dba9dd4bdeec49bdff4c73efcdf5d20a25
|
7
|
+
data.tar.gz: 7ebf4d9cd80d495fef6b1d0d3edbd26aa59e966119e5780e0e3b249a8663e2c08943cc5ec008b2deb9011eec761def179dacc9a9aca6bc6e575cf49097f4d22a
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ruboconf-rails (1.
|
5
|
-
ruboconf (~> 1.
|
6
|
-
rubocop-rails (
|
4
|
+
ruboconf-rails (1.19.0)
|
5
|
+
ruboconf (~> 1.18.0)
|
6
|
+
rubocop-rails (~> 2.32.0)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
activesupport (8.0.
|
11
|
+
activesupport (8.0.2)
|
12
12
|
base64
|
13
13
|
benchmark (>= 0.3)
|
14
14
|
bigdecimal
|
@@ -21,51 +21,57 @@ GEM
|
|
21
21
|
securerandom (>= 0.3)
|
22
22
|
tzinfo (~> 2.0, >= 2.0.5)
|
23
23
|
uri (>= 0.13.1)
|
24
|
-
ast (2.4.
|
25
|
-
base64 (0.
|
26
|
-
benchmark (0.4.
|
27
|
-
bigdecimal (3.
|
24
|
+
ast (2.4.3)
|
25
|
+
base64 (0.3.0)
|
26
|
+
benchmark (0.4.1)
|
27
|
+
bigdecimal (3.2.2)
|
28
28
|
concurrent-ruby (1.3.5)
|
29
|
-
connection_pool (2.5.
|
30
|
-
drb (2.2.
|
29
|
+
connection_pool (2.5.3)
|
30
|
+
drb (2.2.3)
|
31
31
|
i18n (1.14.7)
|
32
32
|
concurrent-ruby (~> 1.0)
|
33
|
-
json (2.
|
34
|
-
language_server-protocol (3.17.0.
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
33
|
+
json (2.12.2)
|
34
|
+
language_server-protocol (3.17.0.5)
|
35
|
+
lint_roller (1.1.0)
|
36
|
+
logger (1.7.0)
|
37
|
+
minitest (5.25.5)
|
38
|
+
parallel (1.27.0)
|
39
|
+
parser (3.3.8.0)
|
39
40
|
ast (~> 2.4.1)
|
40
41
|
racc
|
42
|
+
prism (1.4.0)
|
41
43
|
racc (1.8.1)
|
42
|
-
rack (3.1.
|
44
|
+
rack (3.1.16)
|
43
45
|
rainbow (3.1.1)
|
44
46
|
rake (13.2.1)
|
45
47
|
regexp_parser (2.10.0)
|
46
|
-
ruboconf (1.
|
47
|
-
rubocop (~> 1.
|
48
|
-
rubocop-performance (~> 1.
|
49
|
-
rubocop (1.
|
48
|
+
ruboconf (1.18.0)
|
49
|
+
rubocop (~> 1.77.0)
|
50
|
+
rubocop-performance (~> 1.25.0)
|
51
|
+
rubocop (1.77.0)
|
50
52
|
json (~> 2.3)
|
51
|
-
language_server-protocol (
|
53
|
+
language_server-protocol (~> 3.17.0.2)
|
54
|
+
lint_roller (~> 1.1.0)
|
52
55
|
parallel (~> 1.10)
|
53
56
|
parser (>= 3.3.0.2)
|
54
57
|
rainbow (>= 2.2.2, < 4.0)
|
55
58
|
regexp_parser (>= 2.9.3, < 3.0)
|
56
|
-
rubocop-ast (>= 1.
|
59
|
+
rubocop-ast (>= 1.45.1, < 2.0)
|
57
60
|
ruby-progressbar (~> 1.7)
|
58
61
|
unicode-display_width (>= 2.4.0, < 4.0)
|
59
|
-
rubocop-ast (1.
|
60
|
-
parser (>= 3.3.
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
62
|
+
rubocop-ast (1.45.1)
|
63
|
+
parser (>= 3.3.7.2)
|
64
|
+
prism (~> 1.4)
|
65
|
+
rubocop-performance (1.25.0)
|
66
|
+
lint_roller (~> 1.1)
|
67
|
+
rubocop (>= 1.75.0, < 2.0)
|
68
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
69
|
+
rubocop-rails (2.32.0)
|
65
70
|
activesupport (>= 4.2.0)
|
71
|
+
lint_roller (~> 1.1)
|
66
72
|
rack (>= 1.1)
|
67
|
-
rubocop (>= 1.
|
68
|
-
rubocop-ast (>= 1.
|
73
|
+
rubocop (>= 1.75.0, < 2.0)
|
74
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
69
75
|
ruby-progressbar (1.13.0)
|
70
76
|
securerandom (0.4.1)
|
71
77
|
tzinfo (2.0.6)
|
@@ -73,7 +79,7 @@ GEM
|
|
73
79
|
unicode-display_width (3.1.4)
|
74
80
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
75
81
|
unicode-emoji (4.0.4)
|
76
|
-
uri (1.0.
|
82
|
+
uri (1.0.3)
|
77
83
|
|
78
84
|
PLATFORMS
|
79
85
|
x86_64-linux
|
data/ruboconf-rails.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "ruboconf-rails"
|
5
|
-
spec.version = "1.
|
5
|
+
spec.version = "1.19.0"
|
6
6
|
spec.authors = ["Richard Böhme"]
|
7
7
|
spec.email = ["richard.boehme1999@gmail.com"]
|
8
8
|
|
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
|
|
22
22
|
end
|
23
23
|
end
|
24
24
|
|
25
|
-
spec.add_dependency "ruboconf", "~> 1.
|
26
|
-
spec.add_dependency "rubocop-rails", "
|
25
|
+
spec.add_dependency "ruboconf", "~> 1.18.0"
|
26
|
+
spec.add_dependency "rubocop-rails", "~> 2.32.0"
|
27
27
|
spec.metadata["rubygems_mfa_required"] = "true"
|
28
28
|
end
|
data/ruboconf-rails.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruboconf-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Richard Böhme
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruboconf
|
@@ -16,34 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.18.0
|
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.18.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: '2.23'
|
34
|
-
- - "<"
|
31
|
+
- - "~>"
|
35
32
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
33
|
+
version: 2.32.0
|
37
34
|
type: :runtime
|
38
35
|
prerelease: false
|
39
36
|
version_requirements: !ruby/object:Gem::Requirement
|
40
37
|
requirements:
|
41
|
-
- - "
|
42
|
-
- !ruby/object:Gem::Version
|
43
|
-
version: '2.23'
|
44
|
-
- - "<"
|
38
|
+
- - "~>"
|
45
39
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
40
|
+
version: 2.32.0
|
47
41
|
description:
|
48
42
|
email:
|
49
43
|
- richard.boehme1999@gmail.com
|