--- !ruby/object:Gem::Specification
name: puma
version: !ruby/object:Gem::Version
  version: 2.11.2
platform: ruby
authors:
- Evan Phoenix
autorequire: 
bindir: bin
cert_chain: []
date: 2015-04-11 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rack
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '1.1'
    - - "<"
      - !ruby/object:Gem::Version
        version: '2.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '1.1'
    - - "<"
      - !ruby/object:Gem::Version
        version: '2.0'
- !ruby/object:Gem::Dependency
  name: rdoc
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '4.0'
- !ruby/object:Gem::Dependency
  name: rake-compiler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.8'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '0.8'
- !ruby/object:Gem::Dependency
  name: hoe
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.13'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.13'
description: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
  for Ruby/Rack applications. Puma is intended for use in both development and production
  environments. In order to get the best throughput, it is highly recommended that
  you use a  Ruby implementation with real threads like Rubinius or JRuby.
email:
- evan@phx.io
executables:
- puma
- pumactl
extensions:
- ext/puma_http11/extconf.rb
extra_rdoc_files:
- DEPLOYMENT.md
- History.txt
- Manifest.txt
- README.md
- docs/config.md
- docs/nginx.md
- docs/signals.md
- tools/jungle/README.md
- tools/jungle/init.d/README.md
- tools/jungle/upstart/README.md
files:
- COPYING
- DEPLOYMENT.md
- Gemfile
- History.txt
- LICENSE
- Manifest.txt
- README.md
- Rakefile
- bin/puma
- bin/puma-wild
- bin/pumactl
- docs/config.md
- docs/nginx.md
- docs/signals.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/io_buffer.c
- ext/puma_http11/mini_ssl.c
- 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/accept_nonblock.rb
- lib/puma/app/status.rb
- lib/puma/binder.rb
- lib/puma/capistrano.rb
- lib/puma/cli.rb
- lib/puma/client.rb
- lib/puma/cluster.rb
- lib/puma/compat.rb
- lib/puma/configuration.rb
- lib/puma/const.rb
- lib/puma/control_cli.rb
- lib/puma/daemon_ext.rb
- lib/puma/delegation.rb
- lib/puma/detect.rb
- lib/puma/dsl.rb
- lib/puma/events.rb
- lib/puma/io_buffer.rb
- lib/puma/java_io_buffer.rb
- lib/puma/jruby_restart.rb
- lib/puma/minissl.rb
- lib/puma/null_io.rb
- lib/puma/rack_default.rb
- lib/puma/rack_patch.rb
- lib/puma/reactor.rb
- lib/puma/runner.rb
- lib/puma/server.rb
- lib/puma/single.rb
- lib/puma/tcp_logger.rb
- lib/puma/thread_pool.rb
- lib/puma/util.rb
- lib/rack/handler/puma.rb
- puma.gemspec
- tools/jungle/README.md
- tools/jungle/init.d/README.md
- tools/jungle/init.d/puma
- tools/jungle/init.d/run-puma
- tools/jungle/upstart/README.md
- tools/jungle/upstart/puma-manager.conf
- tools/jungle/upstart/puma.conf
- tools/trickletest.rb
homepage: http://puma.io
licenses:
- BSD-3-Clause
metadata: {}
post_install_message: 
rdoc_options:
- "--main"
- README.md
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 1.8.7
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.2
signing_key: 
specification_version: 4
summary: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
  Ruby/Rack applications
test_files: []