non-stupid-digest-assets 1.0.3 → 1.0.4
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 +4 -4
- data/lib/non-stupid-digest-assets.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 266c57f34207023dec9633787cf63674d8516f4a
|
4
|
+
data.tar.gz: fa074b2fc8992fa7e3ab43740075b95def60466c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 506ea8868e1377ad6f52b32e30197d1eb8ce4ae72c24b6a783326a30d3540b268bcdf67908166de2834236e6514af4042acc2369773d80014fd358e918b4d9ef
|
7
|
+
data.tar.gz: 11275240e3a31b307c259ce14de8331cb2e97fb4f77410dd6a45e7ce4a1debe9b8a2d6f003a178c7b76ec5dabcf205a63b74ccfa405a035e82b85681cf304de9
|
@@ -37,16 +37,16 @@ module Sprockets
|
|
37
37
|
full_non_digest_gz_path = "#{full_non_digest_path}.gz"
|
38
38
|
|
39
39
|
if File.exists? full_digest_path
|
40
|
-
logger.
|
40
|
+
logger.debug "Writing #{full_non_digest_path}"
|
41
41
|
FileUtils.cp full_digest_path, full_non_digest_path
|
42
42
|
else
|
43
|
-
logger.
|
43
|
+
logger.debug "Could not find: #{full_digest_path}"
|
44
44
|
end
|
45
45
|
if File.exists? full_digest_gz_path
|
46
|
-
logger.
|
46
|
+
logger.debug "Writing #{full_non_digest_gz_path}"
|
47
47
|
FileUtils.cp full_digest_gz_path, full_non_digest_gz_path
|
48
48
|
else
|
49
|
-
logger.
|
49
|
+
logger.debug "Could not find: #{full_digest_gz_path}"
|
50
50
|
end
|
51
51
|
end
|
52
52
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: non-stupid-digest-assets
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Speller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |2
|
14
14
|
Rails 4, much to everyone's annoyance, provides no option to generate both digest
|