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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02134a6c5f6ae2cca914220e2496e271f957894a76dcf6e5f1ebf68c30750102
4
- data.tar.gz: 6b0b7bbdd36b45840f0127858486d5481b310a968e15ca9e3ff898245881f9b7
3
+ metadata.gz: 88b725fdce768264d6e149fe919e1d4f1466a3e8c8e0f524bff9105faaaf0997
4
+ data.tar.gz: 1d71b03c61760e64c27e2604e2ef7a6e975cc1510c4ff0aac900bf26a48c0dad
5
5
  SHA512:
6
- metadata.gz: efcf93277918dc2a442099b96000d51cd3033513db71936ff4a84a38108ff01dd38c0ba1be2c117c755038d0862058598cc3736ba0979f7fe3fe134fe30477ff
7
- data.tar.gz: 5e1b4c0ad07b1e87e6315734f2ff57965624338e6a7581bdfda4389c82cef5f00174cf5f4af87e6528d5954f2de73d3b3bb0378760e5fff39f4257253a86db59
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
@@ -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: arm64-darwin
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