# -*- encoding: utf-8 -*- # stub: rack 2.0.5 ruby lib Gem::Specification.new do |s| s.name = "rack".freeze s.version = "2.0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Leah Neukirchen".freeze] s.date = "2018-04-23" s.description = "Rack provides a minimal, modular and adaptable interface for developing\nweb applications in Ruby. By wrapping HTTP requests and responses in\nthe simplest way possible, it unifies and distills the API for web\nservers, web frameworks, and software in between (the so-called\nmiddleware) into a single method call.\n\nAlso see https://rack.github.io/.\n".freeze s.email = "leah@vuxu.org".freeze s.executables = ["rackup".freeze] s.extra_rdoc_files = ["README.rdoc".freeze, "HISTORY.md".freeze] s.files = ["COPYING".freeze, "HISTORY.md".freeze, "README.rdoc".freeze, "Rakefile".freeze, "SPEC".freeze, "bin/rackup".freeze, "contrib/rack.png".freeze, "contrib/rack.svg".freeze, "contrib/rack_logo.svg".freeze, "contrib/rdoc.css".freeze, "example/lobster.ru".freeze, "example/protectedlobster.rb".freeze, "example/protectedlobster.ru".freeze, "lib/rack.rb".freeze, "lib/rack/auth/abstract/handler.rb".freeze, "lib/rack/auth/abstract/request.rb".freeze, "lib/rack/auth/basic.rb".freeze, "lib/rack/auth/digest/md5.rb".freeze, "lib/rack/auth/digest/nonce.rb".freeze, "lib/rack/auth/digest/params.rb".freeze, "lib/rack/auth/digest/request.rb".freeze, "lib/rack/body_proxy.rb".freeze, "lib/rack/builder.rb".freeze, "lib/rack/cascade.rb".freeze, "lib/rack/chunked.rb".freeze, "lib/rack/common_logger.rb".freeze, "lib/rack/conditional_get.rb".freeze, "lib/rack/config.rb".freeze, "lib/rack/content_length.rb".freeze, "lib/rack/content_type.rb".freeze, "lib/rack/deflater.rb".freeze, "lib/rack/directory.rb".freeze, "lib/rack/etag.rb".freeze, "lib/rack/events.rb".freeze, "lib/rack/file.rb".freeze, "lib/rack/handler.rb".freeze, "lib/rack/handler/cgi.rb".freeze, "lib/rack/handler/fastcgi.rb".freeze, "lib/rack/handler/lsws.rb".freeze, "lib/rack/handler/scgi.rb".freeze, "lib/rack/handler/thin.rb".freeze, "lib/rack/handler/webrick.rb".freeze, "lib/rack/head.rb".freeze, "lib/rack/lint.rb".freeze, "lib/rack/lobster.rb".freeze, "lib/rack/lock.rb".freeze, "lib/rack/logger.rb".freeze, "lib/rack/media_type.rb".freeze, "lib/rack/method_override.rb".freeze, "lib/rack/mime.rb".freeze, "lib/rack/mock.rb".freeze, "lib/rack/multipart.rb".freeze, "lib/rack/multipart/generator.rb".freeze, "lib/rack/multipart/parser.rb".freeze, "lib/rack/multipart/uploaded_file.rb".freeze, "lib/rack/null_logger.rb".freeze, "lib/rack/query_parser.rb".freeze, "lib/rack/recursive.rb".freeze, "lib/rack/reloader.rb".freeze, "lib/rack/request.rb".freeze, "lib/rack/response.rb".freeze, "lib/rack/rewindable_input.rb".freeze, "lib/rack/runtime.rb".freeze, "lib/rack/sendfile.rb".freeze, "lib/rack/server.rb".freeze, "lib/rack/session/abstract/id.rb".freeze, "lib/rack/session/cookie.rb".freeze, "lib/rack/session/memcache.rb".freeze, "lib/rack/session/pool.rb".freeze, "lib/rack/show_exceptions.rb".freeze, "lib/rack/show_status.rb".freeze, "lib/rack/static.rb".freeze, "lib/rack/tempfile_reaper.rb".freeze, "lib/rack/urlmap.rb".freeze, "lib/rack/utils.rb".freeze, "rack.gemspec".freeze, "test/builder/an_underscore_app.rb".freeze, "test/builder/anything.rb".freeze, "test/builder/comment.ru".freeze, "test/builder/end.ru".freeze, "test/builder/line.ru".freeze, "test/builder/options.ru".freeze, "test/cgi/assets/folder/test.js".freeze, "test/cgi/assets/fonts/font.eot".freeze, "test/cgi/assets/images/image.png".freeze, "test/cgi/assets/index.html".freeze, "test/cgi/assets/javascripts/app.js".freeze, "test/cgi/assets/stylesheets/app.css".freeze, "test/cgi/lighttpd.conf".freeze, "test/cgi/rackup_stub.rb".freeze, "test/cgi/sample_rackup.ru".freeze, "test/cgi/test".freeze, "test/cgi/test+directory/test+file".freeze, "test/cgi/test.fcgi".freeze, "test/cgi/test.gz".freeze, "test/cgi/test.ru".freeze, "test/gemloader.rb".freeze, "test/helper.rb".freeze, "test/multipart/bad_robots".freeze, "test/multipart/binary".freeze, "test/multipart/content_type_and_no_filename".freeze, "test/multipart/empty".freeze, "test/multipart/fail_16384_nofile".freeze, "test/multipart/file1.txt".freeze, "test/multipart/filename_and_modification_param".freeze, "test/multipart/filename_and_no_name".freeze, "test/multipart/filename_with_encoded_words".freeze, "test/multipart/filename_with_escaped_quotes".freeze, "test/multipart/filename_with_escaped_quotes_and_modification_param".freeze, "test/multipart/filename_with_null_byte".freeze, "test/multipart/filename_with_percent_escaped_quotes".freeze, "test/multipart/filename_with_single_quote".freeze, "test/multipart/filename_with_unescaped_percentages".freeze, "test/multipart/filename_with_unescaped_percentages2".freeze, "test/multipart/filename_with_unescaped_percentages3".freeze, "test/multipart/filename_with_unescaped_quotes".freeze, "test/multipart/ie".freeze, "test/multipart/invalid_character".freeze, "test/multipart/mixed_files".freeze, "test/multipart/nested".freeze, "test/multipart/none".freeze, "test/multipart/quoted".freeze, "test/multipart/rack-logo.png".freeze, "test/multipart/semicolon".freeze, "test/multipart/text".freeze, "test/multipart/three_files_three_fields".freeze, "test/multipart/unity3d_wwwform".freeze, "test/multipart/webkit".freeze, "test/rackup/config.ru".freeze, "test/registering_handler/rack/handler/registering_myself.rb".freeze, "test/spec_auth_basic.rb".freeze, "test/spec_auth_digest.rb".freeze, "test/spec_body_proxy.rb".freeze, "test/spec_builder.rb".freeze, "test/spec_cascade.rb".freeze, "test/spec_cgi.rb".freeze, "test/spec_chunked.rb".freeze, "test/spec_common_logger.rb".freeze, "test/spec_conditional_get.rb".freeze, "test/spec_config.rb".freeze, "test/spec_content_length.rb".freeze, "test/spec_content_type.rb".freeze, "test/spec_deflater.rb".freeze, "test/spec_directory.rb".freeze, "test/spec_etag.rb".freeze, "test/spec_events.rb".freeze, "test/spec_fastcgi.rb".freeze, "test/spec_file.rb".freeze, "test/spec_handler.rb".freeze, "test/spec_head.rb".freeze, "test/spec_lint.rb".freeze, "test/spec_lobster.rb".freeze, "test/spec_lock.rb".freeze, "test/spec_logger.rb".freeze, "test/spec_media_type.rb".freeze, "test/spec_method_override.rb".freeze, "test/spec_mime.rb".freeze, "test/spec_mock.rb".freeze, "test/spec_multipart.rb".freeze, "test/spec_null_logger.rb".freeze, "test/spec_recursive.rb".freeze, "test/spec_request.rb".freeze, "test/spec_response.rb".freeze, "test/spec_rewindable_input.rb".freeze, "test/spec_runtime.rb".freeze, "test/spec_sendfile.rb".freeze, "test/spec_server.rb".freeze, "test/spec_session_abstract_id.rb".freeze, "test/spec_session_abstract_session_hash.rb".freeze, "test/spec_session_cookie.rb".freeze, "test/spec_session_memcache.rb".freeze, "test/spec_session_pool.rb".freeze, "test/spec_show_exceptions.rb".freeze, "test/spec_show_status.rb".freeze, "test/spec_static.rb".freeze, "test/spec_tempfile_reaper.rb".freeze, "test/spec_thin.rb".freeze, "test/spec_urlmap.rb".freeze, "test/spec_utils.rb".freeze, "test/spec_version.rb".freeze, "test/spec_webrick.rb".freeze, "test/static/another/index.html".freeze, "test/static/foo.html".freeze, "test/static/index.html".freeze, "test/testrequest.rb".freeze, "test/unregistered_handler/rack/handler/unregistered.rb".freeze, "test/unregistered_handler/rack/handler/unregistered_long_one.rb".freeze] s.homepage = "https://rack.github.io/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "a modular Ruby webserver interface".freeze s.test_files = ["test/spec_auth_basic.rb".freeze, "test/spec_auth_digest.rb".freeze, "test/spec_body_proxy.rb".freeze, "test/spec_builder.rb".freeze, "test/spec_cascade.rb".freeze, "test/spec_cgi.rb".freeze, "test/spec_chunked.rb".freeze, "test/spec_common_logger.rb".freeze, "test/spec_conditional_get.rb".freeze, "test/spec_config.rb".freeze, "test/spec_content_length.rb".freeze, "test/spec_content_type.rb".freeze, "test/spec_deflater.rb".freeze, "test/spec_directory.rb".freeze, "test/spec_etag.rb".freeze, "test/spec_events.rb".freeze, "test/spec_fastcgi.rb".freeze, "test/spec_file.rb".freeze, "test/spec_handler.rb".freeze, "test/spec_head.rb".freeze, "test/spec_lint.rb".freeze, "test/spec_lobster.rb".freeze, "test/spec_lock.rb".freeze, "test/spec_logger.rb".freeze, "test/spec_media_type.rb".freeze, "test/spec_method_override.rb".freeze, "test/spec_mime.rb".freeze, "test/spec_mock.rb".freeze, "test/spec_multipart.rb".freeze, "test/spec_null_logger.rb".freeze, "test/spec_recursive.rb".freeze, "test/spec_request.rb".freeze, "test/spec_response.rb".freeze, "test/spec_rewindable_input.rb".freeze, "test/spec_runtime.rb".freeze, "test/spec_sendfile.rb".freeze, "test/spec_server.rb".freeze, "test/spec_session_abstract_id.rb".freeze, "test/spec_session_abstract_session_hash.rb".freeze, "test/spec_session_cookie.rb".freeze, "test/spec_session_memcache.rb".freeze, "test/spec_session_pool.rb".freeze, "test/spec_show_exceptions.rb".freeze, "test/spec_show_status.rb".freeze, "test/spec_static.rb".freeze, "test/spec_tempfile_reaper.rb".freeze, "test/spec_thin.rb".freeze, "test/spec_urlmap.rb".freeze, "test/spec_utils.rb".freeze, "test/spec_version.rb".freeze, "test/spec_webrick.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end