sprockets 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of sprockets might be problematic. Click here for more details.

@@ -16,6 +16,10 @@ module Sprockets
16
16
  else
17
17
  nil
18
18
  end
19
+ rescue Exception => e
20
+ logger.debug "Cache for Asset (#{hash['logical_path']}) is stale"
21
+ logger.debug e
22
+ nil
19
23
  end
20
24
 
21
25
  def cache_hash(key, version)
@@ -1,3 +1,3 @@
1
1
  module Sprockets
2
- VERSION = "2.0.1"
2
+ VERSION = "2.0.2"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sprockets
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 1
10
- version: 2.0.1
9
+ - 2
10
+ version: 2.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sam Stephenson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-09-30 00:00:00 -05:00
19
+ date: 2011-10-04 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency