proscenium 0.19.0.beta1 → 0.19.0.beta3

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: 9850f8eb215652d969fec15c6353767eafa1d2893811ff9e82ef1b1e806d907f
4
- data.tar.gz: 1d6627df0bc7ddaf4be4a31a0c1497011df3435c0ad13a189459fcf5db9b5eaa
3
+ metadata.gz: ec4f043129fc535a2ec6f550654fd6e5c930fc112905d089a729ec08d12c50b7
4
+ data.tar.gz: 71b3f452e2478a950a43ff0f70d20f24a18876528b401905ad82b288422fb5d1
5
5
  SHA512:
6
- metadata.gz: 23e4e58d9755d14a4a7e59231f92a2a1547b9f59d374a7e30814c69a026f768237a84940430df05201f3211dd80b561959fe940e3e885d812b72797f10e861ec
7
- data.tar.gz: c4acce3c41b023178549fc38209c66beaecd14396fa5fe3b7cf744eb8c8d6ec2a11acc5898e3f46601d63770e140b36510d6690f7fcc2518f8436de05a50fbd0
6
+ metadata.gz: 02ca63a7104dbb6da40d562a4fcb55e3c0743c54990f49fe5209b7b80401a9bfc71384ef46816fb2dbc6db675b473e5ea0fea9b7d0f67984bdfaf840e71a6f8d
7
+ data.tar.gz: 498a842b61f3b95a3b8b7e3ecac53a49cf221a37508efb8bc6d80119b6c66eb34df8e1e6f740f204fc4e63feeeca3cb925f02eca39c154e35c067c1d58dfdfb8
Binary file
@@ -25,10 +25,10 @@ module Proscenium
25
25
  "/#{path}"
26
26
  elsif path.start_with?(Proscenium.ui_path.to_s)
27
27
  path.delete_prefix Proscenium.root.join('lib').to_s
28
- elsif path.start_with?("#{Rails.root}/")
29
- path.delete_prefix Rails.root.to_s
30
28
  elsif (engine = Proscenium.config.engines.find { |e| path.start_with? "#{e.root}/" })
31
29
  path.sub(/^#{engine.root}/, "/#{engine.engine_name}")
30
+ elsif path.start_with?("#{Rails.root}/")
31
+ path.delete_prefix Rails.root.to_s
32
32
  else
33
33
  Builder.resolve path
34
34
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.19.0.beta1'
4
+ VERSION = '0.19.0.beta3'
5
5
  end
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.beta1
4
+ version: 0.19.0.beta3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Moss
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-30 00:00:00.000000000 Z
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.21
194
+ rubygems_version: 3.5.23
195
195
  signing_key:
196
196
  specification_version: 4
197
197
  summary: The engine powering your Rails frontend