Skip to content

Commit

Permalink
0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomayko committed May 25, 2009
1 parent f1b0fcc commit c5308be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
3 changes: 3 additions & 0 deletions doc/index.markdown
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rack-cache.gemspec
Expand Up @@ -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"
Expand Down

0 comments on commit c5308be

Please sign in to comment.