ratomic 0.4.1-x86_64-linux → 0.4.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: 70f2ba5743ae5452c825ccb7018d7d7cdf2c8949814c53701c460c04cc3d4fde
4
- data.tar.gz: a4b2e160cfac34f45cdb7796033113fd006f615ec8fcf83bf15a191c6492b263
3
+ metadata.gz: 9399de3733f66680e85f464ba8c437f87f64bb7886349137b94a825f7d13cccd
4
+ data.tar.gz: 99a7f6cfa07236942795b0b77cc50fb5e497aedd46c8644fe95d84d11bb18eb5
5
5
  SHA512:
6
- metadata.gz: bb6f07a2d6c320099f0f82b8f4eb6f75f52397fdf8aba08be662f1d17eb21d07e5295f83be8299467f3e4f88f3ec4a7e9ff861f47560c1cd50dc174e7b9ce6e8
7
- data.tar.gz: 9b4d1370eabc6fc418223845be667a771261add1c2edc8f56d7cf9a9a15fa7cf06c25c285583d697f586eca102f0ebc4078197e108a07ab815090ac7bf398a6e
6
+ metadata.gz: 762d95f413933de555dfd2d78f66660c0c303ba4ee6c1c2e890baef3c1b68cfef25129b83f50b0f13b700a893f95aaf1094771a0e7cee3c6c943a55036b12b3b
7
+ data.tar.gz: af3989549ae3f07651b8a461d39240e3165097147a6d58d572d4f99fbc71fb394d77857e72843dab78449f3f4abb63d89e263cbebbcb973bbc6b45ee5cfafc6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Fixed
6
+
7
+ - Prevent `Map#compute` from deadlocking when multiple Ruby threads contend for the same key.
8
+
3
9
  ## 0.4.1
4
10
 
5
11
  ### Documentation
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Ratomic
4
4
  # Current gem version string.
5
- VERSION = "0.4.1"
5
+ VERSION = "0.4.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ratomic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Mike Perham
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2026-06-10 00:00:00.000000000 Z
12
+ date: 2026-07-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Ractor-safe counters, maps, queues, and ownership-transfer pools backed
15
15
  by native Rust concurrency primitives.