about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 01:15:30 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 01:19:09 +0000
commit58a09dccfa425811fa3b66e097c38bb303c2aa1e (patch)
treeae681eb18e3b8cbd8db1b9c179e45d51c5ef6fe1 /lib/rainbows/const.rb
parentb6c07eb14f008361caca6fcc642df60b29ef192c (diff)
downloadrainbows-58a09dccfa425811fa3b66e097c38bb303c2aa1e.tar.gz
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
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
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