caliber 0.20.0 → 0.21.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 +3 -3
- data/config/ruby.yml +4 -0
- data.tar.gz.sig +0 -0
- metadata +6 -6
- 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: a96168fb4e9397b00a7f6d7ab4ffd6b76f5e6a1e4023c694eff55785f603bb99
|
|
4
|
+
data.tar.gz: e4a585f95ebd3a26bdf75fe891fd0699eb4372ed14d638deba64977f52aeb7a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c73a527ec48fa5154ab017e2da150e29374d9c23c9d5088f8e65510d408b3557edbe0bac3398f0a50442ebad1460dc49540e544f3aa7d7de1cb2fec44ccbb19
|
|
7
|
+
data.tar.gz: a1fb018371da564ba721cf34df2a8812c902073b51d8c82ce84ef3965abb7b375cb99d19bf0e07a06b0912155157698f790c447b95408996c391cfb2ec93730a
|
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.21.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://www.alchemists.io/projects/caliber"
|
|
@@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
|
|
|
22
22
|
spec.signing_key = Gem.default_key_path
|
|
23
23
|
spec.cert_chain = [Gem.default_cert_path]
|
|
24
24
|
|
|
25
|
-
spec.required_ruby_version = "~> 3.
|
|
26
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
25
|
+
spec.required_ruby_version = "~> 3.2"
|
|
26
|
+
spec.add_dependency "rubocop", "~> 1.41"
|
|
27
27
|
spec.add_dependency "rubocop-performance", "~> 1.15"
|
|
28
28
|
spec.add_dependency "rubocop-rake", "~> 0.6"
|
|
29
29
|
spec.add_dependency "rubocop-rspec", "~> 2.16"
|
data/config/ruby.yml
CHANGED
|
@@ -210,6 +210,8 @@ Style/CollectionCompact:
|
|
|
210
210
|
Enabled: true
|
|
211
211
|
Style/CollectionMethods:
|
|
212
212
|
Enabled: true
|
|
213
|
+
Style/ConcatArrayLiterals:
|
|
214
|
+
Enabled: true
|
|
213
215
|
Style/Documentation:
|
|
214
216
|
Enabled: false
|
|
215
217
|
Style/DocumentDynamicEvalDefinition:
|
|
@@ -309,6 +311,8 @@ Style/RedundantArgument:
|
|
|
309
311
|
Enabled: true
|
|
310
312
|
Style/RedundantConstantBase:
|
|
311
313
|
Enabled: true
|
|
314
|
+
Style/RedundantDoubleSplatHashBraces:
|
|
315
|
+
Enabled: true
|
|
312
316
|
Style/RedundantEach:
|
|
313
317
|
Enabled: true
|
|
314
318
|
Style/RedundantSelfAssignmentBranch:
|
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.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
|
|
29
29
|
RFE=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2022-12-
|
|
31
|
+
date: 2022-12-25 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: rubocop
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.41'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.41'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rubocop-performance
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -138,14 +138,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
138
138
|
requirements:
|
|
139
139
|
- - "~>"
|
|
140
140
|
- !ruby/object:Gem::Version
|
|
141
|
-
version: '3.
|
|
141
|
+
version: '3.2'
|
|
142
142
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
143
143
|
requirements:
|
|
144
144
|
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
|
-
rubygems_version: 3.
|
|
148
|
+
rubygems_version: 3.4.1
|
|
149
149
|
signing_key:
|
|
150
150
|
specification_version: 4
|
|
151
151
|
summary: Provides a high quality style guide and configuration for your projects.
|
metadata.gz.sig
CHANGED
|
Binary file
|