proscenium 0.19.0.beta2-aarch64-linux → 0.19.0.beta4-aarch64-linux
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/proscenium/ext/proscenium +0 -0
- data/lib/proscenium/resolver.rb +1 -5
- data/lib/proscenium/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bacb4dd794b570b347bf4a1fd8743ab7a0029eaaf89a63109d344103aa8a3d42
|
4
|
+
data.tar.gz: bf0fa830e406a1f67a40130cad4a13c4bc07b475fe30fa8512ee374f793e6c90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f01a7fefcfeea7b9cd6ced3103af98ec99d2a3344390fe21bfcd3b88613a72142cd5ba7134e74271b4b3bb74e93df36e07a1bed8e689b06d0f83f13c4f0f5abc
|
7
|
+
data.tar.gz: d489974c165d2cb02e5f4d7c94186e21fda2d4c9b98830aed424ae9a1d32eb276b6ca03368be8b81242ec528748b5ac4f69411ea99746559ebcbe7d8e63e9cd8
|
Binary file
|
data/lib/proscenium/resolver.rb
CHANGED
@@ -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
|
-
|
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
|
data/lib/proscenium/version.rb
CHANGED
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.
|
4
|
+
version: 0.19.0.beta4
|
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:
|
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.
|
194
|
+
rubygems_version: 3.5.23
|
195
195
|
signing_key:
|
196
196
|
specification_version: 4
|
197
197
|
summary: The engine powering your Rails frontend
|