bundlebun 0.2.0.1.2.1-aarch64-linux → 0.2.1.1.2.14-aarch64-linux

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: bcabc6545cf36fd1d4141cbaa27184cd687679cdc9f92de8a70487098bee5385
4
- data.tar.gz: 5174d4b568fc8d59e64a8d63eb8cb4268bdc543d4f3943a5c2475979df5d10dc
3
+ metadata.gz: 03d8a4db8fe84c92c38ed04a1669883b1f6680590a14221ecfcad163a21c309f
4
+ data.tar.gz: 45490839dee190e2aa68cb807f65bc88b983c393a5a3fd554ae130b174e17dd5
5
5
  SHA512:
6
- metadata.gz: a3a7726a9cfc26d0949a662bac38b5a5050f599ba7d7875d251e351d65c57c99a43bd296c2d89ac7a6261426c0d604da5e79e90222b914d7d8f79a35ad19dcca
7
- data.tar.gz: 20e32ea42a87ec580c1afead529fb01e79b874474b366fe2d00767e07dc91951e241a0e75f96d2a6c6d4b3be9107746d1af7d43422ce8fadd38811c2a4654fce
6
+ metadata.gz: 9b9ae4206e3c614173303b96e38b8ae84a89f1fccbc78bca2d954cf303da76ec022d6dafc2ce47194f60b9b72126f1d51f1ea2d1eebf19c202ba9203b6f1d09d
7
+ data.tar.gz: f2f99173b3952b96f0c1e95f434d3e06d4069bd7f3714fbec19c971c35839d266766636ad92457a378b4bbb88a98b9357c9543331711fbd87391137e3cdd9608
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
@@ -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.2.0'
11
+ VERSION = '0.2.1'
12
12
  end
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.0.1.2.1
4
+ version: 0.2.1.1.2.14
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Yaroslav Markin
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-01-30 00:00:00.000000000 Z
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.2
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