proscenium 0.15.0.beta.2-x86_64-linux → 0.15.0.beta.3-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fd614807627e6d4755d7f8b1ec6ad75f215a78a5a24c28724ea8847ff29d6c2
4
- data.tar.gz: 747a388fc948a6f2c4c5a8496820a685f8c06ce846dbb0382ac9741b32c51823
3
+ metadata.gz: 4e835fbf55794d2fe56e4c35b9917fd1fe345489aaacf2b8480b53b0855ff96a
4
+ data.tar.gz: 4069068d096c5ffc1f953af89167709038fdee13d93fea8f3782579cbbc79647
5
5
  SHA512:
6
- metadata.gz: 396f5481fb22ca11cc8e9d9cd50977aec7e07c37bb6fecdc741aa8edad13c825593b9338019047d500db98811559372814a258f8c5d5340d46cb13d06a747bda
7
- data.tar.gz: 4d28ffeaed4cbd4df33f3f0a5c655daba4bc941ecaadeab85c0c21c20d1e5a844a00c7d08282eb0b3ea40ac0be0ad50605769272fb715b04517b707b8bf4b582
6
+ metadata.gz: 4a2211cc555734e643ddeba6577f4726d7c32a4af1b9491774b15583039ac116232bf9a8eccb3245f2255089b50850c6d05e61af125bfbb61111278ba4ff40f0
7
+ data.tar.gz: 2deed7ce2527e1969231d1698bff8048b532ee85d107304d82c2bf4464a3f87235e1a1fe382a57b4aac34c21e8d416742d8ab5eadd7e4896e0db9ece3d39d62a
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: x86_64-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