nosj 0.3.1-x86_64-linux-musl → 0.3.2-x86_64-linux-musl
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 +4 -4
- data/CHANGELOG.md +14 -0
- data/lib/nosj/3.3/nosj.so +0 -0
- data/lib/nosj/3.4/nosj.so +0 -0
- data/lib/nosj/4.0/nosj.so +0 -0
- data/lib/nosj/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01c192a432b6e178e2d39244c792ba28b54c5e3a9ec2d2a5b78716c54948d036
|
|
4
|
+
data.tar.gz: d9995b1b47fdc4636b0f97c00badd887d990fef7358e84f7ec3086ba04d4ff65
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92e3c31e44f8711924f0a1ec71faa8f2dfd982df1be56fd0134d74406eed0165746fe05e478c032aa15ecb858137c94771fa9ecfb7349694affa9cedef64d858
|
|
7
|
+
data.tar.gz: 75b6150e7f5c3390caa9df6dcc9911677a1ca8828b46fccd48ee19c63c3ad3ed64a84f4496d317da7b36adf97c7d6ca1c08dd508eb41c3bc23df0af2422d638a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [0.3.2] - 2026-07-19
|
|
2
|
+
|
|
3
|
+
- **IMPORTANT**—Fixed: the precompiled platform gems linked `libruby`
|
|
4
|
+
into the extension. The arm64-darwin binaries recorded the build runner's
|
|
5
|
+
absolute Ruby path, so `require "nosj"` failed with `Library not
|
|
6
|
+
loaded: /Users/runner/hostedtoolcache/...` on any machine with Ruby
|
|
7
|
+
installed elsewhere (#2), and the Linux binaries carried a
|
|
8
|
+
`libruby.so` runtime dependency that a statically built Ruby (the
|
|
9
|
+
ruby-build default) cannot satisfy. The cause was magnus's `embed`
|
|
10
|
+
feature—needed only by the fuzz harness, which now enables it
|
|
11
|
+
itself—pulling `rb-sys/link-ruby` into the gem build. Extension
|
|
12
|
+
symbols now resolve from the host process at load time, and the
|
|
13
|
+
release build refuses to stage a binary that links libruby.
|
|
14
|
+
|
|
1
15
|
## [0.3.1] - 2026-07-17
|
|
2
16
|
|
|
3
17
|
- Fixed: `NOSJ.minify` / `NOSJ.reformat` produced unparseable output
|
data/lib/nosj/3.3/nosj.so
CHANGED
|
Binary file
|
data/lib/nosj/3.4/nosj.so
CHANGED
|
Binary file
|
data/lib/nosj/4.0/nosj.so
CHANGED
|
Binary file
|
data/lib/nosj/version.rb
CHANGED