--- !ruby/object:Gem::Specification rubygems_version: 0.9.0.8 specification_version: 1 name: rack version: !ruby/object:Gem::Version version: 0.1.0 date: 2007-03-03 00:00:00 +01:00 summary: a modular Ruby webserver interface require_paths: - lib email: chneukirchen@gmail.com homepage: http://rack.rubyforge.org rubyforge_project: rack description: Rack provides minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Also see http://rack.rubyforge.org. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">" - !ruby/object:Gem::Version version: 0.0.0 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - Christian Neukirchen files: - AUTHORS - bin/rackup - contrib/rack_logo.svg - COPYING - example/lobster.ru - KNOWN-ISSUES - lib/rack/adapter/camping.rb - lib/rack/adapter/rails.rb - lib/rack/builder.rb - lib/rack/cascade.rb - lib/rack/commonlogger.rb - lib/rack/file.rb - lib/rack/handler/cgi.rb - lib/rack/handler/fastcgi.rb - lib/rack/handler/mongrel.rb - lib/rack/handler/webrick.rb - lib/rack/lint.rb - lib/rack/lobster.rb - lib/rack/mock.rb - lib/rack/recursive.rb - lib/rack/reloader.rb - lib/rack/request.rb - lib/rack/response.rb - lib/rack/showexceptions.rb - lib/rack/urlmap.rb - lib/rack/utils.rb - lib/rack.rb - Rakefile - README - test/cgi/lighttpd.conf - test/cgi/test - test/cgi/test.fcgi - test/cgi/test.ru - test/spec_rack_camping.rb - test/spec_rack_cascade.rb - test/spec_rack_cgi.rb - test/spec_rack_commonlogger.rb - test/spec_rack_fastcgi.rb - test/spec_rack_file.rb - test/spec_rack_lint.rb - test/spec_rack_lobster.rb - test/spec_rack_mock.rb - test/spec_rack_mongrel.rb - test/spec_rack_recursive.rb - test/spec_rack_request.rb - test/spec_rack_response.rb - test/spec_rack_showexceptions.rb - test/spec_rack_urlmap.rb - test/spec_rack_utils.rb - test/spec_rack_webrick.rb - test/testrequest.rb - SPEC - RDOX test_files: - test/spec_rack_camping.rb - test/spec_rack_cascade.rb - test/spec_rack_cgi.rb - test/spec_rack_commonlogger.rb - test/spec_rack_fastcgi.rb - test/spec_rack_file.rb - test/spec_rack_lint.rb - test/spec_rack_lobster.rb - test/spec_rack_mock.rb - test/spec_rack_mongrel.rb - test/spec_rack_recursive.rb - test/spec_rack_request.rb - test/spec_rack_response.rb - test/spec_rack_showexceptions.rb - test/spec_rack_urlmap.rb - test/spec_rack_utils.rb - test/spec_rack_webrick.rb rdoc_options: [] extra_rdoc_files: - README - SPEC - RDOX - KNOWN-ISSUES executables: - rackup extensions: [] requirements: [] dependencies: []