From 1205e71a1f1f9839481990316573d4e66cecbc74 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 26 Sep 2021 16:16:00 -0700 Subject: [PATCH] v1.13.0 --- rack-cache.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rack-cache.gemspec b/rack-cache.gemspec index 847cccd..f8da309 100644 --- a/rack-cache.gemspec +++ b/rack-cache.gemspec @@ -1,4 +1,4 @@ -Gem::Specification.new 'rack-cache', '1.12.1' do |s| +Gem::Specification.new 'rack-cache', '1.13.0' 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 = '>= 2.3.0'