From cf9a1f47804e4b8aab0cc047d95455e9538122bb Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Thu, 8 Oct 2015 16:07:43 -0700 Subject: [PATCH] v1.4.3 --- CHANGES | 4 ++++ rack-cache.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4d0914b..86cb5c6 100644 --- a/CHANGES +++ b/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 diff --git a/rack-cache.gemspec b/rack-cache.gemspec index adac672..e382be6 100644 --- a/rack-cache.gemspec +++ b/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'