mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Fixup Manifest.txt
This commit is contained in:
parent
78df4aa2a9
commit
54e8750af8
1 changed files with 20 additions and 32 deletions
52
Manifest.txt
52
Manifest.txt
|
@ -2,7 +2,7 @@ COPYING
|
|||
History.txt
|
||||
LICENSE
|
||||
Manifest.txt
|
||||
README.txt
|
||||
README.md
|
||||
Rakefile
|
||||
TODO
|
||||
bin/puma
|
||||
|
@ -12,11 +12,12 @@ examples/camping/blog.rb
|
|||
examples/camping/tepee.rb
|
||||
examples/httpd.conf
|
||||
examples/mime.yaml
|
||||
examples/puma.conf
|
||||
examples/mongrel.conf
|
||||
examples/monitrc
|
||||
examples/random_thrash.rb
|
||||
examples/simpletest.rb
|
||||
examples/webrick_compare.rb
|
||||
ext/http11/Http11Service.java
|
||||
ext/http11/ext_help.h
|
||||
ext/http11/extconf.rb
|
||||
ext/http11/http11.c
|
||||
|
@ -25,45 +26,32 @@ ext/http11/http11_parser.h
|
|||
ext/http11/http11_parser.java.rl
|
||||
ext/http11/http11_parser.rl
|
||||
ext/http11/http11_parser_common.rl
|
||||
ext/http11/Http11Service.java
|
||||
ext/http11/org/jruby/puma/Http11.java
|
||||
ext/http11/org/jruby/puma/Http11Parser.java
|
||||
ext/http11/org/jruby/mongrel/Http11.java
|
||||
ext/http11/org/jruby/mongrel/Http11Parser.java
|
||||
lib/puma.rb
|
||||
lib/puma/camping.rb
|
||||
lib/puma/cgi.rb
|
||||
lib/puma/command.rb
|
||||
lib/puma/configurator.rb
|
||||
lib/puma/cli.rb
|
||||
lib/puma/const.rb
|
||||
lib/puma/debug.rb
|
||||
lib/puma/events.rb
|
||||
lib/puma/gems.rb
|
||||
lib/puma/handlers.rb
|
||||
lib/puma/header_out.rb
|
||||
lib/puma/http_request.rb
|
||||
lib/puma/http_response.rb
|
||||
lib/puma/init.rb
|
||||
lib/puma/mime_types.yml
|
||||
lib/puma/rails.rb
|
||||
lib/puma/stats.rb
|
||||
lib/puma/tcphack.rb
|
||||
lib/puma/uri_classifier.rb
|
||||
setup.rb
|
||||
lib/puma/server.rb
|
||||
lib/puma/thread_pool.rb
|
||||
lib/puma/utils.rb
|
||||
lib/rack/handler/puma.rb
|
||||
puma.gemspec
|
||||
tasks/gem.rake
|
||||
tasks/java.rake
|
||||
tasks/native.rake
|
||||
tasks/ragel.rake
|
||||
test/lobster.ru
|
||||
test/mime.yaml
|
||||
test/puma.conf
|
||||
test/test_cgi_wrapper.rb
|
||||
test/test_command.rb
|
||||
test/test_conditional.rb
|
||||
test/test_configurator.rb
|
||||
test/test_debug.rb
|
||||
test/test_handlers.rb
|
||||
test/test_http10.rb
|
||||
test/test_http11.rb
|
||||
test/test_redirect_handler.rb
|
||||
test/test_request_progress.rb
|
||||
test/test_response.rb
|
||||
test/test_stats.rb
|
||||
test/test_uriclassifier.rb
|
||||
test/test_persistent.rb
|
||||
test/test_rack_handler.rb
|
||||
test/test_rack_server.rb
|
||||
test/test_thread_pool.rb
|
||||
test/test_unix_socket.rb
|
||||
test/test_ws.rb
|
||||
test/testhelp.rb
|
||||
tools/trickletest.rb
|
||||
|
|
Loading…
Reference in a new issue