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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0c3f9f01990a58fb52c448fbdee3096ec76de7f0afddc1852169bc1c3e369ce
4
- data.tar.gz: b3fedbdee7a29a1da90c9d45fafd2bc0896deb01d58f2a3aabae674776635ece
3
+ metadata.gz: c5d7027264dfb1b4d2751704427c0cb7a66f299d64ef09087961efa25e3e87de
4
+ data.tar.gz: 51293f770ecd63f98d587b41587accc1e2dfe638ae3b02247a5ec98fccec4ca3
5
5
  SHA512:
6
- metadata.gz: 771c4d0647326a8f2ecf46c12bcc6fd3de8e9b2ff088a2d2baee4d26bc0fbdfde9d7b11b2e5e2ae6666905aab1b3e3e1b99c466e8bf70aa3f688c36b0ecdddef
7
- data.tar.gz: 07e290791c406ea66d2bb50f8a99d86cb563799056143e21d7159e19dff9c6c878e1602ae019008b73ce6c86c67d21baec00649b16cbd5c97d38bd3cdd9e6fae
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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module CarbonFiber
4
4
  # @return [String] the current gem version
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carbon_fiber
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yaroslav Markin