From fb82f5772104ffe5e225d30668fb1e0b405b4ae7 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 13 Nov 2009 18:50:01 -0800 Subject: bump versions since we depend on Unicorn::ClientShutdown --- lib/rainbows/const.rb | 2 +- local.mk.sample | 2 +- rainbows.gemspec | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 34a1644..bd3861d 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -3,7 +3,7 @@ module Rainbows module Const - RAINBOWS_VERSION = '0.5.0' + RAINBOWS_VERSION = '0.6.0pre' include Unicorn::Const diff --git a/local.mk.sample b/local.mk.sample index 787883d..3672c89 100644 --- a/local.mk.sample +++ b/local.mk.sample @@ -6,7 +6,7 @@ DLEXT := so gems := rack-1.0.1 -# gems += unicorn-0.93.5 # installed via setup.rb +# gems += unicorn-0.95.0 # installed via setup.rb gems += rev-0.3.1 iobuffer-0.1.1 gems += eventmachine-0.12.10 gems += async_sinatra-0.1.5 sinatra-0.9.4 diff --git a/rainbows.gemspec b/rainbows.gemspec index 9237dfc..699de2b 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -41,7 +41,8 @@ Gem::Specification.new do |s| s.test_files = test_files # we need Unicorn for the HTTP parser and process management - s.add_dependency(%q, ["~> 0.94.0"]) + # Unicorn 0.95.0 should be released on or around Nov 13/14/15, 2009 + s.add_dependency(%q, ["~> 0.95.0"]) # Unicorn already depends on Rack # s.add_dependency(%q) -- cgit v1.2.3-24-ge0c7