# -*- encoding: utf-8 -*- # stub: puma 2.8.2 java lib Gem::Specification.new do |s| s.name = "puma" s.version = "2.8.2" s.platform = "java" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Evan Phoenix"] s.date = "2014-04-12" s.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." s.email = ["evan@phx.io"] s.executables = ["puma", "pumactl"] s.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"] s.files = ["bin/puma", "bin/pumactl", "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"] s.homepage = "http://puma.io" s.licenses = ["BSD"] s.rdoc_options = ["--main", "README.md"] s.require_paths = ["lib"] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7") s.rubygems_version = "2.1.9" s.summary = "Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/Rack applications" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["< 2.0", ">= 1.1"]) s.add_development_dependency(%q, ["~> 4.0"]) s.add_development_dependency(%q, ["~> 0.8.0"]) s.add_development_dependency(%q, ["~> 3.11"]) else s.add_dependency(%q, ["< 2.0", ">= 1.1"]) s.add_dependency(%q, ["~> 4.0"]) s.add_dependency(%q, ["~> 0.8.0"]) s.add_dependency(%q, ["~> 3.11"]) end else s.add_dependency(%q, ["< 2.0", ">= 1.1"]) s.add_dependency(%q, ["~> 4.0"]) s.add_dependency(%q, ["~> 0.8.0"]) s.add_dependency(%q, ["~> 3.11"]) end end