This repository was archived by the owner on Dec 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- # 0.4.0 (2015-05-03)
3+ ## 0.4.1 (2015-05-04)
4+
5+ * Update README.md
6+
7+ ## 0.4.0 (2015-05-03)
48
59 * Modify 'revalidation' table so it doesn't check if the response is expired
610 * Ensure validator matching works with '* '
711 * Fix tests
812
9- # 0.3.0 (2015-05-03)
13+ ## 0.3.0 (2015-05-03)
1014
1115 * Make cache rules consistent based RFC spec
1216 * Add required 'cached' headers to tests
1317
14- # 0.2.0 (2015-05-02)
18+ ## 0.2.0 (2015-05-02)
1519
1620 * Version bump
1721
18- # 0.1.20 (2015-05-01)
22+ ## 0.1.20 (2015-05-01)
1923
2024 * Recently cached responses are cached correctly. Fixes issue #11
2125
22- # 0.1.19 (2015-05-01)
26+ ## 0.1.19 (2015-05-01)
2327
2428 * The 'max-stale' header doesn't affect 'max-age' validation
2529
26- # 0.1.18 (2015-05-01)
30+ ## 0.1.18 (2015-05-01)
2731
2832 * Ensure the 'Cache-Control: max-age' is validated
2933 * Add regression tests
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require 'date'
66
77Gem ::Specification . new do |s |
88 s . name = 'cache_rules'
9- s . version = '0.4.0 '
9+ s . version = '0.4.1 '
1010
1111 s . date = Date . today . to_s
1212
You can’t perform that action at this time.
0 commit comments