chrono_machines 0.5.1 → 0.5.2

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: cb4f1620c4d7127ade4674da9654950e2825450ddbc9d18d98769a601b32de15
4
- data.tar.gz: 16b72772ad691fa533a2f8bcac24fed4ae3e82260fefbbdae0524a572ecc6268
3
+ metadata.gz: a02c5bea1c05535fe666e96b6dc442318ccbb695145b3fffb3f7c259c9c1233b
4
+ data.tar.gz: 4a9ad6b5479cfdd7201fa6b52952f4f44743438a2daadd5d12a7e85d76bd3a28
5
5
  SHA512:
6
- metadata.gz: 3bd364afd8eb6985f4403ee82fe3c64154e7cdfc16015baafb7266525aa3029275d73a6406996f0255cc8efbb90712b21bea0a43dd92704a74c7b4f2973c6ec4
7
- data.tar.gz: 22df546a627583ad205bb2fb4f4296bed2fea71428cacc01801031d3e3b56da03376f5fcfcd56f7abd1d54b5e39dac0f190ac76b45cf530457140036eac9a935
6
+ metadata.gz: b367f7d8a63032b1950e0a120485e87bac44f31d7b6a02caf747fb30135a6b6aad99e4ce04724b01eb74ae9fe5464958f8d015ab88e8d5ac8dece43576b3ebaf
7
+ data.tar.gz: 42c6b3908d329f78521d073883abb4aefa5dd0d1c53072773ab305daae4f179f9645e5c5eb931ba0c0efb75bb32446501547fd67d3f3baf2f32febe650ae1556
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: ruby
6
6
  authors:
7
7
  - Abdelkader Boudih