boxt_ruby_style_guide 9.2.0 → 9.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -4
- data/VERSION +1 -1
- metadata +6 -6
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.2.
|
1
|
+
9.2.1
|
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.2.
|
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.25.
|
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.25.
|
26
|
+
version: 1.25.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-faker
|
29
29
|
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:
|