proscenium 0.19.0.beta13-x86_64-linux → 0.19.0.beta15-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: 6053a8594dc05a2a8fd0478c095e4e9eb5c94b92ad355f6d8e48520cf7e12f26
4
- data.tar.gz: 3da63172e773fb796f08bc50790c4816511a4375616335a35b4fb81a004eef91
3
+ metadata.gz: 65343b538ba1f9d3e006a9269f265b51a92959040289e8076f5af5993e60e53f
4
+ data.tar.gz: 93b1accd246d2c2f17678f52b35687c32dfeabe6482629278aee438f0a99cf1a
5
5
  SHA512:
6
- metadata.gz: 8649f60e73d98ab8c8fc9b1a9f873ae0f957994fae62ae25262ea33ccaf2c84915699c9172c4bbea296b141bae98369a5b61c349b9365a871b679f1d468a9b22
7
- data.tar.gz: 284bb9d738c8874954b97c2f3e0cbf02e45564ed788cdfa07c17c675ded0c2e544cdaa92625619f7f256b097874bd4ceed513ef58bc4f418beb5d9a8b1783bc2
6
+ metadata.gz: f89e19c1df5eb35892bf8e8b876d4603e45aab93fe1ceadf30c59f33de774eb0037038ea1e9819f34c77e5592e4863c2d5847085b9bff7c379b20166be08029c
7
+ data.tar.gz: eaa593e3f02759fb3c3b678333c19e6ea1b3b07b62aa27571f70b13a0d2d2af3f977286b2c146df3e6b2ef3b8be00eb7681dd58da9f59a372be2a3b41c6ecb0c
@@ -13,7 +13,7 @@ module Proscenium
13
13
  bundle = {}
14
14
  specs.each do |s|
15
15
  bundle[s.name] = if s.name == 'proscenium'
16
- Pathname(s.full_gem_path).join('lib/proscenium/ui').to_s
16
+ Pathname(s.full_gem_path).join('lib/proscenium').to_s
17
17
  else
18
18
  s.full_gem_path
19
19
  end
Binary file
@@ -55,15 +55,5 @@ module Proscenium
55
55
  ActionView::PartialRenderer.prepend Monkey::PartialRenderer
56
56
  end
57
57
  end
58
-
59
- initializer 'proscenium.public_path' do |app|
60
- if app.config.public_file_server.enabled
61
- headers = app.config.public_file_server.headers || {}
62
- index = app.config.public_file_server.index_name || 'index'
63
-
64
- app.middleware.insert_after(ActionDispatch::Static, ActionDispatch::Static,
65
- root.join('public').to_s, index:, headers:)
66
- end
67
- end
68
58
  end
69
59
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.19.0.beta13'
4
+ VERSION = '0.19.0.beta15'
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.beta13
4
+ version: 0.19.0.beta15
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: 2025-04-23 00:00:00.000000000 Z
11
+ date: 2025-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi