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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8dee18c66bc432cbcc2a623c0f465152e90820668e2fd236dd9d98ee503747e8
4
- data.tar.gz: 781986f622b1f4054842e08af4b1ffd44d829e96919daee7c87a559c786e3a31
3
+ metadata.gz: 6e4ea3b246283ea76e132b36c90ba63428f6fb753c13473de053afe4225439ba
4
+ data.tar.gz: 1149a482d0d889f209d7d7f673c9336181bb8384aeadbf4473270a1c5f881773
5
5
  SHA512:
6
- metadata.gz: 176f11008878d0737dc9680c7dc931e2b5735f11e4d66c59b97ebec42f494ae21afe10d83f20e2e52cc3650725eac887a3041c115dd11bffa1383a7219853d4d
7
- data.tar.gz: 50e8b1a860727bd647ae9ded84892c1ab9c03d146e915f2b14b6a9899f9a09632c208a937725feed299a9a58cd60c085f9be8e39d7c3c4be7bc2923235436493
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
@@ -61,7 +61,7 @@ Gem::Specification.new do |spec|
61
61
  gem_version
62
62
  )
63
63
  else
64
- spec.add_runtime_dependency(
64
+ spec.add_dependency(
65
65
  gem_name,
66
66
  gem_version
67
67
  )
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Cryptum
4
- VERSION = '0.0.465'
4
+ VERSION = '0.0.466'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cryptum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.465
4
+ version: 0.0.466
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.