bundlebun 0.4.2.1.3.13-arm64-darwin → 0.5.0.1.3.13-arm64-darwin

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: 28b7b7e2039d2d2585eb69fc425c17324d53e1b5d45c7fa326df540f3fb4be5d
4
- data.tar.gz: 52d9f403edcfe877629032f4c7e2535a597165ab79fec4795b2e5a00cc3a072c
3
+ metadata.gz: caac8476863cbf87bb5615635f55e6614838dbee637a9dc7fb42c71e517eb910
4
+ data.tar.gz: 92206569ba286e005443729f343ea0770d15539e594bda39f4d1ff075b3cb2c6
5
5
  SHA512:
6
- metadata.gz: c8b84b765b83aee8ee0856d5f3e02a2db1a1447d35851db44e50a03ec963ae40d7d7599d1300c4fef333b752958c9789f1982657f7056875ffb7c5388b72ae76
7
- data.tar.gz: 9310095707e21d63e23083229092bc76ec09b7c7c38ea01c81308d7174cc0a1110bdffd16850e90d6d15d55e4f73d07ddd3753631e739d4cad8ad5f54e02cf78
6
+ metadata.gz: 3e4c56b8cb7c401115ab869f5b192bbb491e7004092972c1d5dbb823beff194273d8abecc906d345d2e66982487db6caedec391f25d780f7e71161eced1757f6
7
+ data.tar.gz: 03b2e83bf8ed84e17891b39e0e3be59e280859f29a7cbce7c9f93659b4b0c33f72c178d137b26a382fd854f3009756d0941853e2a399395b3e7709e6cddb9e23
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.5.0] - 2026-04-30
2
+
3
+ - Now including Bun builds for `linux-musl` Linux variants [#16].
4
+ - Existing Linux variants are now labeled as `linux-gnu`
5
+ - No code changes.
6
+
1
7
  ## [0.4.2] - 2026-04-12
2
8
 
3
9
  - It makes no sense to run Bun without arguments, so no-argument `Bundlebun.call` / `exec` / `system` calls now raise `ArgumentError`.
@@ -8,5 +8,5 @@ module Bundlebun
8
8
  # a Bun runtime with version `1.1.38`.
9
9
  #
10
10
  # This constant always points to the "own" version of the gem.
11
- VERSION = '0.4.2'
11
+ VERSION = '0.5.0'
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundlebun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2.1.3.13
4
+ version: 0.5.0.1.3.13
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Yaroslav Markin