Import ruby-unicorn.

Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve
fast clients on low-latency, high-bandwidth connections.

ok landry
This commit is contained in:
jeremy 2010-12-09 20:06:47 +00:00
parent 47dae47918
commit 9c0c4b14d9
4 changed files with 374 additions and 0 deletions

32
www/ruby-unicorn/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:06:47 jeremy Exp $
COMMENT = ruby-rack HTTP server for Unix and fast clients
DISTNAME = unicorn-3.0.1
CATEGORIES = www
HOMEPAGE = http://unicorn.bogomips.org/
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# Ruby/GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR} \
devel/ruby-kgio,${MODRUBY_FLAVOR}>=2.0.0,<2.1
CONFIGURE_STYLE = ruby gem ext
REGRESS_DEPENDS = devel/gmake \
devel/ruby-isolate,${MODRUBY_FLAVOR}
do-regress:
cd ${WRKSRC} && RUBYOPT=-rubygems RUBY=${RUBY} MRI=${RUBY} \
MAKE='gmake -e' gmake -e test
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (unicorn-3.0.1.gem) = qOQKICxUD0KF58Td8O9d0A==
RMD160 (unicorn-3.0.1.gem) = KNvoluOjgzarsjiTMA3T8L/ex8E=
SHA1 (unicorn-3.0.1.gem) = 1bBq9f4UrxGSEW/U9KYuHrh3OfY=
SHA256 (unicorn-3.0.1.gem) = GcxRfPAL8dDHPXmADlOHapzcnB12Tcd3hlQZlAqfFHo=
SIZE (unicorn-3.0.1.gem) = 207360

View File

@ -0,0 +1,3 @@
Unicorn is a HTTP server for Rack applications designed to take
advantage of features in Unix/Unix-like kernels and only serve
fast clients on low-latency, high-bandwidth connections.

334
www/ruby-unicorn/pkg/PLIST Normal file
View File

@ -0,0 +1,334 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 20:06:47 jeremy Exp $
${GEM_BIN}/unicorn${GEM_BIN_SUFFIX}
${GEM_BIN}/unicorn_rails${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.CHANGELOG.old
${GEM_LIB}/gems/${DISTNAME}/.document
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.mailmap
${GEM_LIB}/gems/${DISTNAME}/.manifest
${GEM_LIB}/gems/${DISTNAME}/.require_paths
${GEM_LIB}/gems/${DISTNAME}/CONTRIBUTORS
${GEM_LIB}/gems/${DISTNAME}/COPYING
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
${GEM_LIB}/gems/${DISTNAME}/DESIGN
${GEM_LIB}/gems/${DISTNAME}/Documentation/
${GEM_LIB}/gems/${DISTNAME}/Documentation/.gitignore
${GEM_LIB}/gems/${DISTNAME}/Documentation/GNUmakefile
${GEM_LIB}/gems/${DISTNAME}/Documentation/unicorn.1.txt
${GEM_LIB}/gems/${DISTNAME}/Documentation/unicorn_rails.1.txt
${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}/HACKING
${GEM_LIB}/gems/${DISTNAME}/ISSUES
${GEM_LIB}/gems/${DISTNAME}/KNOWN_ISSUES
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/NEWS
${GEM_LIB}/gems/${DISTNAME}/PHILOSOPHY
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/SIGNALS
${GEM_LIB}/gems/${DISTNAME}/Sandbox
${GEM_LIB}/gems/${DISTNAME}/TODO
${GEM_LIB}/gems/${DISTNAME}/TUNING
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/unicorn
${GEM_LIB}/gems/${DISTNAME}/bin/unicorn_rails
${GEM_LIB}/gems/${DISTNAME}/examples/
${GEM_LIB}/gems/${DISTNAME}/examples/big_app_gc.rb
${GEM_LIB}/gems/${DISTNAME}/examples/echo.ru
${GEM_LIB}/gems/${DISTNAME}/examples/git.ru
${GEM_LIB}/gems/${DISTNAME}/examples/init.sh
${GEM_LIB}/gems/${DISTNAME}/examples/logger_mp_safe.rb
${GEM_LIB}/gems/${DISTNAME}/examples/nginx.conf
${GEM_LIB}/gems/${DISTNAME}/examples/unicorn.conf.minimal.rb
${GEM_LIB}/gems/${DISTNAME}/examples/unicorn.conf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/CFLAGS
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/Makefile
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/c_util.h
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/common_field_optimization.h
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/ext_help.h
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/extconf.rb
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/global_variables.h
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/mkmf.log
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/unicorn_http.c
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/unicorn_http.o
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/unicorn_http.rl
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/unicorn_http.so
${GEM_LIB}/gems/${DISTNAME}/ext/unicorn_http/unicorn_http_common.rl
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/exec_cgi.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/inetd.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/old_rails/
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/old_rails.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/app/old_rails/static.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/cgi_wrapper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/configurator.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/const.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/http_request.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/http_response.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/http_server.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/launcher.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/oob_gc.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/preread_input.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/socket_helper.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/stream_input.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/tee_input.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/tmpio.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/util.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn/worker.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unicorn_http.so
${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/unicorn.1
@man ${GEM_LIB}/gems/${DISTNAME}/man/man1/unicorn_rails.1
${GEM_LIB}/gems/${DISTNAME}/script/
${GEM_LIB}/gems/${DISTNAME}/script/isolate_for_tests
${GEM_LIB}/gems/${DISTNAME}/setup.rb
${GEM_LIB}/gems/${DISTNAME}/t/
${GEM_LIB}/gems/${DISTNAME}/t/.gitignore
${GEM_LIB}/gems/${DISTNAME}/t/GNUmakefile
${GEM_LIB}/gems/${DISTNAME}/t/README
${GEM_LIB}/gems/${DISTNAME}/t/bin/
${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/env.ru
${GEM_LIB}/gems/${DISTNAME}/t/my-tap-lib.sh
${GEM_LIB}/gems/${DISTNAME}/t/pid.ru
${GEM_LIB}/gems/${DISTNAME}/t/preread_input.ru
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/.gitignore
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/Gemfile
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/Rakefile
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/controllers/application_controller.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/views/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/views/layouts/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/app/views/layouts/application.html.erb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config.ru
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/application.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/environments/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/environments/test.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/backtrace_silencers.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/inflections.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/mime_types.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/secret_token.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/initializers/session_store.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/locales/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/locales/en.yml
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/db/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/db/seeds.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/doc/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/doc/README_FOR_APP
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/lib/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/lib/tasks/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/lib/tasks/.gitkeep
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/public/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/public/404.html
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/public/500.html
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/public/x.txt
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/script/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/script/rails
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/test/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/test/performance/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/test/performance/browsing_test.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/test/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/vendor/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/vendor/plugins/
${GEM_LIB}/gems/${DISTNAME}/t/rails3-app/vendor/plugins/.gitkeep
${GEM_LIB}/gems/${DISTNAME}/t/t0000-http-basic.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0001-reload-bad-config.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0002-config-conflict.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0002-parser-error.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0003-working_directory.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0004-working_directory_broken.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0005-working_directory_app.rb.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0006-reopen-logs.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0006.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0007-working_directory_no_embed_cli.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0008-back_out_of_upgrade.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0009-winch_ttin.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0010-reap-logging.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0011-active-unix-socket.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0012-reload-empty-config.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0013-rewindable-input-false.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0013.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0014-rewindable-input-true.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0014.ru
${GEM_LIB}/gems/${DISTNAME}/t/t0300-rails3-basic.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0301-rails3-missing-config-ru.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0302-rails3-alt-working_directory.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0303-rails3-alt-working_directory_config.ru.sh
${GEM_LIB}/gems/${DISTNAME}/t/t0304-rails3-alt-working_directory_no_embed_cli.sh
${GEM_LIB}/gems/${DISTNAME}/t/t9000-preread-input.sh
${GEM_LIB}/gems/${DISTNAME}/t/test-lib.sh
${GEM_LIB}/gems/${DISTNAME}/t/test-rails3.sh
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/aggregate.rb
${GEM_LIB}/gems/${DISTNAME}/test/benchmark/
${GEM_LIB}/gems/${DISTNAME}/test/benchmark/README
${GEM_LIB}/gems/${DISTNAME}/test/benchmark/dd.ru
${GEM_LIB}/gems/${DISTNAME}/test/exec/
${GEM_LIB}/gems/${DISTNAME}/test/exec/README
${GEM_LIB}/gems/${DISTNAME}/test/exec/test_exec.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/Rakefile
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/controllers/application.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/controllers/foo_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/environments/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/db/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/db/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/log/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/log/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/public/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-1.2.3/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/Rakefile
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/controllers/application.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/controllers/foo_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/environments/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/db/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/db/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/log/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/log/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/public/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.0.2/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/Rakefile
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/controllers/application.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/controllers/foo_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/environments/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/db/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/db/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/log/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/log/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/public/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.1.2/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/Rakefile
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/controllers/application.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/controllers/foo_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/environments/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/db/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/db/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/log/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/log/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/public/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.2.2/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/Rakefile
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/controllers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/controllers/application_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/controllers/foo_controller.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/helpers/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/app/helpers/application_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/boot.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/database.yml
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/environment.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/environments/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/environments/development.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/environments/production.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/config/routes.rb
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/db/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/db/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/log/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/log/.gitignore
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/public/
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/public/404.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/public/500.html
${GEM_LIB}/gems/${DISTNAME}/test/rails/app-2.3.8/public/x.txt
${GEM_LIB}/gems/${DISTNAME}/test/rails/test_rails.rb
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_configurator.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_http_parser.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_http_parser_ng.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_request.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_response.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_server.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_signals.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_socket_helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_stream_input.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_tee_input.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_upload.rb
${GEM_LIB}/gems/${DISTNAME}/test/unit/test_util.rb
${GEM_LIB}/gems/${DISTNAME}/unicorn.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec