From d541fd3ee9aa4ddbc3b4f8a14bbea43de19a31d9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Dec 2009 02:17:17 -0800 Subject: Rainbows! 0.90.1 This release contains minor bugfixes/compatibility improvements for ThreadSpawn, ThreadPool and EventMachine users. Excessive error messages from spurious wakeups using ThreadSpawn/ThreadPool under most platforms are silenced. Only Ruby 1.9 users under Linux were unaffected by this bug. EventMachine users may now use EM::Deferrable objects in responses, vastly improving compatibility with existing async_sinatra apps. --- lib/rainbows/const.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index ee745f3..40acd25 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -3,7 +3,7 @@ module Rainbows module Const - RAINBOWS_VERSION = '0.90.0' + RAINBOWS_VERSION = '0.90.1' include Unicorn::Const -- cgit v1.2.3-24-ge0c7