boxt_ruby_style_guide 9.0.2 → 9.2.1
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/README.md +3 -4
- data/VERSION +1 -1
- data/rspec.yml +3 -1
- 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: 1cf9c3ab96ded36e1d74848ad722e952905d26bb660aa73875d7f6142c0ab03a
|
|
4
|
+
data.tar.gz: eebfcc7783dae7b9875035dc4b9b5ab116158f168d998b062e5467f5d3e6fceb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 205c8333cad9fd95f5b7422fa5efd322ec5d6a7f8fb826a2b82e87a67cfe806e03306f9591776aaba1a02b0710a6efae0e9d91fda9ff3d426682c300bc7335ee
|
|
7
|
+
data.tar.gz: 6f0a50025e9d01d1f73d4cbe58d7fef94565f28d446848c087e433bcea96f7cb16981e5bf25fe6b7469c6bd57bf45a752c2a828fc778feb72f2b3c96666c30b7
|
data/README.md
CHANGED
|
@@ -7,6 +7,9 @@ Ruby style guide and base Rubocop settings for Boxt Ruby projects.
|
|
|
7
7
|
|
|
8
8
|
For the most part we are using [this Ruby style guide](https://github.com/bbatsov/ruby-style-guide) as the base guide, with any deviations can be found in the `default.yml`.
|
|
9
9
|
|
|
10
|
+
## Requirements
|
|
11
|
+
|
|
12
|
+
* Ruby 3.0
|
|
10
13
|
## Installation
|
|
11
14
|
|
|
12
15
|
Add this line to your application's Gemfile:
|
|
@@ -24,10 +27,6 @@ And then execute:
|
|
|
24
27
|
bundle
|
|
25
28
|
```
|
|
26
29
|
|
|
27
|
-
## Requirements
|
|
28
|
-
|
|
29
|
-
* Ruby 2.7 or above
|
|
30
|
-
|
|
31
30
|
## Usage
|
|
32
31
|
|
|
33
32
|
Add a `.rubocop.yml` file to the root of your project with the following settings:
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
9.
|
|
1
|
+
9.2.1
|
data/rspec.yml
CHANGED
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
RSpec/DescribeClass:
|
|
4
4
|
Exclude:
|
|
5
5
|
- spec/tasks/**/*
|
|
6
|
-
|
|
7
6
|
# This is to prevent Rubocop from bugging on a spec helper that doesn't contain an example, which the support ones don't
|
|
8
7
|
RSpec/LeadingSubject:
|
|
9
8
|
Exclude:
|
|
10
9
|
- spec/support
|
|
10
|
+
# Allow there to be a max of 4 example groups deep in Rspec tests
|
|
11
|
+
RSpec/NestedGroups:
|
|
12
|
+
Max: 4
|
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: 9.
|
|
4
|
+
version: 9.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boxt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-02-04 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.25.1
|
|
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.25.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-faker
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 2.13.
|
|
47
|
+
version: 2.13.2
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 2.13.
|
|
54
|
+
version: 2.13.2
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rubocop-rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.8.0
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: 2.8.0
|
|
83
83
|
description: Ruby style guide info for BOXT projects, as well as config settings for
|
|
84
84
|
Rubocop
|
|
85
85
|
email:
|
|
@@ -117,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
117
117
|
- !ruby/object:Gem::Version
|
|
118
118
|
version: '0'
|
|
119
119
|
requirements: []
|
|
120
|
-
rubygems_version: 3.2.
|
|
120
|
+
rubygems_version: 3.2.33
|
|
121
121
|
signing_key:
|
|
122
122
|
specification_version: 4
|
|
123
123
|
summary: Ruby style guide info for BOXT Ruby projects
|