about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-05 20:48:16 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-05 20:48:16 -0700
commitad5ed778e520007af9ab64a9e790c4ffea81e3c5 (patch)
tree4f0921e9f2cd1436b8e2ad3c6364099c815c7652
parent09e93cd05506023d38c471bcbc8189447f800524 (diff)
downloadrainbows-ad5ed778e520007af9ab64a9e790c4ffea81e3c5.tar.gz
Fixed Ruby 1.8 support (and all 1.9 systems without Revactor).
Process-wide timeout handling for the ThreadSpawn concurrency
model should now work properly.  Small cleanups everywhere.

Eric Wong (16):
      Rakefile: add publish_news target
      Fix NEWS generation on single-paragraph tag messages
      README: move RDoc links down to fix gem description
      README: add install instructions
      summary: s/slow apps/sleepy apps/g
      Avoid naming names in LICENSE/README files
      rainbows/base: cleanup constant include
      tests: quiet down bin installation
      Add top-level "test" target for make
      local.mk.sample: sync to my current version
      tests: allow "make V=2" to set TEST_OPTS += -x
      cleanup temporary file usage in tests
      local.mk.sample: fix revactor dependency
      Thread* models: cleanup timeout management
      thread_spawn: fix timeout leading to worker death
      less error-prone timeouts for Thread models
-rwxr-xr-xGIT-VERSION-GEN3
-rw-r--r--lib/rainbows/const.rb2
2 files changed, 2 insertions, 3 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9964f2d..8e53f75 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,8 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.1.0
-# DEF_VER=v0.1.0.GIT
+DEF_VER=v0.1.1.GIT
 
 LF='
 '
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 20739c1..1b5c3a8 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -3,7 +3,7 @@
 module Rainbows
 
   module Const
-    RAINBOWS_VERSION = '0.1.0'
+    RAINBOWS_VERSION = '0.1.1'
 
     include Unicorn::Const