proscenium 0.19.0.beta1-aarch64-linux → 0.19.0.beta3-aarch64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1cb96fab1fc2c66437f972396f19bab376bd65ec1d72581ed82c05473057e79
4
- data.tar.gz: 072df951ff61287660aeb1b55e3ec762d688d82908df2f2a8f930acf7307f872
3
+ metadata.gz: cd9f397691d44cf7d4e36709123897c2204192bca12e9fe0d53ab37134606455
4
+ data.tar.gz: 8f3f1c1a8768489e025a9b649b1fcbd9c12dc4724286a0844fe4ba320328f6b3
5
5
  SHA512:
6
- metadata.gz: c980fa451b5f609a0014a8d9e543a132d02ad8f98f443ad9a26c79aa361230c187fa71ad50fe43e97b408b30dbb9cdb93ae181f5245bca294eb1c9eb706f0b57
7
- data.tar.gz: c055058f05dbfa2238986b550a267bca7309b8cc2e23fdfb9c2a0a38862276cf7b91344ffdd9a659ed4585320f3f375b14c6c273c207fbcf45eeb06268331782
6
+ metadata.gz: c63c42f43bcfa2bce5ae0f9b52cb42151b752d301dc5e776b51aa083cf5a91a04a8294f705a72e928e298ffc882208fba61a44c68096f5536aeb948d01cc497a
7
+ data.tar.gz: 2664f47a6ffec44ea51590fb91f44ef84f8aaf6c920367cc06f4ae3bcddabc1f766152a7f3c4d8d7771749306ab685bfef560843477b5b8eb42286589cda9164
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: aarch64-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