runger_style 0.2.22 → 0.2.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/dependabot.yml +1 -1
- data/CHANGELOG.md +3 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +15 -17
- data/README.md +1 -1
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/rspec.yml +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bca0c10809cf3cf9df6854b46244ed9e1ba4a7edfa15734a75aa14d31d15d50
|
4
|
+
data.tar.gz: d86e55e80c2e199694b755a9f849abdb118b6984c96c985de9683731ed33a06a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fedc8088df50d762bf9795b647ea7e1b29abcc21645e36ffe58884e0d199e280af61d33be5df5b25778a3b9efaf8009f6d537e192355de8d24c3f6af200ff7c
|
7
|
+
data.tar.gz: a584cc3e8a0d364cde78e653539515234bbf2a35f27394a6b2cf8de14463419871a3dfddb906a97344d6433cffddfe94f4542c9ece1cf80865eb72784f7ea54d
|
data/.github/dependabot.yml
CHANGED
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,17 +1,7 @@
|
|
1
|
-
GIT
|
2
|
-
remote: https://github.com/davidrunger/release_assistant.git
|
3
|
-
revision: 969b3a90264da6ce73275a7240cc7e54ff5a6370
|
4
|
-
specs:
|
5
|
-
release_assistant (0.3.3.alpha)
|
6
|
-
activesupport (>= 6, < 8)
|
7
|
-
colorize (~> 0.8)
|
8
|
-
memoist (~> 0.16)
|
9
|
-
slop (~> 4.8)
|
10
|
-
|
11
1
|
PATH
|
12
2
|
remote: .
|
13
3
|
specs:
|
14
|
-
runger_style (0.2.
|
4
|
+
runger_style (0.2.23)
|
15
5
|
rubocop (>= 1.38.0, < 2)
|
16
6
|
|
17
7
|
GEM
|
@@ -31,14 +21,14 @@ GEM
|
|
31
21
|
memoist (0.16.2)
|
32
22
|
minitest (5.18.0)
|
33
23
|
parallel (1.23.0)
|
34
|
-
parser (3.2.2.
|
24
|
+
parser (3.2.2.1)
|
35
25
|
ast (~> 2.4.1)
|
36
26
|
rack (2.2.7)
|
37
27
|
rainbow (3.1.1)
|
38
28
|
rake (13.0.6)
|
39
29
|
regexp_parser (2.8.0)
|
40
30
|
rexml (3.2.5)
|
41
|
-
rubocop (1.
|
31
|
+
rubocop (1.51.0)
|
42
32
|
json (~> 2.3)
|
43
33
|
parallel (~> 1.10)
|
44
34
|
parser (>= 3.2.0.0)
|
@@ -48,11 +38,13 @@ GEM
|
|
48
38
|
rubocop-ast (>= 1.28.0, < 2.0)
|
49
39
|
ruby-progressbar (~> 1.7)
|
50
40
|
unicode-display_width (>= 2.4.0, < 3.0)
|
51
|
-
rubocop-ast (1.28.
|
41
|
+
rubocop-ast (1.28.1)
|
52
42
|
parser (>= 3.2.1.0)
|
53
43
|
rubocop-capybara (2.18.0)
|
54
44
|
rubocop (~> 1.41)
|
55
|
-
rubocop-
|
45
|
+
rubocop-factory_bot (2.22.0)
|
46
|
+
rubocop (~> 1.33)
|
47
|
+
rubocop-performance (1.18.0)
|
56
48
|
rubocop (>= 1.7.0, < 2.0)
|
57
49
|
rubocop-ast (>= 0.4.0)
|
58
50
|
rubocop-rails (2.19.1)
|
@@ -61,10 +53,16 @@ GEM
|
|
61
53
|
rubocop (>= 1.33.0, < 2.0)
|
62
54
|
rubocop-rake (0.6.0)
|
63
55
|
rubocop (~> 1.0)
|
64
|
-
rubocop-rspec (2.
|
56
|
+
rubocop-rspec (2.22.0)
|
65
57
|
rubocop (~> 1.33)
|
66
58
|
rubocop-capybara (~> 2.17)
|
59
|
+
rubocop-factory_bot (~> 2.22)
|
67
60
|
ruby-progressbar (1.13.0)
|
61
|
+
runger_release_assistant (0.4.0)
|
62
|
+
activesupport (>= 6, < 8)
|
63
|
+
colorize (~> 0.8)
|
64
|
+
memoist (~> 0.16)
|
65
|
+
slop (~> 4.8)
|
68
66
|
slop (4.10.1)
|
69
67
|
tzinfo (2.0.6)
|
70
68
|
concurrent-ruby (~> 1.0)
|
@@ -76,13 +74,13 @@ PLATFORMS
|
|
76
74
|
DEPENDENCIES
|
77
75
|
bundler
|
78
76
|
rake
|
79
|
-
release_assistant!
|
80
77
|
rubocop
|
81
78
|
rubocop-capybara
|
82
79
|
rubocop-performance
|
83
80
|
rubocop-rails
|
84
81
|
rubocop-rake
|
85
82
|
rubocop-rspec
|
83
|
+
runger_release_assistant
|
86
84
|
runger_style!
|
87
85
|
|
88
86
|
BUNDLED WITH
|
data/README.md
CHANGED
@@ -72,7 +72,7 @@ group :development, :test do
|
|
72
72
|
gem 'rubocop-rake', require: false
|
73
73
|
gem 'rubocop-rspec', require: false
|
74
74
|
# (as mentioned in the "Installation" section, you need the `runger_style` gem itself, too)
|
75
|
-
gem 'runger_style',
|
75
|
+
gem 'runger_style', require: false
|
76
76
|
end
|
77
77
|
```
|
78
78
|
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/rspec.yml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
require:
|
2
2
|
- rubocop-rspec
|
3
3
|
|
4
|
+
FactoryBot/AttributeDefinedStatically:
|
5
|
+
Exclude:
|
6
|
+
- spec/support/fixture_builder.rb # false positives get raised in this file
|
4
7
|
RSpec/BeEq:
|
5
8
|
Enabled: false
|
6
9
|
RSpec/BeNil:
|
7
10
|
Enabled: false
|
8
11
|
RSpec/ExampleLength:
|
9
12
|
Enabled: false
|
10
|
-
RSpec/FactoryBot/AttributeDefinedStatically:
|
11
|
-
Exclude:
|
12
|
-
- spec/support/fixture_builder.rb # false positives get raised in this file
|
13
13
|
RSpec/HookArgument:
|
14
14
|
Enabled: false
|
15
15
|
RSpec/IndexedLet:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runger_style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Runger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-05-
|
11
|
+
date: 2023-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|