cache_rules 0.1.12 → 0.1.13

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.13 (2015-04-28)
4
+
5
+ * Don't cache the Host header
6
+
3
7
  ## 0.1.12 (2015-04-28)
4
8
 
5
9
  * Allow newer rubies
data/cache_rules.gemspec CHANGED
@@ -6,7 +6,7 @@ require 'date'
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'cache_rules'
9
- s.version = '0.1.12'
9
+ s.version = '0.1.13'
10
10
 
11
11
  s.date = Date.today.to_s
12
12
 
data/lib/cache_rules.rb CHANGED
@@ -33,7 +33,7 @@ module CacheRules
33
33
  HEADERS_NO_CACHE = %w(
34
34
  Set-Cookie Cookie
35
35
  Accept-Ranges Range If-Range Content-Range
36
- Referer From
36
+ Referer From Host
37
37
  Authorization Proxy-Authorization
38
38
  )
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cache_rules
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.12
4
+ version: 0.1.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: