proscenium 0.15.0.beta.2-aarch64-linux → 0.15.0.beta.3-aarch64-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: d5c8d6210604d10bf60cd474e15a5567b798e27bcdd1f2bab3211b2f78ebd2cb
4
- data.tar.gz: 32ce2dba600c702683218a257630a8d3451b85e944ec84fd08ce91f535e3dee3
3
+ metadata.gz: a07aa012b420a35a64e434c897f769a5f11122b0f7e10a7b9873b3c701e31738
4
+ data.tar.gz: 1735206fd225e663d56aa78bfc4401a6cc5d8054062567a48a6719a3087591e1
5
5
  SHA512:
6
- metadata.gz: 163fcfd3e3fe5c68872ab75ee71998f88bc06e0ac63169226db368205d26f162e78c852b04ad1888ba74c18525bab03671bc4f75d9e205a7b9ee7744c3668328
7
- data.tar.gz: 4d978943bc77032d1d86c0c7a02eb749ec279563bcaf4e044ae32ad9bff44fabe2331a13568b1ccdc2ad83bb0b20a47f837d59cb78464012062bdc473b34be38
6
+ metadata.gz: 99389ab3c7a1fc73bdde2bcccbead3525a74f97db9947b43efe6eae702a41a3c61582d7e279cac40a1c10cfe7d02750319c97a2bee449b5f12d9bb6c6f93796d
7
+ data.tar.gz: ea200f1d73081e33bb13600cbadd68f6efa767e0393525e1b670703256e3cfac1016ca94186d42ac84df09738b93d2db3e8b9643228ed1fdd1b7fb1c55c60a35
Binary file
@@ -21,6 +21,7 @@ module Proscenium
21
21
  end
22
22
 
23
23
  def capture_and_replace_proscenium_stylesheets # rubocop:disable Metrics/*
24
+ return if response_body.nil?
24
25
  return if response_body.first.blank? || !Proscenium::Importer.css_imported?
25
26
  return unless response_body.first.include? '<!-- [PROSCENIUM_STYLESHEETS] -->'
26
27
 
@@ -52,6 +53,7 @@ module Proscenium
52
53
  end
53
54
 
54
55
  def capture_and_replace_proscenium_javascripts # rubocop:disable Metrics/*
56
+ return if response_body.nil?
55
57
  return if response_body.first.blank? || !Proscenium::Importer.js_imported?
56
58
 
57
59
  imports = Proscenium::Importer.imported.dup
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Proscenium
4
- VERSION = '0.15.0.beta.2'
4
+ VERSION = '0.15.0.beta.3'
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.15.0.beta.2
4
+ version: 0.15.0.beta.3
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: 2024-02-23 00:00:00.000000000 Z
11
+ date: 2024-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport