about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-11-20 03:31:47 +0000
committerEric Wong <normalperson@yhbt.net>2010-11-20 03:31:47 +0000
commit454417bf65dccd9b56e6c8d8272a4cbfd432f94b (patch)
treef93b4d87b5432bbe41b7bf6d14a4f7c4c32c2c56
parentf3aa4b5c01c9ff7d72c6ce5bfde398d556e15d5a (diff)
downloadzbatery-454417bf65dccd9b56e6c8d8272a4cbfd432f94b.tar.gz
Zbatery 0.5.0 - Rainbows! 2.0.x sync v0.5.0
This release syncs up with the latest from Rainbows! 2.0.x
and Unicorn 3.0.x.  See Rainbows! and Unicorn release notes
and changelogs for relevant details.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/zbatery.rb4
-rw-r--r--t/test_isolate.rb4
-rw-r--r--zbatery.gemspec2
4 files changed, 6 insertions, 6 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4a466ed..9ae4282 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.4.0.GIT
+DEF_VER=v0.5.0.GIT
 
 LF='
 '
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 4e53451..071658b 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,8 +4,8 @@ require 'rainbows'
 
 module Zbatery
 
-  # version of Zbatery, currently 0.4.0
-  VERSION = "0.4.0"
+  # version of Zbatery, currently 0.5.0
+  VERSION = "0.5.0"
 
   class << self
 
diff --git a/t/test_isolate.rb b/t/test_isolate.rb
index 11ef662..572231e 100644
--- a/t/test_isolate.rb
+++ b/t/test_isolate.rb
@@ -15,8 +15,8 @@ $stdout.reopen($stderr)
 
 Isolate.now!(opts) do
   gem 'rack', '1.2.1'
-  gem 'unicorn', '2.0.0'
-  gem 'rainbows', '1.0.0'
+  gem 'unicorn', '3.0.0'
+  gem 'rainbows', '2.0.0'
 
   if engine == "ruby"
     gem 'sendfile', '1.0.0' # next Rubinius should support this
diff --git a/zbatery.gemspec b/zbatery.gemspec
index def7d73..005acd2 100644
--- a/zbatery.gemspec
+++ b/zbatery.gemspec
@@ -50,7 +50,7 @@ Gem::Specification.new do |s|
   #   espace-neverblock + eventmachine
   #   async_sinatra + sinatra + eventmachine
   #
-  s.add_dependency(%q<rainbows>, ["~> 1.0.0"])
+  s.add_dependency(%q<rainbows>, ["~> 2.0.0"])
   s.add_development_dependency(%q<isolate>, "~> 3.0.0")
 
   # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems