about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-03-01 10:40:51 +0000
committerEric Wong <normalperson@yhbt.net>2010-03-01 10:42:20 +0000
commit816d4e840fca8606215a328beda90dd92153bcd7 (patch)
treee7544fc4251947a90874c55c0154f0a656f0e566 /lib/zbatery.rb
parentcdec2a634c85b92aa95d4c1f0ce2a056e332dfca (diff)
downloadzbatery-816d4e840fca8606215a328beda90dd92153bcd7.tar.gz
Zbatery 0.2.0 - Unicorn/Rainbows! resync v0.2.0
Eric Wong (7):
      use Unicorn.builder to parse config.ru switches
      import selected parts of test suite from Rainbows!
      gemspec: depend on newer Unicorn for Unicorn.builder
      support "user" directive outside of after_fork hook
      MRI 1.8 thread fix to avoid blocking accept()
      disable more Unicorn methods
      support Unicorn 0.96.0+ ready_pipe daemonization
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 9704839..0b41906 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 module Zbatery
 
   # current version of Zbatery
-  VERSION = "0.1.1"
+  VERSION = "0.2.0"
 
   class << self