From c5308bef158ccfe2f76d08a4726101bbaaa28925 Mon Sep 17 00:00:00 2001 From: Ryan Tomayko Date: Mon, 25 May 2009 06:01:03 -0700 Subject: [PATCH] 0.5 release --- CHANGES | 2 +- doc/index.markdown | 3 +++ rack-cache.gemspec | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7824979..327aee7 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -## 0.5.0 / unreleased +## 0.5.0 / May 2009 * Added meta and entity store implementations based on the memcache-client library. These are the default unless the memcached diff --git a/doc/index.markdown b/doc/index.markdown index 6efb40c..ecfc0c7 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -12,6 +12,9 @@ for [Rack][]-based applications that produce freshness (`Expires`, News ---- + * Rack::Cache 0.5 was released on May 25, 2009. See the + [`CHANGES`](http://github.com/rtomayko/rack-cache/blob/0.5.0/CHANGES) file + for details. * [How to use Rack::Cache with Rails 2.3](http://snippets.aktagon.com/snippets/302-How-to-setup-and-use-Rack-Cache-with-Rails-2-3-0-RC-1) - it's really easy. * [RailsLab's Advanced HTTP Caching Screencast](http://railslab.newrelic.com/2009/02/26/episode-11-advanced-http-caching) is a really great review of HTTP caching concepts and shows how to diff --git a/rack-cache.gemspec b/rack-cache.gemspec index 02b880d..962ba57 100644 --- a/rack-cache.gemspec +++ b/rack-cache.gemspec @@ -3,8 +3,8 @@ Gem::Specification.new do |s| s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.name = 'rack-cache' - s.version = '0.4' - s.date = '2009-04-28' + s.version = '0.5' + s.date = '2009-05-25' s.description = "HTTP Caching for Rack" s.summary = "HTTP Caching for Rack"