boxt_rubocop 0.0.2 → 0.0.3
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/rspec.yml +3 -0
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 45f5009736a4c978edbe3cb93d2d56a2f0d8fa301153418f187c0c238ff8a94a
|
|
4
|
+
data.tar.gz: 95de38319b587af88199f5cf707262f705f0ffabd5bcf7d2509bb1fd43e6e651
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5efd24b48f3ace7a0ce86291e37e339797da85af515e63c9b82ca353977f09ff61337a4d6985b91816a57ac8daa4b410ea119e4a8e2d36c6d2c9cc25260bf9e
|
|
7
|
+
data.tar.gz: ade313a80bdf12181c2ba0d21acb56cea478604e246f99bf026dcdf9e843ccf654a67938e013d697974f0673b1dfeeb37169d293bb920c34833644b3f43c9fa9
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/rspec.yml
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
RSpec/DescribeClass:
|
|
4
4
|
Exclude:
|
|
5
5
|
- spec/tasks/**/*
|
|
6
|
+
# Avoid opening modules and defining specs within them
|
|
7
|
+
RSpec/DescribedClassModuleWrapping:
|
|
8
|
+
Enabled: true
|
|
6
9
|
# This is to prevent Rubocop from bugging on a spec helper that doesn't contain an example, which the support ones don't
|
|
7
10
|
RSpec/LeadingSubject:
|
|
8
11
|
Exclude:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: boxt_rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boxt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04-
|
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.10.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.10.0
|
|
83
83
|
description: Base Rubocop settings for all Boxt Ruby projects
|
|
84
84
|
email:
|
|
85
85
|
- developers@boxt.co.uk
|
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
117
|
version: '0'
|
|
118
118
|
requirements: []
|
|
119
|
-
rubygems_version: 3.3.
|
|
119
|
+
rubygems_version: 3.3.7
|
|
120
120
|
signing_key:
|
|
121
121
|
specification_version: 4
|
|
122
122
|
summary: Base Rubocop settings for all Boxt Ruby projects
|