proscenium 0.15.0.beta.2-arm64-darwin → 0.15.0.beta.3-arm64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/proscenium/ext/proscenium +0 -0
- data/lib/proscenium/side_load.rb +2 -0
- data/lib/proscenium/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2999799368693e6ba1039debcea252c4aa08acb4f11691926da72f4d8a534468
|
4
|
+
data.tar.gz: 943329f79a8cad3aa6c54f932aaba3e2c6aa864340b0471c4efe184709c09579
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b83e31089cedad0ee04a9cd349814a5648d91d702df0f54ef32bbf28eeb6b5adf81d52469afa648575033253df78f1ef804dd9f13f7dae4472d01f1e2a4ad16
|
7
|
+
data.tar.gz: 9cfba29b9b6632641582d96ea4fa3eaedb9da232a797d5d53f2add5a4a36d9d5d1723191766d4340d6a5a0dc9fe90601c577ad058543d799668a2c84418f7df2
|
Binary file
|
data/lib/proscenium/side_load.rb
CHANGED
@@ -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
|
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.15.0.beta.
|
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-
|
11
|
+
date: 2024-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|