doc: update support status for Ruby versions
commitc3271c2eb26578316d7cecad1a2b99e1814a5fa3
authorEric Wong <e@80x24.org>
Fri, 6 Feb 2015 20:09:19 +0000 (6 20:09 +0000)
committerEric Wong <e@80x24.org>
Wed, 22 Apr 2015 18:56:42 +0000 (22 18:56 +0000)
tree45bedb64a441f47c84a5b2fc478007be81480173
parente5925e55a5365053415f08bb4cb7f810a533601d
doc: update support status for Ruby versions

unicorn 5 will not support Ruby 1.8 anymore.

Drop mentions of Rubinius, too, it's too difficult to support due to
the proprietary and registration-required nature of its bug tracker.
The smaller memory footprint and CoW-friendly memory allocator in
mainline Ruby is a better fit for unicorn, anyways.

Since Ruby 1.9+ bundles RubyGems and gem startup is faster nowadays,
we'll just depend on that instead of not loading RubyGems.

Drop the local.mk.sample file, too, since it's way out-of-date
and probably isn't useful (I have not used it in a while).

[reinstate 1.9 version check for listener_fds in backport]
HACKING
KNOWN_ISSUES
README
Sandbox
lib/unicorn/configurator.rb
lib/unicorn/http_server.rb
local.mk.sample [deleted file]
t/README
test/unit/test_socket_helper.rb