proscenium 0.19.0.beta2-x86_64-linux → 0.19.0.beta4-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 +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: bb02321d1c0abfc13e7d6e11d9e2510546c9be80a8c1ad95f7e94ef1278bf7e7
         | 
| 4 | 
            +
              data.tar.gz: 7a05e1b5a80259467942e7dc4aa2339f323300cda33c703174a73f9efe14d6ae
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: fbe4a1adec93c0a714bf1305b8026eb5fae6c1562197ebb7c930e675c0194c9351643a2223b78590cb295a262f55575345de6b72debd7806b3c8dc176f94bc40
         | 
| 7 | 
            +
              data.tar.gz: e7c3b9e31227a79b48951f814ddf86393450c598fd01a0c4a5a92d27eeb053e81213d65eb0b0334938833db7ecae33a93be14964c3560a1632ee5b4460e53cb5
         | 
| 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: x86_64-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
         |