ratomic 0.4.1-aarch64-linux → 0.4.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: 321a2125b256c55b5ff13ef910bc8bf2d3318e4db68cb50f1bb4731f99644dc1
4
- data.tar.gz: 8a9db1564c850b010a0c7ff64486b354bf05733b140bd19e9aecb85760e3a5d8
3
+ metadata.gz: 41d24a1743a8bfad9314ecca8d7d5adff88bba9029d06f04b439d73ea6ade570
4
+ data.tar.gz: 7307378f4c722713e59c16f08d012d51b542c8e1225d33cf10d99d09522bc033
5
5
  SHA512:
6
- metadata.gz: 9dbfaa998a3666d5ee48c5df5e65e080b46d0a48060776a05b53ce76675464b00e3ee68fc2e23ea63b7973dd6de939614b6c618ea8e2617fb349556ef9f32b08
7
- data.tar.gz: 989b7054e2f850cb2a5bd4e6860787160edf7821e5c4597969b7e69262a312ec940fe288c3b91b9f79546bf2b7ef7933e3b62bcb07a5f7ba21ee623679bd6738
6
+ metadata.gz: c9d3e4bd71eee11de1d5642981facb919fa061be007aac19fde142d5436bceff1e8863803ef9a611384b7ffa5a68bc9aa7bcc92b7fd2b3ef795c9fe3ff517c6b
7
+ data.tar.gz: 907766d62e0574dff603c2a276e3e6284de828f1b85233db17b2d1bae8f8d2a274e0d2ac452ba45ac1728833d8238149a04b1b69d53ba3f8da5a3c5323360ca2
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: aarch64-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.