doc: update support status for Ruby versions
commit895679655a8f4807793f8fa2a87d4b05d216ef07
authorEric Wong <e@80x24.org>
Fri, 6 Feb 2015 20:09:19 +0000 (6 20:09 +0000)
committerEric Wong <e@80x24.org>
Fri, 6 Feb 2015 20:13:21 +0000 (6 20:13 +0000)
tree5246549c7666fd23ad815ce867d82dc882e9b8be
parent8f7c396792c1e81ea14a7a275db9b0cd3ae96ec8
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).
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