We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbde35 commit a1b3645Copy full SHA for a1b3645
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 1.1.1 (September 25, 2018)
2
3
* Fixes handling of several forward slashes as root path.
4
@@ -8,6 +8,7 @@
8
9
*Xavier Noria*
10
11
+
12
## 1.1.0 (January 23, 2017)
13
14
* Support dynamic `page_cache_directory` using a Proc, Symbol or callable
actionpack-page_caching.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "actionpack-page_caching"
- gem.version = "1.1.0"
+ gem.version = "1.1.1"
gem.author = "David Heinemeier Hansson"
5
gem.email = "david@loudthinking.com"
6
gem.description = "Static page caching for Action Pack (removed from core in Rails 4.0)"
0 commit comments