caliber 0.59.0 → 0.60.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/README.adoc +2 -0
- data/caliber.gemspec +2 -2
- data/config/ruby.yml +4 -0
- data.tar.gz.sig +0 -0
- metadata +5 -5
- 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: 215b5a83e0fc17473546f4e47d43f3f0d7f8888bbee1fa1ae6d4ff1af3f5f22b
|
|
4
|
+
data.tar.gz: 3c4e5de2b4897862234d476ef023279689b80e4083dab785600aae6388f265e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d0f069ad58a32798904727b9c8016a06a941b12960ad5162c7a096b8e4c7e522f57f6ec567d48b021d46b2fd31b7004f017e7e0f4f10c64f0d72c1f8b5443fd
|
|
7
|
+
data.tar.gz: 36fd3f335552f2b4d1cc111f10acdcfd695b57db551f15ebc0e10d1cebe584902a5377f703f81d381842e4533d2185c45ec5aac4b60493529eb2b31793acee83
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -367,6 +367,8 @@ bin/rake
|
|
|
367
367
|
|
|
368
368
|
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
369
369
|
|
|
370
|
+
== link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
|
|
371
|
+
|
|
370
372
|
== link:https://alchemists.io/projects/caliber/versions[Versions]
|
|
371
373
|
|
|
372
374
|
== link:https://alchemists.io/community[Community]
|
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.60.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://alchemists.io/projects/caliber"
|
|
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
|
|
|
23
23
|
spec.cert_chain = [Gem.default_cert_path]
|
|
24
24
|
|
|
25
25
|
spec.required_ruby_version = "~> 3.3"
|
|
26
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
26
|
+
spec.add_dependency "rubocop", "~> 1.66"
|
|
27
27
|
spec.add_dependency "rubocop-capybara", "~> 2.21"
|
|
28
28
|
spec.add_dependency "rubocop-disable_syntax", "~> 0.1"
|
|
29
29
|
spec.add_dependency "rubocop-packaging", "~> 0.5"
|
data/config/ruby.yml
CHANGED
|
@@ -168,6 +168,8 @@ Lint/UnexpectedBlockArity:
|
|
|
168
168
|
Enabled: true
|
|
169
169
|
Lint/UnmodifiedReduceAccumulator:
|
|
170
170
|
Enabled: true
|
|
171
|
+
Lint/UselessNumericOperation:
|
|
172
|
+
Enabled: true
|
|
171
173
|
Lint/UselessRescue:
|
|
172
174
|
Enabled: true
|
|
173
175
|
Lint/UselessRuby2Keywords:
|
|
@@ -376,6 +378,8 @@ Style/RedundantStringEscape:
|
|
|
376
378
|
Style/RedundantInitialize:
|
|
377
379
|
Enabled: true
|
|
378
380
|
AllowComments: false
|
|
381
|
+
Style/RedundantInterpolationUnfreeze:
|
|
382
|
+
Enabled: true
|
|
379
383
|
Style/ExactRegexpMatch:
|
|
380
384
|
Enabled: true
|
|
381
385
|
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.60.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
|
-
date: 2024-
|
|
38
|
+
date: 2024-08-31 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rubocop
|
|
@@ -43,14 +43,14 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.66'
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - "~>"
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '1.
|
|
53
|
+
version: '1.66'
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: rubocop-capybara
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -199,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
199
199
|
- !ruby/object:Gem::Version
|
|
200
200
|
version: '0'
|
|
201
201
|
requirements: []
|
|
202
|
-
rubygems_version: 3.5.
|
|
202
|
+
rubygems_version: 3.5.18
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
205
|
summary: A global, high quality, and constantly updated RuboCop configuration.
|
metadata.gz.sig
CHANGED
|
Binary file
|