chrono_machines 0.5.1-aarch64-linux → 0.5.2-aarch64-linux

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: 3184a28d31c4f22e7e445670e62c4a1912fe8c989bafd3626513547cf2ea4434
4
- data.tar.gz: 0a628e34a0e801ea30bbc09b72eac8834d083be7ed5717a89def1aa765bace41
3
+ metadata.gz: 68b631929b511e3dbf0c4b56892fee0f06a61cc58725754e1bff530a1322f5c4
4
+ data.tar.gz: ee7cd1668c92bec178c0e055a51f9df65f104dd2ed1aa2ea929442ec85629f5a
5
5
  SHA512:
6
- metadata.gz: 8a4bcbacf0d62e161cd2907bfe7b507717467eefb69d4d50f99b74f369b0ee6d82c3a494c86608b4d96a3ccd1bcac7b53d9d3f564ffb7296e5cf2d41cd734308
7
- data.tar.gz: cde6a4494eecdeb1b9b7a95f522db9a7c55085b70f1507a4c5876fa0fe03fcc7b76b3b5bd56db39e5bbb1fc9a27af3a218fe2f6dc32e1dabf5cd80c98c33290f
6
+ metadata.gz: fb0e387bbdab562206841981d10286118d8f7eedf81beaaf6aa8778de0d8b57d5d086e05addaf416655ec44da046d0e6810947d3a9c5b388c494c4e49f05b7a1
7
+ data.tar.gz: 5711529c48fc6be1510ac756051cb149b636cdda4fddd002d7d56168e869626188217c31cdac8967d8b200b01aa492f525779fdf3c159d61f0235a2d7d498cb5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.5.2](https://github.com/seuros/chrono_machines/compare/chrono_machines/v0.5.1...chrono_machines/v0.5.2) (2026-08-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ignore native_speedup.rb in Zeitwerk loader ([#19](https://github.com/seuros/chrono_machines/issues/19)) ([491cc2d](https://github.com/seuros/chrono_machines/commit/491cc2d3f88786cf6d0c6af68dba7d2511fa3f36))
9
+
3
10
  ## [0.5.1](https://github.com/seuros/chrono_machines/compare/chrono_machines/v0.5.0...chrono_machines/v0.5.1) (2026-08-07)
4
11
 
5
12
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ChronoMachines
4
- VERSION = '0.5.1'
4
+ VERSION = '0.5.2'
5
5
  end
@@ -6,6 +6,7 @@ loader = Zeitwerk::Loader.for_gem
6
6
  loader.ignore("#{__dir__}/chrono_machines/errors.rb")
7
7
  loader.ignore("#{__dir__}/chrono_machines/async_support.rb")
8
8
  loader.ignore("#{__dir__}/chrono_machines/test_helper.rb")
9
+ loader.ignore("#{__dir__}/chrono_machines/native_speedup.rb")
9
10
  loader.inflector.inflect('dsl' => 'DSL')
10
11
  loader.setup
11
12
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chrono_machines
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Abdelkader Boudih