bundlebun 0.2.0.1.2.1-arm64-darwin → 0.2.1.1.2.14-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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/bundlebun/vendor/bun/bun +0 -0
- data/lib/bundlebun/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88b725fdce768264d6e149fe919e1d4f1466a3e8c8e0f524bff9105faaaf0997
|
4
|
+
data.tar.gz: 1d71b03c61760e64c27e2604e2ef7a6e975cc1510c4ff0aac900bf26a48c0dad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f57ef491e979187f5c46b3ec4ffdbae2d1d920f473d2973be8c21463e674626b077322032784e7f630583f7e119962f121db232d6291981bd6fa63fce3b4d1b3
|
7
|
+
data.tar.gz: 34df2d0e50098795b61dd22d70dcaac64a9bd48c80d681c5c02456a275428d3c92bc821f8099ae03ca15ec88abba3a1b8c0eab891caf808d962973f609def26a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
## [0.2.1] - 2025-05-28
|
2
|
+
|
3
|
+
- Update dependencies
|
4
|
+
|
1
5
|
## [0.2.0] - 2025-01-30
|
2
6
|
|
3
7
|
- It is now recommended to include `gem bundlebun` after other existing frontend-related gems in your `Gemfile`. That removes the need to install one-liner initializer monkeypatches for most cases. The gem detects and loads all integrations when loaded. Alternatively, the developer can call integration monkey-patches (`Bundlebun::Integrations::Something.bun!`) directly.
|
Binary file
|
data/lib/bundlebun/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundlebun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1.1.2.14
|
5
5
|
platform: arm64-darwin
|
6
6
|
authors:
|
7
7
|
- Yaroslav Markin
|
8
8
|
bindir: exe
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: zeitwerk
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.6.
|
98
|
+
rubygems_version: 3.6.7
|
99
99
|
specification_version: 4
|
100
100
|
summary: bundlebun bundles the Bun JavaScript runtime, package manager and build tool,
|
101
101
|
for use with Ruby and Rails
|