proscenium 0.19.0.beta2-x86_64-darwin → 0.19.0.beta4-x86_64-darwin

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: 3730ebbd79f3382fd1cdc3f91f7e233d6ba5a39df2fb529d84e5915fb2e2ac39
4
- data.tar.gz: f7f5d2dd1e465ccf8089ad3e710f01f9594f5bc439a125c636c9fdaa75008784
3
+ metadata.gz: d337128cd3145af4fa669a65928b7dce82c27eb20e659ab2e547982779c9d5e5
4
+ data.tar.gz: 93f32b35727ac31e4191050ded38e6132c36f9c49393d866ad0497cc92a48315
5
5
  SHA512:
6
- metadata.gz: b7ba6b31bd87400118f601900295c564689ffde99cc4b6f9a5021245ba929fd0d96291d9af6fa912b0cbefa95b8d9cf81f82662c530ee2052bc87a4541c63858
7
- data.tar.gz: c5bc78691a8e137b5f98f406b1cb6798e1f14212f6d27dd1c8242e14b083ebecd177a54a7419267325534b8600e2df192108ed31379cdc7754a461bb5a4fd033
6
+ metadata.gz: 8956e0f943e104d3276bab91e97b5f9b4ff4e3b914152e07bcfe6f39cf57827a8843c38ad22cfa9f034d68b4c5613211e4410c15a9c998f774f55f7152fb7f82
7
+ data.tar.gz: ffe4c4900cab2ff8e78a5e606e7fdbce3368f9a01026d33b7826ccf89afc8d95e558cde6a04e80c3866e9f60e87596f127e6f91bb5e75cd95694fe0902ec8bf5
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: x86_64-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