about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-14 20:06:37 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-14 20:06:37 +0000
commite3a8072170de81f164d02cbfa59a3de18a63513e (patch)
tree240420e843015988a8a5db1b04f3121eaff5a658 /lib/zbatery.rb
parent262ad7228ad146749d8337a682e8486d38df76c2 (diff)
downloadzbatery-e3a8072170de81f164d02cbfa59a3de18a63513e.tar.gz
update for Rainbows! compatibility
Recent versions of Rainbows! and unicorn broke compatibility
during shutdown.
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index a4d20e0..62d1779 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -17,6 +17,7 @@ end
 # :stopdoc:
 # override stuff we don't need or can't use portably
 module Rainbows
+  @readers = [] # rainbows 4.6.x compatibility
 
   module Base
     # master == worker in our case