From e8d9b86aad0f39d1c0f2b16927e05e4dadb6062c Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Fri, 9 Jul 2010 09:23:11 +0200 Subject: [PATCH] v0.5.0 --- async-rack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-rack.gemspec b/async-rack.gemspec index f2de67f..c3824d3 100644 --- a/async-rack.gemspec +++ b/async-rack.gemspec @@ -2,7 +2,7 @@ SPEC = Gem::Specification.new do |s| # Get the facts. s.name = "async-rack" - s.version = "0.4.1" + s.version = "0.5.0" s.description = "Makes middleware that ships with Rack bullet-proof for async responses." # External dependencies