--- !ruby/object:Gem::Specification name: rainbows version: !ruby/object:Gem::Version version: 0.92.0 platform: ruby authors: - Rainbows! hackers autorequire: bindir: bin cert_chain: [] date: 2010-05-04 00:00:00 +00:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: unicorn type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 0.97.1 - - < - !ruby/object:Gem::Version version: 1.0.0 version: description: |- \Rainbows! is an HTTP server for sleepy Rack applications. It is based on Unicorn, but designed to handle applications that expect long request/response times and/or slow clients. For Rack applications not heavily bound by slow external network dependencies, consider Unicorn instead as it simpler and easier to debug. email: rainbows-talk@rubyforge.org executables: - rainbows extensions: [] extra_rdoc_files: - ChangeLog - DEPLOY - FAQ - lib/rainbows.rb - lib/rainbows/actor_spawn.rb - lib/rainbows/app_pool.rb - lib/rainbows/base.rb - lib/rainbows/const.rb - lib/rainbows/dev_fd_response.rb - lib/rainbows/error.rb - lib/rainbows/ev_core.rb - lib/rainbows/event_machine.rb - lib/rainbows/fiber.rb - lib/rainbows/fiber/base.rb - lib/rainbows/fiber/io.rb - lib/rainbows/fiber/queue.rb - lib/rainbows/fiber/rev.rb - lib/rainbows/fiber_pool.rb - lib/rainbows/fiber_spawn.rb - lib/rainbows/http_response.rb - lib/rainbows/http_server.rb - lib/rainbows/max_body.rb - lib/rainbows/never_block.rb - lib/rainbows/never_block/event_machine.rb - lib/rainbows/rev.rb - lib/rainbows/rev/client.rb - lib/rainbows/rev/core.rb - lib/rainbows/rev/deferred_response.rb - lib/rainbows/rev/heartbeat.rb - lib/rainbows/rev/master.rb - lib/rainbows/rev/thread.rb - lib/rainbows/rev_fiber_spawn.rb - lib/rainbows/rev_thread_pool.rb - lib/rainbows/rev_thread_spawn.rb - lib/rainbows/revactor.rb - lib/rainbows/tee_input.rb - lib/rainbows/thread_pool.rb - lib/rainbows/thread_spawn.rb - LICENSE - NEWS - README - SIGNALS - TODO - TUNING - vs_Unicorn - Summary files: - .document - .gitignore - .manifest - COPYING - ChangeLog - DEPLOY - Documentation/.gitignore - Documentation/GNUmakefile - Documentation/comparison.css - Documentation/comparison.haml - Documentation/rainbows.1.txt - FAQ - GIT-VERSION-FILE - GIT-VERSION-GEN - GNUmakefile - LICENSE - NEWS - README - Rakefile - SIGNALS - Summary - TODO - TUNING - bin/rainbows - config/.gitignore - config/isolate.rb - lib/rainbows.rb - lib/rainbows/actor_spawn.rb - lib/rainbows/app_pool.rb - lib/rainbows/base.rb - lib/rainbows/const.rb - lib/rainbows/dev_fd_response.rb - lib/rainbows/error.rb - lib/rainbows/ev_core.rb - lib/rainbows/event_machine.rb - lib/rainbows/fiber.rb - lib/rainbows/fiber/base.rb - lib/rainbows/fiber/io.rb - lib/rainbows/fiber/queue.rb - lib/rainbows/fiber/rev.rb - lib/rainbows/fiber_pool.rb - lib/rainbows/fiber_spawn.rb - lib/rainbows/http_response.rb - lib/rainbows/http_server.rb - lib/rainbows/max_body.rb - lib/rainbows/never_block.rb - lib/rainbows/never_block/event_machine.rb - lib/rainbows/rev.rb - lib/rainbows/rev/client.rb - lib/rainbows/rev/core.rb - lib/rainbows/rev/deferred_response.rb - lib/rainbows/rev/heartbeat.rb - lib/rainbows/rev/master.rb - lib/rainbows/rev/thread.rb - lib/rainbows/rev_fiber_spawn.rb - lib/rainbows/rev_thread_pool.rb - lib/rainbows/rev_thread_spawn.rb - lib/rainbows/revactor.rb - lib/rainbows/tee_input.rb - lib/rainbows/thread_pool.rb - lib/rainbows/thread_spawn.rb - local.mk.sample - man/man1/rainbows.1 - rainbows.gemspec - setup.rb - t/.gitignore - t/GNUmakefile - t/README - t/app_deferred.ru - t/async-response-no-autochunk.ru - t/async-response.ru - t/async_examples/README - t/async_examples/async_app.ru - t/async_examples/async_tailer.ru - t/async_sinatra.ru - t/bin/content-md5-put - t/bin/sha1sum.rb - t/bin/unused_listen - t/bin/utee - t/content-md5.ru - t/cramp/README - t/cramp/streaming.ru - t/env.ru - t/env_rack_env.ru - t/fork-sleep.ru - t/heartbeat-timeout.ru - t/large-file-response.ru - t/my-tap-lib.sh - t/rack-fiber_pool/app.ru - t/sha1-random-size.ru - t/sha1.ru - t/simple-http_Base.ru - t/simple-http_EventMachine.ru - t/simple-http_FiberPool.ru - t/simple-http_FiberSpawn.ru - t/simple-http_NeverBlock.ru - t/simple-http_Rev.ru - t/simple-http_RevFiberSpawn.ru - t/simple-http_RevThreadPool.ru - t/simple-http_RevThreadSpawn.ru - t/simple-http_Revactor.ru - t/simple-http_ThreadPool.ru - t/simple-http_ThreadSpawn.ru - t/sleep.ru - t/t0000-simple-http.sh - t/t0000.ru - t/t0001-unix-http.sh - t/t0002-graceful.sh - t/t0002-parser-error.sh - t/t0003-reopen-logs.sh - t/t0004-heartbeat-timeout.sh - t/t0005-large-file-response.sh - t/t0006-process-rack-env.sh - t/t0007-worker-follows-master-to-death.sh - t/t0008-ensure-usable-after-limit.sh - t/t0009-broken-app.sh - t/t0009.ru - t/t0010-keepalive-timeout-effective.sh - t/t0011-close-on-exec-set.sh - t/t0012-spurious-wakeups-quiet.sh - t/t0013-reload-bad-config.sh - t/t0014-config-conflict.sh - t/t0100-rack-input-hammer-chunked.sh - t/t0100-rack-input-hammer-content-length.sh - t/t0101-rack-input-trailer.sh - t/t0102-rack-input-short.sh - t/t0103-rack-input-limit.sh - t/t0104-rack-input-limit-tiny.sh - t/t0105-rack-input-limit-bigger.sh - t/t0200-async-response.sh - t/t0201-async-response-no-autochunk.sh - t/t0300-async_sinatra.sh - t/t0400-em-async-app.sh - t/t0401-em-async-tailer.sh - t/t0500-cramp-streaming.sh - t/t0600-rack-fiber_pool.sh - t/t0700-app-deferred.sh - t/t9000-rack-app-pool.sh - t/t9000.ru - t/test-lib.sh - t/worker-follows-master-to-death.ru - vs_Unicorn has_rdoc: true homepage: http://rainbows.rubyforge.org/ licenses: [] post_install_message: rdoc_options: - -Na - -t - Rainbows! Unicorn for sleepy apps and slow clients require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rainbows rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Unicorn for sleepy apps and slow clients test_files: []