proscenium 0.20.1-aarch64-linux → 0.21.0-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 +4 -4
- data/lib/proscenium/builder.rb +1 -0
- data/lib/proscenium/ext/proscenium +0 -0
- data/lib/proscenium/railtie.rb +2 -0
- data/lib/proscenium/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: 4b377c1a00f742c84d4edaad946848ac15079f7b9f3874c464165189d5d6f38c
|
4
|
+
data.tar.gz: ff4c9eeef356e9019043f0d6837ea1e4ef7673d98956b74c4c69fe34d8edae74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76fd624283900360db792abf54370ebd7a22029b2561cbc61647b93d01afad5d95fa4070f909362c2ba7035ec1d70635cddc0216d4c282fd606d1647427746cd
|
7
|
+
data.tar.gz: 669de1391e9d80231d17e0ab404f258868ee631e03e7874b561c3fad2209d7967249ad84eb895a468c53088b07ce78d176582bc1ceefa924000649eead62edcd
|
data/lib/proscenium/builder.rb
CHANGED
@@ -80,6 +80,7 @@ module Proscenium
|
|
80
80
|
CodeSplitting: Proscenium.config.code_splitting,
|
81
81
|
RubyGems: Proscenium::BundledGems.paths,
|
82
82
|
Bundle: Proscenium.config.bundle,
|
83
|
+
Aliases: Proscenium.config.aliases,
|
83
84
|
QueryString: cache_query_string,
|
84
85
|
Debug: Proscenium.config.debug
|
85
86
|
}.to_json)
|
Binary file
|
data/lib/proscenium/railtie.rb
CHANGED
@@ -18,6 +18,8 @@ module Proscenium
|
|
18
18
|
config.proscenium.cache_query_string = Rails.env.production? && ENV.fetch('REVISION', nil)
|
19
19
|
config.proscenium.cache_max_age = 2_592_000 # 30 days
|
20
20
|
|
21
|
+
config.proscenium.aliases = {}
|
22
|
+
|
21
23
|
# List of environment variable names that should be passed to the builder, which will then be
|
22
24
|
# passed to esbuild's `Define` option. Being explicit about which environment variables are
|
23
25
|
# defined means a faster build, as esbuild will have less to do.
|
data/lib/proscenium/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: proscenium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ffi
|