rack-cachely 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rack-cachely (0.3.3)
4
+ rack-cachely (0.3.4)
5
5
  rack
6
6
 
7
7
  GEM
@@ -46,7 +46,7 @@ module Rack
46
46
  return false unless (200...300).include?(status)
47
47
  headers = results[1]
48
48
  control = headers["Cache-Control"]
49
- if /public/.match(control) && /max-age=(\d+)/.match(control) && !/\/assets\//.match(key.to_s)
49
+ if /public/.match(control) && /max-age=(\d+)/.match(control)# && !/\/assets\//.match(key.to_s)
50
50
  @age = $1
51
51
  return true
52
52
  end
@@ -1,5 +1,5 @@
1
1
  module Rack
2
2
  class Cachely
3
- VERSION = "0.3.3"
3
+ VERSION = "0.3.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-cachely
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: