caliber 0.87.0 → 0.88.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
- checksums.yaml.gz.sig +0 -0
- data/caliber.gemspec +2 -2
- data/config/ruby.yml +6 -0
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f2db14925e71d9c3ced8147b4fc0511cad1c1a81b50820f53a7814c5773839a9
|
|
4
|
+
data.tar.gz: 58017f2ef5992bc5f81faec71a2cd077fa0b89e6ae5862fe1687f00f9a5e4497
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a96eb857c48c453e736147243fbb532b6b6346900b2935bd87963a84eca8c906aae9cd62ecda5307478136fae9ec8d775fb1ac2378c493228c0f791227a9b920
|
|
7
|
+
data.tar.gz: 8b1e27368973c16a516c9aa179b884a61f0724fc614f404200ae3bd2919c1038983d5490a37ceb52a08e01c37530c32c791a53536807db63c9c89c4dc9582520
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/caliber.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "caliber"
|
|
5
|
-
spec.version = "0.
|
|
5
|
+
spec.version = "0.88.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://alchemists.io/projects/caliber"
|
|
@@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
|
|
|
24
24
|
|
|
25
25
|
spec.required_ruby_version = ">= 4.0"
|
|
26
26
|
|
|
27
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
27
|
+
spec.add_dependency "rubocop", "~> 1.84"
|
|
28
28
|
spec.add_dependency "rubocop-capybara", "~> 2.22"
|
|
29
29
|
spec.add_dependency "rubocop-disable_syntax", "~> 0.2"
|
|
30
30
|
spec.add_dependency "rubocop-packaging", "~> 0.6"
|
data/config/ruby.yml
CHANGED
|
@@ -297,6 +297,8 @@ Style/DocumentDynamicEvalDefinition:
|
|
|
297
297
|
Enabled: false
|
|
298
298
|
Style/DoubleNegation:
|
|
299
299
|
EnforcedStyle: forbidden
|
|
300
|
+
Style/EmptyClassDefinition:
|
|
301
|
+
Enabled: true
|
|
300
302
|
Style/EmptyHeredoc:
|
|
301
303
|
Enabled: true
|
|
302
304
|
Style/EmptyLiteral:
|
|
@@ -386,6 +388,8 @@ Style/MultilineMethodSignature:
|
|
|
386
388
|
Enabled: true
|
|
387
389
|
Style/NegatedIfElseCondition:
|
|
388
390
|
Enabled: true
|
|
391
|
+
Style/NegativeArrayIndex:
|
|
392
|
+
Enabled: true
|
|
389
393
|
Style/NestedFileDirname:
|
|
390
394
|
Enabled: true
|
|
391
395
|
Style/NilLambda:
|
|
@@ -451,6 +455,8 @@ Style/RedundantInitialize:
|
|
|
451
455
|
AllowComments: false
|
|
452
456
|
Style/RedundantInterpolationUnfreeze:
|
|
453
457
|
Enabled: true
|
|
458
|
+
Style/ReverseFind:
|
|
459
|
+
Enabled: true
|
|
454
460
|
Style/ExactRegexpMatch:
|
|
455
461
|
Enabled: true
|
|
456
462
|
Style/ReturnNil:
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: caliber
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -41,14 +41,14 @@ dependencies:
|
|
|
41
41
|
requirements:
|
|
42
42
|
- - "~>"
|
|
43
43
|
- !ruby/object:Gem::Version
|
|
44
|
-
version: '1.
|
|
44
|
+
version: '1.84'
|
|
45
45
|
type: :runtime
|
|
46
46
|
prerelease: false
|
|
47
47
|
version_requirements: !ruby/object:Gem::Requirement
|
|
48
48
|
requirements:
|
|
49
49
|
- - "~>"
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: '1.
|
|
51
|
+
version: '1.84'
|
|
52
52
|
- !ruby/object:Gem::Dependency
|
|
53
53
|
name: rubocop-capybara
|
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
195
195
|
- !ruby/object:Gem::Version
|
|
196
196
|
version: '0'
|
|
197
197
|
requirements: []
|
|
198
|
-
rubygems_version: 4.0.
|
|
198
|
+
rubygems_version: 4.0.4
|
|
199
199
|
specification_version: 4
|
|
200
200
|
summary: A global, high quality, and constantly updated RuboCop configuration.
|
|
201
201
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|