# -*- encoding: utf-8 -*- # stub: thin 1.8.1 ruby lib # stub: ext/thin_parser/extconf.rb Gem::Specification.new do |s| s.name = "thin".freeze s.version = "1.8.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/macournoyer/thin/blob/master/CHANGELOG", "source_code_uri" => "https://github.com/macournoyer/thin" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Marc-Andre Cournoyer".freeze] s.date = "2021-05-20" s.email = "macournoyer@gmail.com".freeze s.executables = ["thin".freeze] s.extensions = ["ext/thin_parser/extconf.rb".freeze] s.files = ["CHANGELOG".freeze, "README.md".freeze, "Rakefile".freeze, "bin/thin".freeze, "example/adapter.rb".freeze, "example/async_app.ru".freeze, "example/async_chat.ru".freeze, "example/async_tailer.ru".freeze, "example/config.ru".freeze, "example/monit_sockets".freeze, "example/monit_unixsock".freeze, "example/myapp.rb".freeze, "example/ramaze.ru".freeze, "example/thin.god".freeze, "example/thin_solaris_smf.erb".freeze, "example/thin_solaris_smf.readme.txt".freeze, "example/vlad.rake".freeze, "ext/thin_parser/common.rl".freeze, "ext/thin_parser/ext_help.h".freeze, "ext/thin_parser/extconf.rb".freeze, "ext/thin_parser/parser.c".freeze, "ext/thin_parser/parser.h".freeze, "ext/thin_parser/parser.rl".freeze, "ext/thin_parser/thin.c".freeze, "lib/rack/adapter/loader.rb".freeze, "lib/rack/adapter/rails.rb".freeze, "lib/rack/handler/thin.rb".freeze, "lib/thin.rb".freeze, "lib/thin/backends/base.rb".freeze, "lib/thin/backends/swiftiply_client.rb".freeze, "lib/thin/backends/tcp_server.rb".freeze, "lib/thin/backends/unix_server.rb".freeze, "lib/thin/command.rb".freeze, "lib/thin/connection.rb".freeze, "lib/thin/controllers/cluster.rb".freeze, "lib/thin/controllers/controller.rb".freeze, "lib/thin/controllers/service.rb".freeze, "lib/thin/controllers/service.sh.erb".freeze, "lib/thin/daemonizing.rb".freeze, "lib/thin/headers.rb".freeze, "lib/thin/logging.rb".freeze, "lib/thin/request.rb".freeze, "lib/thin/response.rb".freeze, "lib/thin/runner.rb".freeze, "lib/thin/server.rb".freeze, "lib/thin/stats.html.erb".freeze, "lib/thin/stats.rb".freeze, "lib/thin/statuses.rb".freeze, "lib/thin/version.rb".freeze] s.homepage = "https://github.com/macournoyer/thin".freeze s.licenses = ["GPL-2.0+".freeze, "Ruby".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A thin and fast web server".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1".freeze, "< 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.9".freeze]) end