--- !ruby/object:Gem::Specification name: puma version: !ruby/object:Gem::Version prerelease: version: 0.9.0 platform: java authors: - Evan Phoenix autorequire: bindir: bin cert_chain: [] date: 2011-12-05 00:00:00 -08:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "1.2" type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: rake-compiler prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.7.0 type: :development version_requirements: *id002 - !ruby/object:Gem::Dependency name: hoe prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: "2.12" type: :development version_requirements: *id003 description: |- Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running rack apps only. What makes Puma so fast is the careful use of an Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the server scream without too many portability issues. email: - evan@phx.io executables: - puma - pumactl extensions: [] extra_rdoc_files: - History.txt - Manifest.txt files: - COPYING - Gemfile - History.txt - LICENSE - Manifest.txt - README.md - Rakefile - TODO - bin/puma - bin/pumactl - 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/org/jruby/puma/Http11.java - ext/puma_http11/org/jruby/puma/Http11Parser.java - ext/puma_http11/puma_http11.c - lib/puma.rb - lib/puma/app/status.rb - lib/puma/cli.rb - lib/puma/const.rb - lib/puma/control_cli.rb - lib/puma/events.rb - lib/puma/null_io.rb - lib/puma/rack_patch.rb - lib/puma/server.rb - lib/puma/thread_pool.rb - lib/rack/handler/puma.rb - puma.gemspec - test/ab_rs.rb - test/lobster.ru - test/mime.yaml - test/test_app_status.rb - test/test_cli.rb - test/test_http10.rb - test/test_http11.rb - test/test_persistent.rb - test/test_rack_handler.rb - test/test_rack_server.rb - test/test_thread_pool.rb - test/test_unix_socket.rb - test/test_ws.rb - test/testhelp.rb - tools/trickletest.rb - lib/puma_http11.jar has_rdoc: true homepage: licenses: [] post_install_message: rdoc_options: - --main - README.md require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version version: "0" requirements: [] rubyforge_project: puma rubygems_version: 1.5.1 signing_key: specification_version: 3 summary: Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications test_files: - test/test_app_status.rb - test/test_cli.rb - test/test_http10.rb - test/test_http11.rb - test/test_persistent.rb - test/test_rack_handler.rb - test/test_rack_server.rb - test/test_thread_pool.rb - test/test_unix_socket.rb - test/test_ws.rb