proscenium 0.7.0-aarch64-linux → 0.8.0-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -4
- data/lib/proscenium/ext/proscenium +0 -0
- data/lib/proscenium/version.rb +1 -1
- data/lib/proscenium.rb +2 -2
- 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: 73444b66e5ce6b5d5909cd219641c19ea3308bb7c1e296a1c7bfa61760c4e0dd
|
4
|
+
data.tar.gz: 8ab6d26b8402450e4ab9196333ba563404da96934e4005db35797ce2cadba2bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38384828fe39b970f2d1691bb9866073913342f837e6d13ac1d3fd31fe61edc3de2fc1048c7846aab2ef4078f1cfcf1a8827203a052a06cf03ae238378a7af01
|
7
|
+
data.tar.gz: 5b695aaad47a3b7ef5557b42fc33ac82d541d6d9d6cfb1269646c92c378b29b92b463973df68a89b780febb548747386cb1d73210a6cdb8d12681f38c6cdc2b9
|
data/README.md
CHANGED
@@ -19,10 +19,6 @@ configuration.
|
|
19
19
|
- Source maps.
|
20
20
|
- Phlex and ViewComponent integration.
|
21
21
|
|
22
|
-
## ⚠️ WORK IN PROGRESS ⚠️
|
23
|
-
|
24
|
-
While my goal is to use Proscenium in production, I recommended that you **DO NOT** use Proscenium in production just yet! It has only been run for local development, and requires several improvements for optimal production use.
|
25
|
-
|
26
22
|
## Installation
|
27
23
|
|
28
24
|
Add this line to your Rails application's Gemfile, and you're good to go:
|
Binary file
|
data/lib/proscenium/version.rb
CHANGED
data/lib/proscenium.rb
CHANGED
@@ -58,8 +58,8 @@ module Proscenium
|
|
58
58
|
sroot = "#{matched_gem[1][:root]}/"
|
59
59
|
relpath = path.delete_prefix(sroot)
|
60
60
|
|
61
|
-
if matched_gem[1][:package_name]
|
62
|
-
return Esbuild::Golib.resolve("#{
|
61
|
+
if (package_name = matched_gem[1][:package_name] || matched_gem[0])
|
62
|
+
return Esbuild::Golib.resolve("#{package_name}/#{relpath}")
|
63
63
|
end
|
64
64
|
|
65
65
|
# TODO: manually resolve the path without esbuild
|
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.8.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: 2023-06-
|
11
|
+
date: 2023-06-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|