--- !ruby/object:Gem::Specification name: pitchfork version: !ruby/object:Gem::Version version: 0.14.0 platform: ruby authors: - Jean Boussier autorequire: bindir: exe cert_chain: [] date: 2024-05-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rack requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.0' description: |- `pitchfork` is a preforking HTTP server for Rack applications designed to minimize memory usage by maximizing Copy-on-Write performance. email: - jean.boussier@gmail.com executables: - pitchfork extensions: - ext/pitchfork_http/extconf.rb extra_rdoc_files: [] files: - ".devcontainer/devcontainer.json" - ".git-blame-ignore-revs" - ".gitattributes" - ".github/workflows/ci.yml" - ".gitignore" - ".ruby-version" - CHANGELOG.md - COPYING - Dockerfile - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - benchmark/README.md - benchmark/cow_benchmark.rb - docs/Application_Timeouts.md - docs/CONFIGURATION.md - docs/DESIGN.md - docs/FORK_SAFETY.md - docs/MIGRATING_FROM_UNICORN.md - docs/PHILOSOPHY.md - docs/REFORKING.md - docs/SIGNALS.md - docs/TUNING.md - docs/WHY_MIGRATE.md - examples/constant_caches.ru - examples/echo.ru - examples/hello.ru - examples/nginx.conf - examples/pitchfork.conf.minimal.rb - examples/pitchfork.conf.rb - examples/pitchfork.conf.service.rb - examples/unicorn.socket - exe/pitchfork - ext/pitchfork_http/CFLAGS - ext/pitchfork_http/c_util.h - ext/pitchfork_http/child_subreaper.h - ext/pitchfork_http/common_field_optimization.h - ext/pitchfork_http/epollexclusive.h - ext/pitchfork_http/ext_help.h - ext/pitchfork_http/extconf.rb - ext/pitchfork_http/global_variables.h - ext/pitchfork_http/httpdate.c - ext/pitchfork_http/memory_page.c - ext/pitchfork_http/pitchfork_http.c - ext/pitchfork_http/pitchfork_http.rl - ext/pitchfork_http/pitchfork_http_common.rl - lib/pitchfork.rb - lib/pitchfork/children.rb - lib/pitchfork/chunked.rb - lib/pitchfork/configurator.rb - lib/pitchfork/const.rb - lib/pitchfork/flock.rb - lib/pitchfork/http_parser.rb - lib/pitchfork/http_response.rb - lib/pitchfork/http_server.rb - lib/pitchfork/info.rb - lib/pitchfork/launcher.rb - lib/pitchfork/mem_info.rb - lib/pitchfork/message.rb - lib/pitchfork/refork_condition.rb - lib/pitchfork/select_waiter.rb - lib/pitchfork/shared_memory.rb - lib/pitchfork/socket_helper.rb - lib/pitchfork/soft_timeout.rb - lib/pitchfork/stream_input.rb - lib/pitchfork/tee_input.rb - lib/pitchfork/tmpio.rb - lib/pitchfork/version.rb - lib/pitchfork/worker.rb - pitchfork.gemspec homepage: https://github.com/Shopify/pitchfork licenses: - GPL-2.0+ - Ruby metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.9 signing_key: specification_version: 4 summary: Rack HTTP server for fast clients and Unix test_files: []