prosody 0.5.0-x86_64-linux → 0.5.1-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: d1cd8a443054c2142b2b377c718def4a024dea0f7e1a1942e3e9b720a598b5dc
4
- data.tar.gz: ec9123cd67c62b02d6afdd8fc362776333596d751e7f68e1265b60c2f2442469
3
+ metadata.gz: d88c342cd11f4b6b63529a4b49b6522f03812456155292011833fa09cedeafa0
4
+ data.tar.gz: 7333aff88c4eb772ed2f34cd9b36e899820a9bea93a550e9fe46d12fbb8d6f13
5
5
  SHA512:
6
- metadata.gz: c93e0ad4e4928582310ad33a9faa5d4594c37c8b1592578cc022309a22dc4e9c7c3894a7405e661c11e9fd2c24b585a1eb84cec63030ad09ad69a0bcfb24b6ba
7
- data.tar.gz: 48935c1d23737fcbf084f0391269223187a6c528841198197d0903efdaaa02110775cdc5607d7564b166d0e3c5fe992900b96f61995ce01910ff32a4d0d90c74
6
+ metadata.gz: 515b9738def539f1bcb5b66432803c44bee221efcb335c50231b2463d5e4b53e75c62f6dd97484eea61e5244ae2b4dab4a8a3e981e79af35cfd0d8f3d923d564
7
+ data.tar.gz: e00cf39f69788d4941ced48939e53edb3cc7e5ff601bd88094b659d817e3b1b979f487685271d26f07577c76ad3b6cab3a5d9c837794eb9d9f241ac899309046
data/.cargo/config.toml CHANGED
@@ -6,5 +6,10 @@ rustflags = ["-C", "target-cpu=x86-64-v3"]
6
6
  [source.crates-io]
7
7
  replace-with = "vendored-sources"
8
8
 
9
+ [source."git+https://github.com/xonatius/mimalloc_rust.git?rev=6d4c41bb10c6d9da1d1b6f07b38c4cc051667f11"]
10
+ git = "https://github.com/xonatius/mimalloc_rust.git"
11
+ rev = "6d4c41bb10c6d9da1d1b6f07b38c4cc051667f11"
12
+ replace-with = "vendored-sources"
13
+
9
14
  [source.vendored-sources]
10
15
  directory = "/home/runner/work/prosody-rb/prosody-rb/tmp/cargo-vendor"
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "0.5.0"
2
+ ".": "0.5.1"
3
3
  }
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.5.1](https://github.com/prosody-events/prosody-rb/compare/prosody/v0.5.0...prosody/v0.5.1) (2026-08-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * update mimalloc for thread lifecycle safety ([#48](https://github.com/prosody-events/prosody-rb/issues/48)) ([7b08b16](https://github.com/prosody-events/prosody-rb/commit/7b08b1640331450bbde457321142c0785cbf8eed))
9
+
3
10
  ## [0.5.0](https://github.com/prosody-events/prosody-rb/compare/prosody/v0.4.0...prosody/v0.5.0) (2026-08-19)
4
11
 
5
12
 
Binary file
Binary file
Binary file
@@ -6,5 +6,5 @@ module Prosody
6
6
  # This version number follows semantic versioning and is used by the
7
7
  # gem system to identify the library version. It should be updated
8
8
  # according to semver guidelines when making releases.
9
- VERSION = "0.5.0"
9
+ VERSION = "0.5.1"
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prosody
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Joshua Griffith
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-08-19 00:00:00.000000000 Z
11
+ date: 2026-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: async