Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Sep 26, 2021
1 parent b7c301f commit 1205e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rack-cache.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1205e71

Please sign in to comment.