chrono_machines 0.5.1-x86_64-linux → 0.5.2-x86_64-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: db3c68f83187b47dd73b31b62baddfba97f086f7124d3e5dc961f7ef109ffe73
4
- data.tar.gz: a22e2f82855b8041b8f7162955f48d3bc54d3670f8b0b97dc00afd00c5d8c2d0
3
+ metadata.gz: b96f4d92e91301ec3ef2ca9a2d89fc04bd681764fbf54776963508042d89cb0b
4
+ data.tar.gz: bd164f946cd34b8255e41642c8908258cbd9437c6d62ab7791081bfa96d1b9d2
5
5
  SHA512:
6
- metadata.gz: 71898a6d5cf99bc17ea534df35d3d7594b1cac17037690d70fffdd80b489230e31faa1c69eb0184e3b077f4262da4b5e8d00993d69393584bcdeb8a6699536e3
7
- data.tar.gz: b172ec5849d6350967658c251589c4bc238243249fd950078b6bc792c3f2a860822f34cd501389983f7e24d21e816c8dd43ca3ad6e6c7f7c79d34e29e091cb71
6
+ metadata.gz: c08a4c8da086e2a9d1e0c6e58a2c367ec9c034ea0bf146203203e2d20c4ec6c7e8c477a0697ba02b9d81ce087eb96bc8f2c27b049d227d3461213b51b23760b3
7
+ data.tar.gz: e258689185ad429db941f5c3f48e94f7db0e1d0e0944102ae9ac51bf9cad9e83fb70595603d9e50b84ee3678a6ca876d4dd669f796bcfcf769ee1cbd40267a22
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: x86_64-linux
6
6
  authors:
7
7
  - Abdelkader Boudih