proscenium 0.19.0.beta2-x86_64-linux → 0.19.0.beta3-x86_64-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/ext/proscenium +0 -0
- data/lib/proscenium/resolver.rb +1 -5
- data/lib/proscenium/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd94038e75a5e66e7cba4ea702a0d53d81faa38ea997905fa649bb6748411d52
|
4
|
+
data.tar.gz: '093908775ccf1f991c70c651c210d6d4eb4544d51a7776a3359dc63e499de62a'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a2782474a3057c1e3dfa3b9e7f1acc78e08d2d0334e662c2388fc792f156e581009d1920ccf9569d369bb7326742dbac4caad46c016d5de1977c01c2f0964a0
|
7
|
+
data.tar.gz: c2f4734d0f336fb59fbbc04bcdec88848180e9d1c8d5dc8e92b2e887fb41516d9e7dd39dfb282bafd8b68597be7edb560866d7cf8e7e82f8efd655803dd517b1
|
Binary file
|
data/lib/proscenium/resolver.rb
CHANGED
@@ -26,11 +26,7 @@ module Proscenium
|
|
26
26
|
elsif path.start_with?(Proscenium.ui_path.to_s)
|
27
27
|
path.delete_prefix Proscenium.root.join('lib').to_s
|
28
28
|
elsif (engine = Proscenium.config.engines.find { |e| path.start_with? "#{e.root}/" })
|
29
|
-
|
30
|
-
path.delete_prefix Rails.root.to_s
|
31
|
-
else
|
32
|
-
path.sub(/^#{engine.root}/, "/#{engine.engine_name}")
|
33
|
-
end
|
29
|
+
path.sub(/^#{engine.root}/, "/#{engine.engine_name}")
|
34
30
|
elsif path.start_with?("#{Rails.root}/")
|
35
31
|
path.delete_prefix Rails.root.to_s
|
36
32
|
else
|
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.19.0.
|
4
|
+
version: 0.19.0.beta3
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Joel Moss
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
- !ruby/object:Gem::Version
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
|
-
rubygems_version: 3.5.
|
194
|
+
rubygems_version: 3.5.23
|
195
195
|
signing_key:
|
196
196
|
specification_version: 4
|
197
197
|
summary: The engine powering your Rails frontend
|