Dutchie-Style 2.0.4 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dutchie-Style.gemspec +1 -1
- data/Gemfile +2 -2
- data/Gemfile.lock +49 -39
- data/default.yml +4 -1
- data/lib/Dutchie/Style/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65273e051cf2984400af56b705adb309d5d679664f0e4b0d2516223db16e0470
|
4
|
+
data.tar.gz: '0208a19e313688ff46475083fce4b44d446eb30f3a4010bf6dd07931227d7bbe'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b74f3ff0bc262f7f7c4312b4a390e84655925915b9eddfd9f95f7863e632e922643a3c791797b60c753f4a5aab60c98f63c7bb3556b2a4aebe17de31afd9d8e8
|
7
|
+
data.tar.gz: 62fcfc8ffe8461d3eaabbc4d5579a4d18ca4c6eca8320b461d3280b16a7d4dac90203b74076bd00084b15128995e3a9fbf4340e75207e599c4b8d1ac09923261
|
data/Dutchie-Style.gemspec
CHANGED
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
27
27
|
spec.require_paths = ["lib"]
|
28
28
|
|
29
|
-
spec.add_dependency "rubocop", "~> 1.
|
29
|
+
spec.add_dependency "rubocop", "~> 1.56"
|
30
30
|
spec.add_dependency "rubocop-rspec"
|
31
31
|
spec.add_dependency "rubocop-rails"
|
32
32
|
end
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,34 +1,38 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
Dutchie-Style (
|
5
|
-
rubocop (~>
|
4
|
+
Dutchie-Style (2.0.7)
|
5
|
+
rubocop (~> 1.56)
|
6
6
|
rubocop-rails
|
7
7
|
rubocop-rspec
|
8
8
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
activesupport (
|
12
|
+
activesupport (7.0.7.2)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
-
i18n (>=
|
15
|
-
minitest (
|
16
|
-
tzinfo (~>
|
17
|
-
|
18
|
-
|
19
|
-
concurrent-ruby (1.
|
14
|
+
i18n (>= 1.6, < 2)
|
15
|
+
minitest (>= 5.1)
|
16
|
+
tzinfo (~> 2.0)
|
17
|
+
ast (2.4.2)
|
18
|
+
base64 (0.1.1)
|
19
|
+
concurrent-ruby (1.2.2)
|
20
20
|
diff-lcs (1.4.2)
|
21
|
-
i18n (1.
|
21
|
+
i18n (1.14.1)
|
22
22
|
concurrent-ruby (~> 1.0)
|
23
|
-
|
24
|
-
|
25
|
-
|
23
|
+
json (2.6.3)
|
24
|
+
language_server-protocol (3.17.0.3)
|
25
|
+
minitest (5.20.0)
|
26
|
+
parallel (1.23.0)
|
27
|
+
parser (3.2.2.3)
|
26
28
|
ast (~> 2.4.1)
|
27
|
-
|
28
|
-
|
29
|
+
racc
|
30
|
+
racc (1.7.1)
|
31
|
+
rack (3.0.8)
|
32
|
+
rainbow (3.1.1)
|
29
33
|
rake (12.3.3)
|
30
|
-
regexp_parser (
|
31
|
-
rexml (3.2.
|
34
|
+
regexp_parser (2.8.1)
|
35
|
+
rexml (3.2.6)
|
32
36
|
rspec (3.9.0)
|
33
37
|
rspec-core (~> 3.9.0)
|
34
38
|
rspec-expectations (~> 3.9.0)
|
@@ -42,30 +46,36 @@ GEM
|
|
42
46
|
diff-lcs (>= 1.2.0, < 2.0)
|
43
47
|
rspec-support (~> 3.9.0)
|
44
48
|
rspec-support (3.9.3)
|
45
|
-
rubocop (
|
49
|
+
rubocop (1.56.2)
|
50
|
+
base64 (~> 0.1.1)
|
51
|
+
json (~> 2.3)
|
52
|
+
language_server-protocol (>= 3.17.0)
|
46
53
|
parallel (~> 1.10)
|
47
|
-
parser (>= 2.
|
54
|
+
parser (>= 3.2.2.3)
|
48
55
|
rainbow (>= 2.2.2, < 4.0)
|
49
|
-
regexp_parser (>= 1.8)
|
50
|
-
rexml
|
51
|
-
rubocop-ast (>=
|
56
|
+
regexp_parser (>= 1.8, < 3.0)
|
57
|
+
rexml (>= 3.2.5, < 4.0)
|
58
|
+
rubocop-ast (>= 1.28.1, < 2.0)
|
52
59
|
ruby-progressbar (~> 1.7)
|
53
|
-
unicode-display_width (>=
|
54
|
-
rubocop-ast (
|
55
|
-
parser (>= 2.
|
56
|
-
rubocop-
|
60
|
+
unicode-display_width (>= 2.4.0, < 3.0)
|
61
|
+
rubocop-ast (1.29.0)
|
62
|
+
parser (>= 3.2.1.0)
|
63
|
+
rubocop-capybara (2.18.0)
|
64
|
+
rubocop (~> 1.41)
|
65
|
+
rubocop-factory_bot (2.23.1)
|
66
|
+
rubocop (~> 1.33)
|
67
|
+
rubocop-rails (2.14.2)
|
57
68
|
activesupport (>= 4.2.0)
|
58
69
|
rack (>= 1.1)
|
59
|
-
rubocop (>=
|
60
|
-
rubocop-rspec (
|
61
|
-
rubocop (~>
|
62
|
-
rubocop-
|
63
|
-
|
64
|
-
|
65
|
-
tzinfo (
|
66
|
-
|
67
|
-
unicode-display_width (
|
68
|
-
zeitwerk (2.4.0)
|
70
|
+
rubocop (>= 1.7.0, < 2.0)
|
71
|
+
rubocop-rspec (2.23.2)
|
72
|
+
rubocop (~> 1.33)
|
73
|
+
rubocop-capybara (~> 2.17)
|
74
|
+
rubocop-factory_bot (~> 2.22)
|
75
|
+
ruby-progressbar (1.13.0)
|
76
|
+
tzinfo (2.0.6)
|
77
|
+
concurrent-ruby (~> 1.0)
|
78
|
+
unicode-display_width (2.4.2)
|
69
79
|
|
70
80
|
PLATFORMS
|
71
81
|
ruby
|
@@ -74,8 +84,8 @@ DEPENDENCIES
|
|
74
84
|
Dutchie-Style!
|
75
85
|
rake (~> 12.0)
|
76
86
|
rspec (~> 3.0)
|
77
|
-
rubocop (~>
|
78
|
-
rubocop-rails (~> 2.
|
87
|
+
rubocop (~> 1.56)
|
88
|
+
rubocop-rails (~> 2.14)
|
79
89
|
|
80
90
|
BUNDLED WITH
|
81
|
-
2.
|
91
|
+
2.4.8
|
data/default.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Dutchie-Style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Ostrowski
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: '1.56'
|
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.56'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -75,7 +75,7 @@ metadata:
|
|
75
75
|
homepage_uri: https://github.com/GetDutchie/Dutchie-Style
|
76
76
|
source_code_uri: https://github.com/GetDutchie/Dutchie-Style
|
77
77
|
changelog_uri: https://github.com/GetDutchie/Dutchie-Style/releases
|
78
|
-
post_install_message:
|
78
|
+
post_install_message:
|
79
79
|
rdoc_options: []
|
80
80
|
require_paths:
|
81
81
|
- lib
|
@@ -90,8 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
- !ruby/object:Gem::Version
|
91
91
|
version: '0'
|
92
92
|
requirements: []
|
93
|
-
rubygems_version: 3.
|
94
|
-
signing_key:
|
93
|
+
rubygems_version: 3.0.3.1
|
94
|
+
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: Rubocop Settings for all dutchie Ruby Apps
|
97
97
|
test_files: []
|