bundlebun 0.1.1.1.1.39-x64-mingw-ucrt → 0.1.2.1.1.41-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 +4 -4
- data/CHANGELOG.md +7 -3
- data/lib/bundlebun/vendor/bun/bun.exe +0 -0
- data/lib/bundlebun/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0330795ab24e466f09840f1416b688803e660f7f7d9955b320fc4c59a6bbd019'
|
4
|
+
data.tar.gz: 19689b1e3563022a14c2858e89ace7ae426590b5de68d574703abf1f1fc390f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d01b4cab674be2be97a779c4f55b62727a28de57e6622209ac9cea27d1c3657ec27e0df45dfd4a9c44762cc7da9f9b9fa56632cc941e7d4dc5f7d120a4fd0910
|
7
|
+
data.tar.gz: 42cf86b618e8c95784cdf65d2d9d816f70ec8c55ea263a6fd9f34eeabb8dc688536e80201b060ae6a4216a19a1f614222e5fe7a182dbafff0db58d2414969174
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1
|
-
## [
|
1
|
+
## [0.1.2] - 2024-12-21
|
2
2
|
|
3
|
-
|
3
|
+
- Integration specs now test bundlebun + Bun against vite-ruby and cssbundling-rails + jsbundling-rails with positive real-world scenarios
|
4
|
+
- Minor internal task changes
|
5
|
+
- No major code changes
|
6
|
+
|
7
|
+
## [0.1.1] - 2024-12-17
|
4
8
|
|
5
9
|
- Switch to Yard documentation format from RDoc
|
6
|
-
- No code changes
|
10
|
+
- No major code changes
|
7
11
|
|
8
12
|
## [0.1.0] - 2024-12-15
|
9
13
|
|
Binary file
|
data/lib/bundlebun/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bundlebun
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2.1.1.41
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Yaroslav Markin
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: zeitwerk
|