rack-offline 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -72,7 +72,7 @@ module Rack
72
72
  private
73
73
 
74
74
  def precache_key!
75
- hash = @config.cache.map do |item|
75
+ hash = @config.cache.sort!.map do |item|
76
76
  path = @root.join(item)
77
77
  Digest::SHA2.hexdigest(path.read) if ::File.file?(path)
78
78
  end
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Offline
3
- VERSION = "0.6.3"
3
+ VERSION = "0.6.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-offline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-07 00:00:00.000000000 Z
12
+ date: 2012-09-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A Rack endpoint that generates cache manifests and other useful HTML5
15
15
  offline utilities that are useful on the server-side. Rack::Offline also provides