proscenium 0.19.0.beta2 → 0.19.0.beta4

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: c0ef99a0b3eea897d899b62e5cd298770db886a8271376eb04c8686a6078fcc9
4
- data.tar.gz: 9787122129710ba85c76f6c762804d2e50ff6b7667a7949bc016f044f10cb983
3
+ metadata.gz: '0974d2eb7bebd7230db6f9ade62a9e9efa509fe5f825b94fa87f234a45030c3c'
4
+ data.tar.gz: 76c4e2e8f1a6171a19ba172d7a6fe011cbfcfa99c6de91e2011c260bcb0f1c7b
5
5
  SHA512:
6
- metadata.gz: e5a4d81385d795d350681e8150bccccd84fea0aaae377cf6ae060754fd3d1fb05eae207be86fb2390d8d75bac7e5d1351e4c5cbc0f38a4320e7b2616930fbae2
7
- data.tar.gz: 58099ab856fa75ddacaee87c185ba228fa49e681525cc0711f0dded22b34535caf49508db53bbe2726b8c147d7e941398dd55079f13a106fd8c24d69ee053e4a
6
+ metadata.gz: 727cad4c8760ec2fe7e4aa37e0afbf0f6057e5fcd7807f48539cfe25af58883d7a10cd4d7d1000601f864a85291acf0e63a570c1585b59b2289bcf841ac3607f
7
+ data.tar.gz: 3cbc606d796e547792da4d6cc3c8e738b4e3e99191557e98eec29087362fbd458165f824a77c17b7086d01c1cd24e292f5ee0ac6f1c04ba7fd293b34f722b71f
Binary file
@@ -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
- if engine.root.to_s.start_with?("#{Rails.root}/")
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.19.0.beta2'
4
+ VERSION = '0.19.0.beta4'
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.beta2
4
+ version: 0.19.0.beta4
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