external_asset_pipeline 0.6.0 → 0.7.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b928985d82a09e158088dc9d0779900422f04c632c5b32d6b5d1730d4526112
|
|
4
|
+
data.tar.gz: 488f54bdcd2b6d526703704ee20f944aeddf6fef15dc20c29992b46618a1f620
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 93bb3697833b4b674f266bb3ea3a7a9985adaa2527ec39f13246d84fd5e7ab65265571849f1486cf25957d313616c2de90f7b477868d0cdd35565a07d1ddc53b
|
|
7
|
+
data.tar.gz: dcecb0c23123c068cf4d0749f8b5176b6fa131fd11c7d2298a61647486f97e0206ee5a7953dd185229430d6af81172c70d47d2600401436ddbdc97b6c903ced7
|
|
@@ -29,6 +29,11 @@ module ExternalAssetPipeline
|
|
|
29
29
|
|
|
30
30
|
def load
|
|
31
31
|
JSON.parse(@config.manifest_path.read)
|
|
32
|
+
rescue Errno::ENOENT
|
|
33
|
+
warning = "No file exists at path #{@config.manifest_path}; "\
|
|
34
|
+
'treating it as an empty manifest'
|
|
35
|
+
@config.logger.warn warning
|
|
36
|
+
{}
|
|
32
37
|
end
|
|
33
38
|
end
|
|
34
39
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: external_asset_pipeline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Macklin
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-12-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -56,8 +56,8 @@ licenses:
|
|
|
56
56
|
- MIT
|
|
57
57
|
metadata:
|
|
58
58
|
homepage_uri: https://github.com/rails-front-end/external_asset_pipeline
|
|
59
|
-
source_code_uri: https://github.com/rails-front-end/external_asset_pipeline/tree/v0.
|
|
60
|
-
changelog_uri: https://github.com/rails-front-end/external_asset_pipeline/blob/v0.
|
|
59
|
+
source_code_uri: https://github.com/rails-front-end/external_asset_pipeline/tree/v0.7.0
|
|
60
|
+
changelog_uri: https://github.com/rails-front-end/external_asset_pipeline/blob/v0.7.0/CHANGELOG.md
|
|
61
61
|
post_install_message:
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|