runger_style 1.2.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/Gemfile.lock +10 -10
- data/bin/release +2 -3
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/capybara.yml +2 -0
- data/rulesets/default.yml +2 -0
- 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: 68987d1c12b2021801733d9d9c89274a338cfcb1dc792b8af906d051dbb0f465
|
4
|
+
data.tar.gz: d84694d4ed556fce9410f351e54af0eb5edec8ade6710ffff92b433c6f2841f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9667ad6d6cea66e9c99c62196a8ccf162330115f5cf67e78647fa440cd41a8cc1e8ecedc76b3a1276ce6fe3cd44a92cc5529ca0b25de47f7733ec11b7586806c
|
7
|
+
data.tar.gz: ee31be9b42f28d9b88ffa295de7301dd2917fa1d9bc778433c2a1c1c23360ea971dc2415d908a39eab19b713eff24c91be5a6dc8767fb66b94222647a67524af
|
data/CHANGELOG.md
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
runger_style (1.
|
4
|
+
runger_style (1.4.0)
|
5
5
|
rubocop (>= 1.38.0, < 2)
|
6
6
|
|
7
7
|
GEM
|
@@ -32,20 +32,20 @@ GEM
|
|
32
32
|
minitest (5.20.0)
|
33
33
|
mutex_m (0.2.0)
|
34
34
|
parallel (1.24.0)
|
35
|
-
parser (3.
|
35
|
+
parser (3.3.0.5)
|
36
36
|
ast (~> 2.4.1)
|
37
37
|
racc
|
38
38
|
racc (1.7.3)
|
39
39
|
rack (3.0.8)
|
40
40
|
rainbow (3.1.1)
|
41
41
|
rake (13.1.0)
|
42
|
-
regexp_parser (2.
|
42
|
+
regexp_parser (2.9.0)
|
43
43
|
rexml (3.2.6)
|
44
|
-
rubocop (1.
|
44
|
+
rubocop (1.60.2)
|
45
45
|
json (~> 2.3)
|
46
46
|
language_server-protocol (>= 3.17.0)
|
47
47
|
parallel (~> 1.10)
|
48
|
-
parser (>= 3.
|
48
|
+
parser (>= 3.3.0.2)
|
49
49
|
rainbow (>= 2.2.2, < 4.0)
|
50
50
|
regexp_parser (>= 1.8, < 3.0)
|
51
51
|
rexml (>= 3.2.5, < 4.0)
|
@@ -54,11 +54,11 @@ GEM
|
|
54
54
|
unicode-display_width (>= 2.4.0, < 3.0)
|
55
55
|
rubocop-ast (1.30.0)
|
56
56
|
parser (>= 3.2.1.0)
|
57
|
-
rubocop-capybara (2.
|
57
|
+
rubocop-capybara (2.20.0)
|
58
58
|
rubocop (~> 1.41)
|
59
|
-
rubocop-factory_bot (2.
|
60
|
-
rubocop (~> 1.
|
61
|
-
rubocop-performance (1.20.
|
59
|
+
rubocop-factory_bot (2.25.1)
|
60
|
+
rubocop (~> 1.41)
|
61
|
+
rubocop-performance (1.20.2)
|
62
62
|
rubocop (>= 1.48.1, < 2.0)
|
63
63
|
rubocop-ast (>= 1.30.0, < 2.0)
|
64
64
|
rubocop-rails (2.23.1)
|
@@ -68,7 +68,7 @@ GEM
|
|
68
68
|
rubocop-ast (>= 1.30.0, < 2.0)
|
69
69
|
rubocop-rake (0.6.0)
|
70
70
|
rubocop (~> 1.0)
|
71
|
-
rubocop-rspec (2.
|
71
|
+
rubocop-rspec (2.26.1)
|
72
72
|
rubocop (~> 1.40)
|
73
73
|
rubocop-capybara (~> 2.17)
|
74
74
|
rubocop-factory_bot (~> 2.22)
|
data/bin/release
CHANGED
@@ -8,8 +8,7 @@
|
|
8
8
|
# this file is here to facilitate running it.
|
9
9
|
#
|
10
10
|
|
11
|
-
|
12
|
-
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', Pathname.new(__FILE__).realpath)
|
11
|
+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
13
12
|
|
14
13
|
bundle_binstub = File.expand_path('bundle', __dir__)
|
15
14
|
|
@@ -25,4 +24,4 @@ end
|
|
25
24
|
require 'rubygems'
|
26
25
|
require 'bundler/setup'
|
27
26
|
|
28
|
-
load Gem.bin_path('
|
27
|
+
load Gem.bin_path('runger_release_assistant', 'release')
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/capybara.yml
CHANGED
data/rulesets/default.yml
CHANGED
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: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Runger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|