# -*- encoding: utf-8 -*- # stub: unicorn 0.1.0 ruby libext # stub: ext/unicorn/http11/extconf.rb Gem::Specification.new do |s| s.name = "unicorn".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.2".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "ext".freeze] s.authors = ["Eric Wong".freeze] s.date = "2009-03-10" s.description = "A small fast HTTP library and server for Rack applications.".freeze s.email = "normalperson@yhbt.net".freeze s.executables = ["unicorn".freeze] s.extensions = ["ext/unicorn/http11/extconf.rb".freeze] s.extra_rdoc_files = ["CHANGELOG".freeze, "LICENSE".freeze, "README".freeze, "TODO".freeze, "bin/unicorn".freeze, "ext/unicorn/http11/ext_help.h".freeze, "ext/unicorn/http11/extconf.rb".freeze, "ext/unicorn/http11/http11.c".freeze, "ext/unicorn/http11/http11_parser.c".freeze, "ext/unicorn/http11/http11_parser.h".freeze, "ext/unicorn/http11/http11_parser.rl".freeze, "ext/unicorn/http11/http11_parser_common.rl".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/const.rb".freeze, "lib/unicorn/http_request.rb".freeze, "lib/unicorn/http_response.rb".freeze, "lib/unicorn/socket.rb".freeze, "lib/unicorn/util.rb".freeze] s.files = [".document".freeze, ".gitignore".freeze, "CHANGELOG".freeze, "CONTRIBUTORS".freeze, "DESIGN".freeze, "GNUmakefile".freeze, "LICENSE".freeze, "Manifest".freeze, "README".freeze, "Rakefile".freeze, "SIGNALS".freeze, "TODO".freeze, "bin/unicorn".freeze, "ext/unicorn/http11/ext_help.h".freeze, "ext/unicorn/http11/extconf.rb".freeze, "ext/unicorn/http11/http11.c".freeze, "ext/unicorn/http11/http11_parser.c".freeze, "ext/unicorn/http11/http11_parser.h".freeze, "ext/unicorn/http11/http11_parser.rl".freeze, "ext/unicorn/http11/http11_parser_common.rl".freeze, "lib/unicorn.rb".freeze, "lib/unicorn/configurator.rb".freeze, "lib/unicorn/const.rb".freeze, "lib/unicorn/http_request.rb".freeze, "lib/unicorn/http_response.rb".freeze, "lib/unicorn/socket.rb".freeze, "lib/unicorn/util.rb".freeze, "setup.rb".freeze, "test/aggregate.rb".freeze, "test/benchmark/previous.rb".freeze, "test/benchmark/simple.rb".freeze, "test/benchmark/utils.rb".freeze, "test/exec/README".freeze, "test/exec/test_exec.rb".freeze, "test/test_helper.rb".freeze, "test/tools/trickletest.rb".freeze, "test/unit/test_configurator.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_response.rb".freeze, "test/unit/test_server.rb".freeze, "test/unit/test_upload.rb".freeze, "unicorn.gemspec".freeze] s.homepage = "http://unicorn.bogomips.org".freeze s.rdoc_options = ["--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Unicorn".freeze, "--main".freeze, "README".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A small fast HTTP library and server for Rack applications.".freeze s.test_files = ["test/unit/test_configurator.rb".freeze, "test/unit/test_response.rb".freeze, "test/unit/test_upload.rb".freeze, "test/unit/test_http_parser.rb".freeze, "test/unit/test_server.rb".freeze] end