# -*- encoding: utf-8 -*- # stub: unicorn-shopify 5.2.0.5 ruby lib # stub: ext/unicorn_http/extconf.rb Gem::Specification.new do |s| s.name = "unicorn-shopify".freeze s.version = "5.2.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["unicorn hackers".freeze] s.date = "2017-03-13" s.description = "unicorn is an HTTP server for Rack applications designed to only serve\nfast clients on low-latency, high-bandwidth connections and take\nadvantage of features in Unix/Unix-like kernels. Slow clients should\nonly be served by placing a reverse proxy capable of fully buffering\nboth the the request and response in between unicorn and slow clients.".freeze s.email = "unicorn-public@bogomips.org".freeze s.executables = ["unicorn".freeze, "unicorn_rails".freeze] s.extensions = ["ext/unicorn_http/extconf.rb".freeze] s.extra_rdoc_files = ["FAQ".freeze, "README".freeze, "TUNING".freeze, "PHILOSOPHY".freeze, "HACKING".freeze, "DESIGN".freeze, "CONTRIBUTORS".freeze, "LICENSE".freeze, "SIGNALS".freeze, "KNOWN_ISSUES".freeze, "TODO".freeze, "NEWS".freeze, "LATEST".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/http_server.rb".freeze, "lib/unicorn/preread_input.rb".freeze, "lib/unicorn/stream_input.rb".freeze, "lib/unicorn/tee_input.rb".freeze, "lib/unicorn/util.rb".freeze, "lib/unicorn/oob_gc.rb".freeze, "lib/unicorn/worker.rb".freeze, "ISSUES".freeze, "Sandbox".freeze, "Links".freeze, "Application_Timeouts".freeze] s.files = [".CHANGELOG.old".freeze, ".document".freeze, ".gitignore".freeze, ".mailmap".freeze, ".manifest".freeze, ".olddoc.yml".freeze, "Application_Timeouts".freeze, "CONTRIBUTORS".freeze, "COPYING".freeze, "DESIGN".freeze, "Documentation/.gitignore".freeze, "Documentation/GNUmakefile".freeze, "Documentation/unicorn.1.txt".freeze, "Documentation/unicorn_rails.1.txt".freeze, "FAQ".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "HACKING".freeze, "ISSUES".freeze, "KNOWN_ISSUES".freeze, "LATEST".freeze, "LICENSE".freeze, "Links".freeze, "NEWS".freeze, "PHILOSOPHY".freeze, "README".freeze, "Rakefile".freeze, "SIGNALS".freeze, "Sandbox".freeze, "TODO".freeze, "TUNING".freeze, "archive/.gitignore".freeze, "archive/slrnpull.conf".freeze, "bin/unicorn".freeze, "bin/unicorn_rails".freeze, "examples/big_app_gc.rb".freeze, "examples/echo.ru".freeze, "examples/init.sh".freeze, "examples/logger_mp_safe.rb".freeze, "examples/logrotate.conf".freeze, "examples/nginx.conf".freeze, "examples/unicorn.conf.minimal.rb".freeze, "examples/unicorn.conf.rb".freeze, "ext/unicorn_http/CFLAGS".freeze, "ext/unicorn_http/c_util.h".freeze, "ext/unicorn_http/common_field_optimization.h".freeze, "ext/unicorn_http/ext_help.h".freeze, "ext/unicorn_http/extconf.rb".freeze, "ext/unicorn_http/global_variables.h".freeze, "ext/unicorn_http/httpdate.c".freeze, "ext/unicorn_http/unicorn_http.c".freeze, "ext/unicorn_http/unicorn_http.rl".freeze, "ext/unicorn_http/unicorn_http_common.rl".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/app/old_rails.rb".freeze, "lib/unicorn/app/old_rails/static.rb".freeze, "lib/unicorn/cgi_wrapper.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/const.rb".freeze, "lib/unicorn/http_request.rb".freeze, "lib/unicorn/http_response.rb".freeze, "lib/unicorn/http_server.rb".freeze, "lib/unicorn/launcher.rb".freeze, "lib/unicorn/oob_gc.rb".freeze, "lib/unicorn/preread_input.rb".freeze, "lib/unicorn/socket_helper.rb".freeze, "lib/unicorn/stream_input.rb".freeze, "lib/unicorn/tee_input.rb".freeze, "lib/unicorn/tmpio.rb".freeze, "lib/unicorn/util.rb".freeze, "lib/unicorn/version.rb".freeze, "lib/unicorn/worker.rb".freeze, "man/man1/unicorn.1".freeze, "man/man1/unicorn_rails.1".freeze, "setup.rb".freeze, "t/.gitignore".freeze, "t/GNUmakefile".freeze, "t/README".freeze, "t/before_murder.ru".freeze, "t/bin/content-md5-put".freeze, "t/bin/sha1sum.rb".freeze, "t/bin/unused_listen".freeze, "t/broken-app.ru".freeze, "t/detach.ru".freeze, "t/env.ru".freeze, "t/fails-rack-lint.ru".freeze, "t/heartbeat-timeout.ru".freeze, "t/hijack.ru".freeze, "t/listener_names.ru".freeze, "t/my-tap-lib.sh".freeze, "t/oob_gc.ru".freeze, "t/oob_gc_path.ru".freeze, "t/pid.ru".freeze, "t/preread_input.ru".freeze, "t/rack-input-tests.ru".freeze, "t/t0000-http-basic.sh".freeze, "t/t0001-reload-bad-config.sh".freeze, "t/t0002-config-conflict.sh".freeze, "t/t0002-parser-error.sh".freeze, "t/t0003-working_directory.sh".freeze, "t/t0004-heartbeat-timeout.sh".freeze, "t/t0004-working_directory_broken.sh".freeze, "t/t0005-working_directory_app.rb.sh".freeze, "t/t0006-reopen-logs.sh".freeze, "t/t0006.ru".freeze, "t/t0007-working_directory_no_embed_cli.sh".freeze, "t/t0008-back_out_of_upgrade.sh".freeze, "t/t0009-broken-app.sh".freeze, "t/t0009-winch_ttin.sh".freeze, "t/t0010-reap-logging.sh".freeze, "t/t0011-active-unix-socket.sh".freeze, "t/t0012-reload-empty-config.sh".freeze, "t/t0013-rewindable-input-false.sh".freeze, "t/t0013.ru".freeze, "t/t0014-rewindable-input-true.sh".freeze, "t/t0014.ru".freeze, "t/t0015-configurator-internals.sh".freeze, "t/t0018-write-on-close.sh".freeze, "t/t0019-max_header_len.sh".freeze, "t/t0020-at_exit-handler.sh".freeze, "t/t0021-process_detach.sh".freeze, "t/t0022-listener_names-preload_app.sh".freeze, "t/t0023-before-murder.sh".freeze, "t/t0024-before-murder_once.sh".freeze, "t/t0100-rack-input-tests.sh".freeze, "t/t0116-client_body_buffer_size.sh".freeze, "t/t0116.ru".freeze, "t/t0200-rack-hijack.sh".freeze, "t/t0300-no-default-middleware.sh".freeze, "t/t9000-preread-input.sh".freeze, "t/t9001-oob_gc.sh".freeze, "t/t9002-oob_gc-path.sh".freeze, "t/test-lib.sh".freeze, "t/write-on-close.ru".freeze, "test/aggregate.rb".freeze, "test/benchmark/README".freeze, "test/benchmark/dd.ru".freeze, "test/benchmark/stack.ru".freeze, "test/exec/README".freeze, "test/exec/test_exec.rb".freeze, "test/test_helper.rb".freeze, "test/unit/test_configurator.rb".freeze, "test/unit/test_droplet.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_http_parser_ng.rb".freeze, "test/unit/test_request.rb".freeze, "test/unit/test_response.rb".freeze, "test/unit/test_server.rb".freeze, "test/unit/test_signals.rb".freeze, "test/unit/test_socket_helper.rb".freeze, "test/unit/test_stream_input.rb".freeze, "test/unit/test_tee_input.rb".freeze, "test/unit/test_upload.rb".freeze, "test/unit/test_util.rb".freeze, "unicorn.gemspec".freeze] s.homepage = "https://bogomips.org/unicorn/".freeze s.licenses = ["GPL-2.0+".freeze, "Ruby-1.8".freeze] s.required_ruby_version = Gem::Requirement.new("< 3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rack HTTP server for fast clients and Unix".freeze s.test_files = ["test/unit/test_configurator.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_http_parser_ng.rb".freeze, "test/unit/test_request.rb".freeze, "test/unit/test_server.rb".freeze, "test/unit/test_util.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) end