Bump version to 3.1.0. Install man page into standard directory to

avoid errors when upgrading/removing package.

OK landry@
This commit is contained in:
jeremy 2011-03-14 20:45:10 +00:00
parent c55b5b25c5
commit 906d642ec7
3 changed files with 101 additions and 34 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2011/01/06 04:24:25 jeremy Exp $
# $OpenBSD: Makefile,v 1.3 2011/03/14 20:45:10 jeremy Exp $
COMMENT = ruby-unicorn for sleepy apps and slow clients
DISTNAME = rainbows-2.0.1
REVISION = 0
DISTNAME = rainbows-3.1.0
CATEGORIES = www
HOMEPAGE = http://rainbows.rubyforge.org/
@ -19,11 +18,16 @@ PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-unicorn,${MODRUBY_FLAVOR}>=3.0.0,<3.1 \
RUN_DEPENDS = www/ruby-unicorn,${MODRUBY_FLAVOR}>=3.4,<4.0 \
www/ruby-rack,${MODRUBY_FLAVOR}>=1.1.0,<2.0
CONFIGURE_STYLE = ruby gem ext
post-install:
cd ${WRKINST}/${LOCALBASE}/${GEM_LIB}/gems/${DISTNAME}/man/man1 && \
mv rainbows.1 ${WRKINST}/${LOCALBASE}/man/man1/rainbows${GEM_MAN_SUFFIX}.1
rm -r ${WRKINST}/${LOCALBASE}/${GEM_LIB}/gems/${DISTNAME}/man
# Regress fails for various different reasons,
# many of which are due to nonportable test code
REGRESS_DEPENDS = devel/gmake \

View File

@ -1,5 +1,5 @@
MD5 (rainbows-2.0.1.gem) = of8MEeu5jzc/y30JimAq8A==
RMD160 (rainbows-2.0.1.gem) = Y6Llgbhl1IrGgWo0axeQlTui6OE=
SHA1 (rainbows-2.0.1.gem) = XkNk5ncMJyI2iWKaR28l396E7eo=
SHA256 (rainbows-2.0.1.gem) = BKuc8sP+8dzuu1oK9xcr9CILn+aRciS7LqRFyEsmKsY=
SIZE (rainbows-2.0.1.gem) = 126976
MD5 (rainbows-3.1.0.gem) = QluaYWN4JMz8Xmxft/zjCg==
RMD160 (rainbows-3.1.0.gem) = WXw1GP5J7ydP0GOQDxVbvjU3vu0=
SHA1 (rainbows-3.1.0.gem) = lNXV001xCrxhRqMl0e/SDQVGqhU=
SHA256 (rainbows-3.1.0.gem) = C15/A9bO3+5G1pwaSxhNIKFMKIWR6rice7/+hp7z29w=
SIZE (rainbows-3.1.0.gem) = 157184

View File

@ -1,10 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 20:07:41 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.2 2011/03/14 20:45:10 jeremy Exp $
${GEM_BIN}/rainbows${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.document
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.manifest
${GEM_LIB}/gems/${DISTNAME}/.wrongdoc.yml
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
${GEM_LIB}/gems/${DISTNAME}/DEPLOY
@ -18,6 +19,7 @@ ${GEM_LIB}/gems/${DISTNAME}/FAQ
${GEM_LIB}/gems/${DISTNAME}/GIT-VERSION-FILE
${GEM_LIB}/gems/${DISTNAME}/GIT-VERSION-GEN
${GEM_LIB}/gems/${DISTNAME}/GNUmakefile
${GEM_LIB}/gems/${DISTNAME}/LATEST
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/NEWS
${GEM_LIB}/gems/${DISTNAME}/README
@ -30,6 +32,8 @@ ${GEM_LIB}/gems/${DISTNAME}/TUNING
${GEM_LIB}/gems/${DISTNAME}/Test_Suite
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/rainbows
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/reverse_proxy.ru
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows.rb
@ -39,20 +43,53 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/configurator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/const.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/core.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/heartbeat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/master.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/response_chunk_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/response_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio/thread_client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_fiber_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_support.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_pool/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_pool/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_pool/watcher.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_spawn/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/coolio_thread_spawn/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/dev_fd_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll/response_chunk_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll/response_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/epoll/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/error.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/ev_core/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/ev_core.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/ev_core/cap_input.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/response_chunk_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/response_pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/event_machine/try_defer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/base.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/body.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio/heartbeat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio/methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/coolio/sleeper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io/compat.rb
@ -60,60 +97,61 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io/methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io/pipe.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/io/socket.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/queue.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/heartbeat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/kato.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber/rev/sleeper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/fiber_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_parser.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/http_server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/join_threads.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/max_body/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/max_body.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/max_body/rewindable_wrapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/max_body/wrapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/never_block/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/never_block.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/never_block/core.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/never_block/event_machine.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/process_client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/queue_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/response/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/response/body.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/response/range.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/core.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/deferred_chunk_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/deferred_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/heartbeat.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/master.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/sendfile.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev/thread.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev_fiber_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev_thread_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/rev_thread_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/body.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/client/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/client/methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/client/tee_socket.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/revactor/proxy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/coolio.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/ev_client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/event_machine.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/multi_thread.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/reverse_proxy/synchronous.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/sendfile.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/server_token.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/socket_proxy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/stream_file.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/sync_close.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/thread_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/thread_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/thread_timeout.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/timed_read.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/worker_yield.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_pool/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_pool.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_pool/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_spawn/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_spawn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/writer_thread_spawn/client.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/xepoll/
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/xepoll.rb
${GEM_LIB}/gems/${DISTNAME}/lib/rainbows/xepoll/client.rb
${GEM_LIB}/gems/${DISTNAME}/local.mk.sample
${GEM_LIB}/gems/${DISTNAME}/man/
${GEM_LIB}/gems/${DISTNAME}/man/man1/
@man ${GEM_LIB}/gems/${DISTNAME}/man/man1/rainbows.1
${GEM_LIB}/gems/${DISTNAME}/pkg.mk
${GEM_LIB}/gems/${DISTNAME}/rainbows.gemspec
${GEM_LIB}/gems/${DISTNAME}/setup.rb
${GEM_LIB}/gems/${DISTNAME}/t/
@ -123,6 +161,7 @@ ${GEM_LIB}/gems/${DISTNAME}/t/README
${GEM_LIB}/gems/${DISTNAME}/t/app_deferred.ru
${GEM_LIB}/gems/${DISTNAME}/t/async-response-no-autochunk.ru
${GEM_LIB}/gems/${DISTNAME}/t/async-response.ru
${GEM_LIB}/gems/${DISTNAME}/t/async_chunk_app.ru
${GEM_LIB}/gems/${DISTNAME}/t/async_examples/
${GEM_LIB}/gems/${DISTNAME}/t/async_examples/README
${GEM_LIB}/gems/${DISTNAME}/t/async_examples/async_app.ru
@ -133,6 +172,8 @@ ${GEM_LIB}/gems/${DISTNAME}/t/bin/content-md5-put
${GEM_LIB}/gems/${DISTNAME}/t/bin/sha1sum.rb
${GEM_LIB}/gems/${DISTNAME}/t/bin/unused_listen
${GEM_LIB}/gems/${DISTNAME}/t/bin/utee
${GEM_LIB}/gems/${DISTNAME}/t/byte-range-common.sh
${GEM_LIB}/gems/${DISTNAME}/t/close-has-env.ru
${GEM_LIB}/gems/${DISTNAME}/t/close-pipe-response.ru
${GEM_LIB}/gems/${DISTNAME}/t/close-pipe-to_path-response.ru
${GEM_LIB}/gems/${DISTNAME}/t/content-md5.ru
@ -155,6 +196,11 @@ ${GEM_LIB}/gems/${DISTNAME}/t/sha1-random-size.ru
${GEM_LIB}/gems/${DISTNAME}/t/sha1.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_ActorSpawn.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_Base.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_Coolio.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_CoolioFiberSpawn.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_CoolioThreadPool.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_CoolioThreadSpawn.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_Epoll.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_EventMachine.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_FiberPool.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_FiberSpawn.ru
@ -168,6 +214,7 @@ ${GEM_LIB}/gems/${DISTNAME}/t/simple-http_ThreadPool.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_ThreadSpawn.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_WriterThreadPool.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_WriterThreadSpawn.ru
${GEM_LIB}/gems/${DISTNAME}/t/simple-http_XEpoll.ru
${GEM_LIB}/gems/${DISTNAME}/t/sleep.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0000-simple-http.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0000.ru
@ -192,16 +239,21 @@ ${GEM_LIB}/gems/${DISTNAME}/t/t0016-onenine-encoding-is-tricky.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0016.rb
${GEM_LIB}/gems/${DISTNAME}/t/t0017-keepalive-timeout-zero.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0018-reload-restore-settings.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0019-keepalive-cpu-usage.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0020-large-sendfile-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0021-sendfile-wrap-to_path.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0022-copy_stream-byte-range.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0023-sendfile-byte-range.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0024-pipelined-sendfile-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0025-write-on-close.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0030-fast-pipe-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0031-close-pipe-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0032-close-pipe-to_path-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0034-pipelined-pipe-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0035-kgio-pipe-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0040-keepalive_requests-setting.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0041-optional-pool-size.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0050-response-body-close-has-env.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0100-rack-input-hammer-chunked.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0100-rack-input-hammer-content-length.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0101-rack-input-trailer.sh
@ -210,11 +262,18 @@ ${GEM_LIB}/gems/${DISTNAME}/t/t0103-rack-input-limit.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0104-rack-input-limit-tiny.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0105-rack-input-limit-bigger.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0106-rack-input-keepalive.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0107-rack-input-limit-zero.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0113-rewindable-input-false.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0113.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0114-rewindable-input-true.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0114.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0200-async-response.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0201-async-response-no-autochunk.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0202-async-response-one-oh.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0300-async_sinatra.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0400-em-async-app.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0401-em-async-tailer.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0402-async-keepalive.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0500-cramp-streaming.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0501-cramp-rainsocket.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0600-rack-fiber_pool.sh
@ -231,6 +290,10 @@ ${GEM_LIB}/gems/${DISTNAME}/t/t9101-thread-timeout-threshold.sh
${GEM_LIB}/gems/${DISTNAME}/t/t9101.ru
${GEM_LIB}/gems/${DISTNAME}/t/test-lib.sh
${GEM_LIB}/gems/${DISTNAME}/t/test_isolate.rb
${GEM_LIB}/gems/${DISTNAME}/t/test_isolate_cramp.rb
${GEM_LIB}/gems/${DISTNAME}/t/times.ru
${GEM_LIB}/gems/${DISTNAME}/t/worker-follows-master-to-death.ru
${GEM_LIB}/gems/${DISTNAME}/t/write-on-close.ru
${GEM_LIB}/gems/${DISTNAME}/vs_Unicorn
${GEM_LIB}/specifications/${DISTNAME}.gemspec
@man man/man1/rainbows${GEM_MAN_SUFFIX}.1