Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
randallreedjr committed May 8, 2018
1 parent 2982372 commit 6053c0a
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.7.2

* fix key generation for requests with no query strings

## 1.7.0

* Meta stores now receive a third ttl argument to write when use_native_ttl is used.
Expand Down
2 changes: 1 addition & 1 deletion rack-cache.gemspec
@@ -1,4 +1,4 @@
Gem::Specification.new 'rack-cache', '1.7.1' do |s|
Gem::Specification.new 'rack-cache', '1.7.2' 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.0.0'
Expand Down

0 comments on commit 6053c0a

Please sign in to comment.