proscenium 0.19.0.beta1-arm64-darwin → 0.19.0.beta3-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: b8f7da6691f37b07f85554a9954625e209f16e04d2dd66f90f8aa16bc69ff3ca
4
- data.tar.gz: dc1b1ebd66ca17be4debc8cd5d50419158570f57ab51a8ecbf17301672c55ceb
3
+ metadata.gz: d4c97396c9287b86fd7510627e9d3a6fa88addd90f00d6e654f6b77b8dc4c8b5
4
+ data.tar.gz: 44347e1a6a5413d8c13df017f894c6abb62dea9c94689069345ae8b5ed6fa0ea
5
5
  SHA512:
6
- metadata.gz: 2063dc60f2627de6bf8e0b0ad7aaa7735ab11ff1a47c264319dd86a8da15b98b752c22df9c5046e28348653d45fc9a2489b036fd76997660578427118034a5ac
7
- data.tar.gz: 60bf0f1aaa0488f5831c24a2da3bed95f186fc202fd4469abd9a1d53ee5f138389a35feb484152e20c408eab7d792bf0601c12ff978e287f4d7e7115e9d53ec5
6
+ metadata.gz: a3252fee8288282d5ce473841e004bc82bd3bdd270c271cbbc15b9ea66463d6793bd4e1ea7ef38bab17a9d0f04aea9b8a20027509e79fe343e4134782c3b09c2
7
+ data.tar.gz: e577684d2c0e00b2513e65cfd2fd660a029b57a9bd6d185c916743bc67bf6eb87e0ead643b828d8ec63b0590e8619aa24a6aa379c71e092cdfab61bd7d6b079b
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: arm64-darwin
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