caliber 0.15.1 → 0.16.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 +3 -3
- 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: 7fe3dd574a9ee20273eb1270449f4a3883919f1998469d2f693237c3fb0e565f
|
|
4
|
+
data.tar.gz: 9649602a97c9234ea0e45c283781aaa2eb7b0834e68825cc2a64bbe4bf4ec529
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcd5773b6d261b8e6876218ea142bb9a22c82858c748454096a3e830026dbd5e76ceffc222456731e8320c6fa9f369ac77154eefa7c256abc94731cac71befc5
|
|
7
|
+
data.tar.gz: 9465796b9bb11b5c0660948923e165084e65cf95fae474fc6a57811550a123e6dd379f8bc07274f9b44b0cd4f1b267d1ed2e15bbea3f85d579393c64a9650e8b
|
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.16.0"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
8
|
spec.homepage = "https://www.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.1"
|
|
26
|
-
spec.add_dependency "rubocop", "~> 1.
|
|
26
|
+
spec.add_dependency "rubocop", "~> 1.37"
|
|
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.13"
|
data/config/ruby.yml
CHANGED
|
@@ -103,6 +103,8 @@ Lint/DeprecatedConstants:
|
|
|
103
103
|
Enabled: true
|
|
104
104
|
Lint/DuplicateBranch:
|
|
105
105
|
Enabled: true
|
|
106
|
+
Lint/DuplicateMagicComment:
|
|
107
|
+
Enabled: true
|
|
106
108
|
Lint/DuplicateRegexpCharacterClassElement:
|
|
107
109
|
Enabled: true
|
|
108
110
|
Lint/ElseLayout:
|
|
@@ -289,6 +291,8 @@ Style/OptionHash:
|
|
|
289
291
|
Enabled: true
|
|
290
292
|
Style/OpenStructUse:
|
|
291
293
|
Enabled: true
|
|
294
|
+
Style/OperatorMethodCall:
|
|
295
|
+
Enabled: true
|
|
292
296
|
Style/PercentLiteralDelimiters:
|
|
293
297
|
PreferredDelimiters:
|
|
294
298
|
"%w": "[]"
|
|
@@ -302,6 +306,8 @@ Style/RedundantArgument:
|
|
|
302
306
|
Enabled: true
|
|
303
307
|
Style/RedundantSelfAssignmentBranch:
|
|
304
308
|
Enabled: true
|
|
309
|
+
Style/RedundantStringEscape:
|
|
310
|
+
Enabled: true
|
|
305
311
|
Style/RedundantInitialize:
|
|
306
312
|
Enabled: true
|
|
307
313
|
AllowComments: false
|
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.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.37'
|
|
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.37'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: rubocop-performance
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
|
Binary file
|