proscenium 0.19.0.beta1-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d2d60900c3ba2c866fc46ccee659cfd3560e05a542d4fd2a2962a217e29e0e2
4
- data.tar.gz: d00d3d3dbbb1d7b215c109af0419eefc7ef477f1a1e2bf5a65c4de1e4755c4ad
3
+ metadata.gz: cd94038e75a5e66e7cba4ea702a0d53d81faa38ea997905fa649bb6748411d52
4
+ data.tar.gz: '093908775ccf1f991c70c651c210d6d4eb4544d51a7776a3359dc63e499de62a'
5
5
  SHA512:
6
- metadata.gz: 5d22cc2f21be18701b64e4909fc4d94f7bfa8faacb3c911269cbf92c0234a9355e8b87ee92a3cbc1d97a944dc6d84add1acafc14fbb7f72fabb8193ba431dd09
7
- data.tar.gz: e59ecc8f6fe8448398d7d902c5ce957e3d3c977ebcac8fdb0830cc6173503f3db6d4d5546b592d20336a94e4170aff158bcb9b8cf375fbce1b5b6feb55b992bd
6
+ metadata.gz: 8a2782474a3057c1e3dfa3b9e7f1acc78e08d2d0334e662c2388fc792f156e581009d1920ccf9569d369bb7326742dbac4caad46c016d5de1977c01c2f0964a0
7
+ data.tar.gz: c2f4734d0f336fb59fbbc04bcdec88848180e9d1c8d5dc8e92b2e887fb41516d9e7dd39dfb282bafd8b68597be7edb560866d7cf8e7e82f8efd655803dd517b1
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: x86_64-linux
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