ev_core: remove Tempfile usage once again
commit630501f6214a8d44bd2e7a5ae43badf2c0e093f8
authorEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 09:31:44 +0000 (5 01:31 -0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 5 Nov 2009 09:31:44 +0000 (5 01:31 -0800)
tree8a0ce33b9b0807bc54de942197c413a0c86f329a
parenteb0b56d71731d2dbcfe4022b202677b9173ef81d
ev_core: remove Tempfile usage once again

We're simply too uncomfortable with the weird GC issues
associated with Tempfile and having linked temporary files at
all.  Instead just depend on the #size-aware TmpIO class that
Unicorn 0.94.0 provides for us.
lib/rainbows/ev_core.rb
rainbows.gemspec