Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendonça França committed Nov 15, 2013
1 parent 9b1bb33 commit 7cc8f56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.2

* Fix load order problem with other gems.

# 1.0.1

* Add Railtie to set `page_cache_directory` by default to `public` folder. (Fixes #5)
Expand Down
2 changes: 1 addition & 1 deletion actionpack-page_caching.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |gem|
gem.name = 'actionpack-page_caching'
gem.version = '1.0.1'
gem.version = '1.0.2'
gem.author = 'David Heinemeier Hansson'
gem.email = 'david@loudthinking.com'
gem.description = 'Static page caching for Action Pack (removed from core in Rails 4.0)'
Expand Down

0 comments on commit 7cc8f56

Please sign in to comment.