cryptum 0.0.465 → 0.0.466
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/.rubocop_todo.yml +14 -0
- data/cryptum.gemspec +1 -1
- data/lib/cryptum/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e4ea3b246283ea76e132b36c90ba63428f6fb753c13473de053afe4225439ba
|
4
|
+
data.tar.gz: 1149a482d0d889f209d7d7f673c9336181bb8384aeadbf4473270a1c5f881773
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98ce37c305666f6b450088bf0c3e2ce11f5be451abb65b20d17af07a451549e6e9e570e1ece33be3504cb371d23994d6321dd892ec089005e9caff75ec3b22a7
|
7
|
+
data.tar.gz: ce27a3eed10d2b465b46f60dce102978bd20eec5d2a5e1e1da3057f85b7a7fd6e3571b300288cdf63f0d7a1228226dfec0ebfccf82b993f8dcdac40445f85136
|
data/.rubocop_todo.yml
CHANGED
@@ -0,0 +1,14 @@
|
|
1
|
+
# This configuration was generated by
|
2
|
+
# `rubocop --auto-gen-config`
|
3
|
+
# on 2025-01-14 19:19:20 UTC using RuboCop version 1.70.0.
|
4
|
+
# The point is for the user to remove these configuration records
|
5
|
+
# one by one as the offenses are removed from the code base.
|
6
|
+
# Note that changes in the inspected code, or installation of new
|
7
|
+
# versions of RuboCop, may require this file to be generated again.
|
8
|
+
|
9
|
+
# Offense count: 1
|
10
|
+
# This cop supports safe autocorrection (--autocorrect).
|
11
|
+
# Configuration parameters: AllowMethodComparison, ComparisonsThreshold.
|
12
|
+
Style/MultipleComparison:
|
13
|
+
Exclude:
|
14
|
+
- 'lib/cryptum/order_book/generate.rb'
|
data/cryptum.gemspec
CHANGED
data/lib/cryptum/version.rb
CHANGED