bundlebun 0.4.2.1.3.13-x64-mingw-ucrt → 0.5.0.1.3.13-x64-mingw-ucrt

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: d3b81d6279239be3192fb1f0e2cadb688f05d2154cdac0411c6140c58a3f9df0
4
- data.tar.gz: c09a3058fd60b240fba71aab9db4304ab4e21be4caab3e96f3827bacd02cb748
3
+ metadata.gz: 2829a9996bf6bc5299ecbd8a205e98d10e5e5bf2aa231a899d861be095a38b13
4
+ data.tar.gz: 7b7cd0cee017e852a0fd660a3dd6aa380a3afb430f0fd457b15f028a1c45146c
5
5
  SHA512:
6
- metadata.gz: fab3ad28604fe41dd6ecbb8e650f30c1b35948d700ac6f9aa6b3768e0ada46de4f87a72651a7091bbc64729fca0ab16242cf48ddd7cb797eb9b4d049dcdbc629
7
- data.tar.gz: a3e2f5481fcde7a86d0a551bd7cb2e3731121b6bbefc504f44f45f620afec26d9515dd95483ce19182deaa5c63ff431f5b431586f8b52ad6f4aa8661436d8ae1
6
+ metadata.gz: 158cf449f1ef93137a275998ce998bf018c6e65823d03be02dc9866e5c070a3814df4e1577f4ccf5c26d909da4587f8a61347f5f97638699860191affa3d5cb7
7
+ data.tar.gz: 0d367921969f983a61eae862fb9d675ff1a876af073b57ae1e0317bf21e1bb3c0f8c8c5d8d68432abfea0b20b9c9146ef5b5fe38079d9d95ebb70fc3043de5fc
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: x64-mingw-ucrt
6
6
  authors:
7
7
  - Yaroslav Markin