Skip to content

Commit

Permalink
v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 8, 2015
1 parent 7eaaf0e commit cf9a1f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
## 1.4.3

* After overriding the REQUEST_METHOD, store the original request method in "rack.methodoverride.original_method"

## 1.4.1

* Ignore invalid Expires date as per RFC
Expand Down
2 changes: 1 addition & 1 deletion rack-cache.gemspec
@@ -1,4 +1,4 @@
Gem::Specification.new 'rack-cache', '1.4.2' do |s|
Gem::Specification.new 'rack-cache', '1.4.3' do |s|
s.summary = "HTTP Caching for Rack"
s.description = "Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information."
s.required_ruby_version = '>= 1.9.3'
Expand Down

0 comments on commit cf9a1f4

Please sign in to comment.