about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-30 02:17:17 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-30 02:17:17 -0800
commitd541fd3ee9aa4ddbc3b4f8a14bbea43de19a31d9 (patch)
tree0998216ccc9f26c07e1fe697116ac32688d9124a
parentc5a3c62647d8b45f83dba6306a80c8d3035cf3b3 (diff)
downloadrainbows-d541fd3ee9aa4ddbc3b4f8a14bbea43de19a31d9.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/rainbows/const.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 6d354a0..25da166 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.90.0.GIT
+DEF_VER=v0.90.1.GIT
 
 LF='
 '
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