# -*- encoding: utf-8 -*- # stub: yahns 1.12.0 ruby lib Gem::Specification.new do |s| s.name = "yahns".freeze s.version = "1.12.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["yahns hackers".freeze] s.date = "2016-02-14" s.description = "A Free Software, multi-threaded, non-blocking network application server\ndesigned for low _idle_ power consumption. It is primarily optimized\nfor applications with occasional users which see little or no traffic.\nyahns currently hosts Rack/HTTP applications, but may eventually support\nother application types. Unlike some existing servers, yahns is\nextremely sensitive to fatal bugs in the applications it hosts.".freeze s.email = "yahns@yhbt.net".freeze s.executables = ["yahns".freeze, "yahns-rackup".freeze] s.files = [".gitattributes".freeze, ".gitignore".freeze, ".olddoc.yml".freeze, "COPYING".freeze, "Documentation/.gitignore".freeze, "Documentation/GNUmakefile".freeze, "Documentation/design_notes.txt".freeze, "Documentation/yahns-rackup.pod".freeze, "Documentation/yahns.pod".freeze, "Documentation/yahns_config.pod".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "HACKING".freeze, "INSTALL".freeze, "NEWS".freeze, "README".freeze, "Rakefile".freeze, "bin/yahns".freeze, "bin/yahns-rackup".freeze, "examples/README".freeze, "examples/init.sh".freeze, "examples/logger_mp_safe.rb".freeze, "examples/logrotate.conf".freeze, "examples/yahns_multi.conf.rb".freeze, "examples/yahns_rack_basic.conf.rb".freeze, "extras/README".freeze, "extras/autoindex.rb".freeze, "extras/exec_cgi.rb".freeze, "extras/proxy_pass.rb".freeze, "extras/try_gzip_static.rb".freeze, "lib/yahns.rb".freeze, "lib/yahns/acceptor.rb".freeze, "lib/yahns/cap_input.rb".freeze, "lib/yahns/client_expire_generic.rb".freeze, "lib/yahns/client_expire_tcpi.rb".freeze, "lib/yahns/config.rb".freeze, "lib/yahns/daemon.rb".freeze, "lib/yahns/fdmap.rb".freeze, "lib/yahns/http_client.rb".freeze, "lib/yahns/http_context.rb".freeze, "lib/yahns/http_response.rb".freeze, "lib/yahns/log.rb".freeze, "lib/yahns/max_body.rb".freeze, "lib/yahns/max_body/rewindable_wrapper.rb".freeze, "lib/yahns/max_body/wrapper.rb".freeze, "lib/yahns/openssl_client.rb".freeze, "lib/yahns/openssl_server.rb".freeze, "lib/yahns/proxy_http_response.rb".freeze, "lib/yahns/proxy_pass.rb".freeze, "lib/yahns/queue.rb".freeze, "lib/yahns/queue_egg.rb".freeze, "lib/yahns/queue_epoll.rb".freeze, "lib/yahns/queue_kqueue.rb".freeze, "lib/yahns/queue_quitter.rb".freeze, "lib/yahns/queue_quitter_pipe.rb".freeze, "lib/yahns/rack.rb".freeze, "lib/yahns/rackup_handler.rb".freeze, "lib/yahns/sendfile_compat.rb".freeze, "lib/yahns/server.rb".freeze, "lib/yahns/server_mp.rb".freeze, "lib/yahns/sigevent.rb".freeze, "lib/yahns/sigevent_efd.rb".freeze, "lib/yahns/sigevent_pipe.rb".freeze, "lib/yahns/socket_helper.rb".freeze, "lib/yahns/stream_file.rb".freeze, "lib/yahns/stream_input.rb".freeze, "lib/yahns/tcp_server.rb".freeze, "lib/yahns/tee_input.rb".freeze, "lib/yahns/tmpio.rb".freeze, "lib/yahns/unix_server.rb".freeze, "lib/yahns/version.rb".freeze, "lib/yahns/wbuf.rb".freeze, "lib/yahns/wbuf_common.rb".freeze, "lib/yahns/wbuf_str.rb".freeze, "lib/yahns/worker.rb".freeze, "man/yahns-rackup.1".freeze, "man/yahns.1".freeze, "man/yahns_config.5".freeze, "test/covshow.rb".freeze, "test/helper.rb".freeze, "test/server_helper.rb".freeze, "test/test_bin.rb".freeze, "test/test_buffer_tmpdir.rb".freeze, "test/test_client_expire.rb".freeze, "test/test_client_max_body_size.rb".freeze, "test/test_config.rb".freeze, "test/test_expect_100.rb".freeze, "test/test_extras_autoindex.rb".freeze, "test/test_extras_exec_cgi.rb".freeze, "test/test_extras_exec_cgi.sh".freeze, "test/test_extras_proxy_pass.rb".freeze, "test/test_extras_try_gzip_static.rb".freeze, "test/test_fdmap.rb".freeze, "test/test_input.rb".freeze, "test/test_mt_accept.rb".freeze, "test/test_output_buffering.rb".freeze, "test/test_proxy_pass.rb".freeze, "test/test_rack.rb".freeze, "test/test_rack_hijack.rb".freeze, "test/test_reopen_logs.rb".freeze, "test/test_response.rb".freeze, "test/test_serve_static.rb".freeze, "test/test_server.rb".freeze, "test/test_ssl.rb".freeze, "test/test_stream_file.rb".freeze, "test/test_tmpio.rb".freeze, "test/test_unix_socket.rb".freeze, "test/test_wbuf.rb".freeze, "yahns.gemspec".freeze] s.homepage = "http://yahns.yhbt.net/README".freeze s.licenses = ["GPL-3.0+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "sleepy, multi-threaded, non-blocking application server".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.6.3".freeze, "< 6.0".freeze]) s.add_development_dependency(%q.freeze, [">= 4.3".freeze, "< 6.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.1".freeze]) end