rack-offline 0.5.1 → 0.5.2

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.
data/lib/rack-offline.rb CHANGED
@@ -27,7 +27,7 @@ module Rails
27
27
  def cache_block
28
28
  Proc.new do
29
29
  files = Dir[
30
- "#{root}/**/*.html"
30
+ "#{root}/**/*.html",
31
31
  "#{root}/stylesheets/**/*.css",
32
32
  "#{root}/javascripts/**/*.js",
33
33
  "#{root}/images/**"]
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Offline
3
- VERSION = "0.5.1"
3
+ VERSION = "0.5.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 5
8
- - 1
9
- version: 0.5.1
8
+ - 2
9
+ version: 0.5.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Yehuda Katz