From 0c3c6118a4584a2fc7e50f8b88ea02525630077d Mon Sep 17 00:00:00 2001 From: Anton Ageev Date: Thu, 7 Oct 2010 07:19:10 +0400 Subject: [PATCH] Release 1.0.2 --- History.txt | 2 +- tagged-cache.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index a4faea7..c7be36a 100644 --- a/History.txt +++ b/History.txt @@ -1,4 +1,4 @@ -=== 1.0.2 +=== 1.0.2 2010-10-07 * Fixed bug: TaggedStore#read_tags does not escape keys. diff --git a/tagged-cache.gemspec b/tagged-cache.gemspec index f9dd59d..6e1c58a 100644 --- a/tagged-cache.gemspec +++ b/tagged-cache.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "tagged-cache" - s.version = "1.0.1" + s.version = "1.0.2" s.platform = Gem::Platform::RUBY s.summary = "ActiveSupport cache adapter with tagged dependencies" s.authors = ["Anton Ageev"]