From 58a09dccfa425811fa3b66e097c38bb303c2aa1e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2011 01:15:30 +0000 Subject: Rainbows! 4.3.0 - pull in changes from unicorn 4.1.0 The deprecated Rainbows::HttpResponse class is finally gone thanks to Pratik Naik. Logging of errors is more consistent with the changes in unicorn 4.1.0. There are also minor documentation updates. See the unicorn 4.1.0 release notes for more details: http://bogomips.org/unicorn.git/tag/?id=v4.1.0 --- GIT-VERSION-GEN | 2 +- lib/rainbows/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d2e3b5c..f0ad286 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.2.0.GIT +DEF_VER=v4.3.0.GIT LF=' ' diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 25cc536..a87d76a 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -2,7 +2,7 @@ # :enddoc: module Rainbows::Const - RAINBOWS_VERSION = '4.2.0' + RAINBOWS_VERSION = '4.3.0' include Unicorn::Const -- cgit v1.2.3-24-ge0c7