--- !ruby/object:Gem::Specification name: puma version: !ruby/object:Gem::Version version: 6.0.1 platform: ruby authors: - Evan Phoenix autorequire: bindir: bin cert_chain: [] date: 1980-01-01 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: nio4r 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: Puma is a simple, fast, threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications. Puma is intended for use in both development and production environments. It's great for highly parallel Ruby implementations such as Rubinius and JRuby as well as as providing process worker support to support CRuby well. email: - evan@phx.io executables: - puma - pumactl extensions: - ext/puma_http11/extconf.rb extra_rdoc_files: [] files: - History.md - LICENSE - README.md - bin/puma - bin/puma-wild - bin/pumactl - docs/architecture.md - docs/compile_options.md - docs/deployment.md - docs/fork_worker.md - docs/images/puma-connection-flow-no-reactor.png - docs/images/puma-connection-flow.png - docs/images/puma-general-arch.png - docs/jungle/README.md - docs/jungle/rc.d/README.md - docs/jungle/rc.d/puma - docs/jungle/rc.d/puma.conf - docs/kubernetes.md - docs/nginx.md - docs/plugins.md - docs/rails_dev_mode.md - docs/restart.md - docs/signals.md - docs/stats.md - docs/systemd.md - docs/testing_benchmarks_local_files.md - docs/testing_test_rackup_ci_files.md - ext/puma_http11/PumaHttp11Service.java - ext/puma_http11/ext_help.h - ext/puma_http11/extconf.rb - ext/puma_http11/http11_parser.c - ext/puma_http11/http11_parser.h - ext/puma_http11/http11_parser.java.rl - ext/puma_http11/http11_parser.rl - ext/puma_http11/http11_parser_common.rl - ext/puma_http11/mini_ssl.c - ext/puma_http11/no_ssl/PumaHttp11Service.java - ext/puma_http11/org/jruby/puma/Http11.java - ext/puma_http11/org/jruby/puma/Http11Parser.java - ext/puma_http11/org/jruby/puma/MiniSSL.java - ext/puma_http11/puma_http11.c - lib/puma.rb - lib/puma/app/status.rb - lib/puma/binder.rb - lib/puma/cli.rb - lib/puma/client.rb - lib/puma/cluster.rb - lib/puma/cluster/worker.rb - lib/puma/cluster/worker_handle.rb - lib/puma/commonlogger.rb - lib/puma/configuration.rb - lib/puma/const.rb - lib/puma/control_cli.rb - lib/puma/detect.rb - lib/puma/dsl.rb - lib/puma/error_logger.rb - lib/puma/events.rb - lib/puma/io_buffer.rb - lib/puma/jruby_restart.rb - lib/puma/json_serialization.rb - lib/puma/launcher.rb - lib/puma/launcher/bundle_pruner.rb - lib/puma/log_writer.rb - lib/puma/minissl.rb - lib/puma/minissl/context_builder.rb - lib/puma/null_io.rb - lib/puma/plugin.rb - lib/puma/plugin/tmp_restart.rb - lib/puma/rack/builder.rb - lib/puma/rack/urlmap.rb - lib/puma/rack_default.rb - lib/puma/reactor.rb - lib/puma/request.rb - lib/puma/runner.rb - lib/puma/server.rb - lib/puma/single.rb - lib/puma/state_file.rb - lib/puma/systemd.rb - lib/puma/thread_pool.rb - lib/puma/util.rb - lib/rack/handler/puma.rb - tools/Dockerfile - tools/trickletest.rb homepage: https://puma.io licenses: - BSD-3-Clause metadata: bug_tracker_uri: https://github.com/puma/puma/issues changelog_uri: https://github.com/puma/puma/blob/master/History.md homepage_uri: https://puma.io source_code_uri: https://github.com/puma/puma rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.4' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.26 signing_key: specification_version: 4 summary: Puma is a simple, fast, threaded, and highly parallel HTTP 1.1 server for Ruby/Rack applications test_files: []