carbon_fiber 0.1.1 → 0.1.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/carbon_fiber/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: c5d7027264dfb1b4d2751704427c0cb7a66f299d64ef09087961efa25e3e87de
|
|
4
|
+
data.tar.gz: 51293f770ecd63f98d587b41587accc1e2dfe638ae3b02247a5ec98fccec4ca3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac4fcb671a1cc24a5bf60b0bfefeba2c6a84a2f11bfee6036f1c0dc3fdc817a7b8dca09baea35ab5597ff42094a0967aad08f0188b635dbd1cf8da5a2d781a9e
|
|
7
|
+
data.tar.gz: d36a685b4dcc9fee84a1c8782418606ce933e1120da281eb4d50627b440301111cec5be41351d918538f6712bb8d5ae17f2e84bf5b78c29fc7938c4c5feb5457
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [0.1.2] - 2026-04-29
|
|
2
|
+
|
|
3
|
+
- Fix the `x86_64-linux` precompiled gem (erroneously shipped an aarch64
|
|
4
|
+
`.so`).
|
|
5
|
+
- Add precompiled gems for `x86_64-linux-musl` and `aarch64-linux-musl`.
|
|
6
|
+
|
|
1
7
|
## [0.1.1] - 2026-04-29
|
|
2
8
|
|
|
3
9
|
- Fix the macOS release build: rewrite the precompiled bundle's libruby reference to `@rpath/libruby.X.Y.dylib` and add `@executable_path/../lib` so the `arm64-darwin` gem loads on any Ruby install. Previously the install_name was a hardcoded path to the GitHub Actions tool-cache, causing dyld to refuse to load the bundle on user machines.
|
data/lib/carbon_fiber/version.rb
CHANGED