From 454417bf65dccd9b56e6c8d8272a4cbfd432f94b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Nov 2010 03:31:47 +0000 Subject: [PATCH] Zbatery 0.5.0 - Rainbows! 2.0.x sync 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. --- GIT-VERSION-GEN | 2 +- lib/zbatery.rb | 4 ++-- t/test_isolate.rb | 4 ++-- zbatery.gemspec | 2 +- 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, ["~> 1.0.0"]) + s.add_dependency(%q, ["~> 2.0.0"]) s.add_development_dependency(%q, "~> 3.0.0") # s.licenses = %w(GPLv2 Ruby) # accessor not compatible with older RubyGems -- 2.11.4.GIT