Skip to content

Commit

Permalink
v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 16, 2020
1 parent 5260052 commit d4821f7
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.0' do |s|
Gem::Specification.new 'rack-cache', '1.12.1' 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 d4821f7

Please sign in to comment.