proscenium 0.15.0.beta.2-arm64-darwin → 0.15.0.beta.3-arm64-darwin

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: 066be499ae4e0c06812126df76e5f643ab6193d571aac9880f33c41d9a19ff1c
4
- data.tar.gz: efdcbfe5aec97042c8c48ce80a53106a9ea0d5c3f59165985d9a2523f622d01b
3
+ metadata.gz: 2999799368693e6ba1039debcea252c4aa08acb4f11691926da72f4d8a534468
4
+ data.tar.gz: 943329f79a8cad3aa6c54f932aaba3e2c6aa864340b0471c4efe184709c09579
5
5
  SHA512:
6
- metadata.gz: 9a5086309ef05694565f24502e9659d7af0e3ee7d2379e37d8d8f0cf19345a130f703d9021373eb1e1391ca6df79e70a14bbffa8350dc4d1a9d4aa4d3b0e0ef3
7
- data.tar.gz: d456e80182f904957464bf37d09b050e652cdb116434dbda104543e15e73b68e4854bb72907aafcd40734a2cd1ad62822e8fd0e60c0615fbd45fe6d4944d27cc
6
+ metadata.gz: 7b83e31089cedad0ee04a9cd349814a5648d91d702df0f54ef32bbf28eeb6b5adf81d52469afa648575033253df78f1ef804dd9f13f7dae4472d01f1e2a4ad16
7
+ data.tar.gz: 9cfba29b9b6632641582d96ea4fa3eaedb9da232a797d5d53f2add5a4a36d9d5d1723191766d4340d6a5a0dc9fe90601c577ad058543d799668a2c84418f7df2
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: arm64-darwin
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