boxt_ruby_style_guide 7.9.3 → 7.10.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/VERSION +1 -1
- data/default.yml +7 -7
- data/lib/boxt_ruby_style_guide/git_diff.rb +1 -3
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c9c8f1380191b393fa081a03ed69ba0622f8c6b9d140741144bafdde838ec29
|
|
4
|
+
data.tar.gz: 516299f7b697e636d6753c01d060630aa467d7c110b0f37d17ad4a79551d4c14
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3414a2278a677c93c3f68c093674b4485ab8e50fe2920015a5718fb0ac4f2ffb435bec569b1a646f7f84933c26637370404e40d5cab9cc7ba25f9e2efa076341
|
|
7
|
+
data.tar.gz: 910ea76e3127bb2f95421c514a79bac61e358d995188b735a4bf19c4428f8ce0eef2be2eba60278e76d8e6e44d0256576afd1507136c012f46bdffb33f2319da
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.10.0
|
data/default.yml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
AllCops:
|
|
2
2
|
Exclude:
|
|
3
|
-
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
TargetRubyVersion: 2.7.
|
|
3
|
+
- '**/*/schema.rb'
|
|
4
|
+
- 'Gemfile.lock'
|
|
5
|
+
- 'node_modules/**/*'
|
|
6
|
+
- 'tmp/**/*'
|
|
7
|
+
- 'vendor/**/*'
|
|
8
|
+
TargetRubyVersion: 2.7.3
|
|
9
9
|
Layout/LineLength:
|
|
10
10
|
Exclude:
|
|
11
11
|
- config/routes.rb
|
|
@@ -15,7 +15,7 @@ Metrics/AbcSize:
|
|
|
15
15
|
- db/migrate/**/*
|
|
16
16
|
Metrics/BlockLength:
|
|
17
17
|
Exclude:
|
|
18
|
-
-
|
|
18
|
+
- '*.gemspec'
|
|
19
19
|
- Gemfile
|
|
20
20
|
- config/routes.rb
|
|
21
21
|
- db/migrate/**/*
|
|
@@ -24,9 +24,7 @@ module BoxtRubyStyleGuide
|
|
|
24
24
|
#
|
|
25
25
|
# Returns Array
|
|
26
26
|
def all
|
|
27
|
-
@all ||=
|
|
28
|
-
git.diff(base).name_status.select { |_, stat| TEST_STATUSES.include?(stat) }.keys
|
|
29
|
-
end
|
|
27
|
+
@all ||= git.diff(base).name_status.select { |_, stat| TEST_STATUSES.include?(stat) }.keys
|
|
30
28
|
end
|
|
31
29
|
|
|
32
30
|
private
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxt_ruby_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.
|
|
4
|
+
version: 7.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boxt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-05-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: git
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - '='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 1.
|
|
33
|
+
version: 1.14.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 1.
|
|
40
|
+
version: 1.14.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop-faker
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -58,14 +58,14 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - '='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: 2.
|
|
61
|
+
version: 2.10.1
|
|
62
62
|
type: :runtime
|
|
63
63
|
prerelease: false
|
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
65
|
requirements:
|
|
66
66
|
- - '='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: 2.
|
|
68
|
+
version: 2.10.1
|
|
69
69
|
- !ruby/object:Gem::Dependency
|
|
70
70
|
name: rubocop-rake
|
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 2.
|
|
89
|
+
version: 2.3.0
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 2.
|
|
96
|
+
version: 2.3.0
|
|
97
97
|
description: Ruby styleguide info for the BOXT projects, as well as config settings
|
|
98
98
|
for Rubocop
|
|
99
99
|
email:
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
|
-
rubygems_version: 3.1.
|
|
139
|
+
rubygems_version: 3.1.6
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
142
|
summary: Ruby styleguide info for the BOXT Ruby projects
|