non-stupid-digest-assets 1.0.3 → 1.0.4

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
  SHA1:
3
- metadata.gz: 030252475e6d337adfc4a1a3a7dc07cdfa110ca4
4
- data.tar.gz: f3e3638cf97a5e53a43b163737f4c253004de98b
3
+ metadata.gz: 266c57f34207023dec9633787cf63674d8516f4a
4
+ data.tar.gz: fa074b2fc8992fa7e3ab43740075b95def60466c
5
5
  SHA512:
6
- metadata.gz: e209cf69ac8bc6b4fc4d8f3c24b35c145ceefa9725ab49d0effb59fcb221cc52de9be81cff2c6c49392d1f608499a8f53e1b9e245fdb3d031c9bdcdde0b20e94
7
- data.tar.gz: c7e57bb6fef7f8fc22235cfce69fe05c2ba3a160a3926c57c23f60475a40b5620059440bc102164ce022e7abc9d92b844a13a767881cc6b67a10748af90187de
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.info "Writing #{full_non_digest_path}"
40
+ logger.debug "Writing #{full_non_digest_path}"
41
41
  FileUtils.cp full_digest_path, full_non_digest_path
42
42
  else
43
- logger.warn "Could not find: #{full_digest_path}"
43
+ logger.debug "Could not find: #{full_digest_path}"
44
44
  end
45
45
  if File.exists? full_digest_gz_path
46
- logger.info "Writing #{full_non_digest_gz_path}"
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.warn "Could not find: #{full_digest_gz_path}"
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.3
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-01-25 00:00:00.000000000 Z
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