# -*- encoding: utf-8 -*- # stub: eventmachine-le 1.1.6 ruby lib # stub: ext/extconf.rbext/fastfilereader/extconf.rb Gem::Specification.new do |s| s.name = "eventmachine-le".freeze s.version = "1.1.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Francis Cianfrocca".freeze, "Aman Gupta".freeze, "hacked by Carsten Bormann and Inaki Baz Castillo".freeze] s.date = "2013-10-07" s.description = "EventMachine-LE (Live Edition) is a branch of EventMachine (https://github.com/eventmachine/eventmachine).\n\nThis branch incorporates interesting pull requests that are not yet included in the mainline EventMachine repository. The maintainers of that version prefer to minimize change in order to keep the stability with already existing EventMachine deployments, which provides an impressive multi-platform base for IPv4 TCP servers (e.g., Web servers) that don't need good UDP or IPv6 support.\n\nThis dedication to stability is helpful for production use, but can also lead to ossification. The present \"Live Edition\" or \"Leading Edge\" branch has its focus on supporting a somewhat wider use, including new Web servers or protocols beyond the HTTP Web.\n\nTo provide even more focus, this branch is currently applying its energy towards Linux and Unix/BSD/OSX environments. Java reactor and pure Ruby reactor are for now removed in this branch, and Windows/Cygwin support is untested. This may very well change later, once interesting pull requests come in.\n\nEventMachine-LE draws from a number of dormant pull requests on the mainline version of EventMachine. New proposals will also directly come to EventMachine-LE and will be included once they are tested.\n\nThis is not a \"development branch\", EventMachine-LE is ready for production, just beyond the focus of mainline EventMachine.\n".freeze s.email = ["garbagecat10@gmail.com".freeze, "aman@tmm1.net".freeze, "cabo@tzi.org".freeze, "ibc@aliax.net".freeze] s.extensions = ["ext/extconf.rb".freeze, "ext/fastfilereader/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze, ".gitignore".freeze, ".travis.yaml".freeze, ".yardopts".freeze, "GNU".freeze, "Gemfile".freeze, "LICENSE".freeze, "Rakefile".freeze, "eventmachine-le.gemspec".freeze, "ext/binder.cpp".freeze, "ext/binder.h".freeze, "ext/cmain.cpp".freeze, "ext/ed.cpp".freeze, "ext/ed.h".freeze, "ext/em.cpp".freeze, "ext/em.h".freeze, "ext/eventmachine.h".freeze, "ext/extconf.rb".freeze, "ext/fastfilereader/extconf.rb".freeze, "ext/fastfilereader/mapper.cpp".freeze, "ext/fastfilereader/mapper.h".freeze, "ext/fastfilereader/rubymain.cpp".freeze, "ext/kb.cpp".freeze, "ext/page.cpp".freeze, "ext/page.h".freeze, "ext/pipe.cpp".freeze, "ext/project.h".freeze, "ext/rubymain.cpp".freeze, "ext/ssl.cpp".freeze, "ext/ssl.h".freeze, "lib/em/buftok.rb".freeze, "lib/em/callback.rb".freeze, "lib/em/channel.rb".freeze, "lib/em/completion.rb".freeze, "lib/em/connection.rb".freeze, "lib/em/deferrable.rb".freeze, "lib/em/deferrable/pool.rb".freeze, "lib/em/file_watch.rb".freeze, "lib/em/future.rb".freeze, "lib/em/iterator.rb".freeze, "lib/em/messages.rb".freeze, "lib/em/pool.rb".freeze, "lib/em/process_watch.rb".freeze, "lib/em/processes.rb".freeze, "lib/em/protocols.rb".freeze, "lib/em/protocols/header_and_content.rb".freeze, "lib/em/protocols/httpclient.rb".freeze, "lib/em/protocols/httpclient2.rb".freeze, "lib/em/protocols/line_and_text.rb".freeze, "lib/em/protocols/line_protocol.rb".freeze, "lib/em/protocols/linetext2.rb".freeze, "lib/em/protocols/memcache.rb".freeze, "lib/em/protocols/object_protocol.rb".freeze, "lib/em/protocols/postgres3.rb".freeze, "lib/em/protocols/saslauth.rb".freeze, "lib/em/protocols/smtpclient.rb".freeze, "lib/em/protocols/smtpserver.rb".freeze, "lib/em/protocols/socks4.rb".freeze, "lib/em/protocols/stomp.rb".freeze, "lib/em/protocols/tcptest.rb".freeze, "lib/em/queue.rb".freeze, "lib/em/resolver.rb".freeze, "lib/em/spawnable.rb".freeze, "lib/em/streamer.rb".freeze, "lib/em/threaded_resource.rb".freeze, "lib/em/tick_loop.rb".freeze, "lib/em/timers.rb".freeze, "lib/em/version.rb".freeze, "lib/eventmachine-le.rb".freeze, "lib/eventmachine.rb".freeze, "rakelib/cpp.rake_example".freeze, "rakelib/package.rake".freeze, "rakelib/test.rake".freeze, "tests/client.crt".freeze, "tests/client.key".freeze, "tests/em_test_helper.rb".freeze, "tests/test_attach.rb".freeze, "tests/test_basic.rb".freeze, "tests/test_channel.rb".freeze, "tests/test_completion.rb".freeze, "tests/test_connection_count.rb".freeze, "tests/test_defer.rb".freeze, "tests/test_deferrable.rb".freeze, "tests/test_epoll.rb".freeze, "tests/test_error_handler.rb".freeze, "tests/test_exc.rb".freeze, "tests/test_file_watch.rb".freeze, "tests/test_futures.rb".freeze, "tests/test_get_sock_opt.rb".freeze, "tests/test_handler_check.rb".freeze, "tests/test_hc.rb".freeze, "tests/test_httpclient.rb".freeze, "tests/test_httpclient2.rb".freeze, "tests/test_idle_connection.rb".freeze, "tests/test_inactivity_timeout.rb".freeze, "tests/test_ipv4.rb".freeze, "tests/test_ipv6.rb".freeze, "tests/test_iterator.rb".freeze, "tests/test_kb.rb".freeze, "tests/test_line_protocol.rb".freeze, "tests/test_ltp.rb".freeze, "tests/test_ltp2.rb".freeze, "tests/test_next_tick.rb".freeze, "tests/test_object_protocol.rb".freeze, "tests/test_pause.rb".freeze, "tests/test_pending_connect_timeout.rb".freeze, "tests/test_pool.rb".freeze, "tests/test_process_watch.rb".freeze, "tests/test_processes.rb".freeze, "tests/test_proxy_connection.rb".freeze, "tests/test_pure.rb".freeze, "tests/test_queue.rb".freeze, "tests/test_resolver.rb".freeze, "tests/test_running.rb".freeze, "tests/test_sasl.rb".freeze, "tests/test_send_file.rb".freeze, "tests/test_servers.rb".freeze, "tests/test_set_sock_opt.rb".freeze, "tests/test_shutdown_hooks.rb".freeze, "tests/test_smtpclient.rb".freeze, "tests/test_smtpserver.rb".freeze, "tests/test_spawn.rb".freeze, "tests/test_ssl_args.rb".freeze, "tests/test_ssl_cipher_list.rb".freeze, "tests/test_ssl_methods.rb".freeze, "tests/test_ssl_verify.rb".freeze, "tests/test_system.rb".freeze, "tests/test_threaded_resource.rb".freeze, "tests/test_tick_loop.rb".freeze, "tests/test_timers.rb".freeze, "tests/test_ud.rb".freeze, "tests/test_udp46.rb".freeze, "tests/test_unbind_reason.rb".freeze] s.files = [".gitignore".freeze, ".travis.yaml".freeze, ".yardopts".freeze, "GNU".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "eventmachine-le.gemspec".freeze, "ext/binder.cpp".freeze, "ext/binder.h".freeze, "ext/cmain.cpp".freeze, "ext/ed.cpp".freeze, "ext/ed.h".freeze, "ext/em.cpp".freeze, "ext/em.h".freeze, "ext/eventmachine.h".freeze, "ext/extconf.rb".freeze, "ext/fastfilereader/extconf.rb".freeze, "ext/fastfilereader/mapper.cpp".freeze, "ext/fastfilereader/mapper.h".freeze, "ext/fastfilereader/rubymain.cpp".freeze, "ext/kb.cpp".freeze, "ext/page.cpp".freeze, "ext/page.h".freeze, "ext/pipe.cpp".freeze, "ext/project.h".freeze, "ext/rubymain.cpp".freeze, "ext/ssl.cpp".freeze, "ext/ssl.h".freeze, "lib/em/buftok.rb".freeze, "lib/em/callback.rb".freeze, "lib/em/channel.rb".freeze, "lib/em/completion.rb".freeze, "lib/em/connection.rb".freeze, "lib/em/deferrable.rb".freeze, "lib/em/deferrable/pool.rb".freeze, "lib/em/file_watch.rb".freeze, "lib/em/future.rb".freeze, "lib/em/iterator.rb".freeze, "lib/em/messages.rb".freeze, "lib/em/pool.rb".freeze, "lib/em/process_watch.rb".freeze, "lib/em/processes.rb".freeze, "lib/em/protocols.rb".freeze, "lib/em/protocols/header_and_content.rb".freeze, "lib/em/protocols/httpclient.rb".freeze, "lib/em/protocols/httpclient2.rb".freeze, "lib/em/protocols/line_and_text.rb".freeze, "lib/em/protocols/line_protocol.rb".freeze, "lib/em/protocols/linetext2.rb".freeze, "lib/em/protocols/memcache.rb".freeze, "lib/em/protocols/object_protocol.rb".freeze, "lib/em/protocols/postgres3.rb".freeze, "lib/em/protocols/saslauth.rb".freeze, "lib/em/protocols/smtpclient.rb".freeze, "lib/em/protocols/smtpserver.rb".freeze, "lib/em/protocols/socks4.rb".freeze, "lib/em/protocols/stomp.rb".freeze, "lib/em/protocols/tcptest.rb".freeze, "lib/em/queue.rb".freeze, "lib/em/resolver.rb".freeze, "lib/em/spawnable.rb".freeze, "lib/em/streamer.rb".freeze, "lib/em/threaded_resource.rb".freeze, "lib/em/tick_loop.rb".freeze, "lib/em/timers.rb".freeze, "lib/em/version.rb".freeze, "lib/eventmachine-le.rb".freeze, "lib/eventmachine.rb".freeze, "rakelib/cpp.rake_example".freeze, "rakelib/package.rake".freeze, "rakelib/test.rake".freeze, "tests/client.crt".freeze, "tests/client.key".freeze, "tests/em_test_helper.rb".freeze, "tests/test_attach.rb".freeze, "tests/test_basic.rb".freeze, "tests/test_channel.rb".freeze, "tests/test_completion.rb".freeze, "tests/test_connection_count.rb".freeze, "tests/test_defer.rb".freeze, "tests/test_deferrable.rb".freeze, "tests/test_epoll.rb".freeze, "tests/test_error_handler.rb".freeze, "tests/test_exc.rb".freeze, "tests/test_file_watch.rb".freeze, "tests/test_futures.rb".freeze, "tests/test_get_sock_opt.rb".freeze, "tests/test_handler_check.rb".freeze, "tests/test_hc.rb".freeze, "tests/test_httpclient.rb".freeze, "tests/test_httpclient2.rb".freeze, "tests/test_idle_connection.rb".freeze, "tests/test_inactivity_timeout.rb".freeze, "tests/test_ipv4.rb".freeze, "tests/test_ipv6.rb".freeze, "tests/test_iterator.rb".freeze, "tests/test_kb.rb".freeze, "tests/test_line_protocol.rb".freeze, "tests/test_ltp.rb".freeze, "tests/test_ltp2.rb".freeze, "tests/test_next_tick.rb".freeze, "tests/test_object_protocol.rb".freeze, "tests/test_pause.rb".freeze, "tests/test_pending_connect_timeout.rb".freeze, "tests/test_pool.rb".freeze, "tests/test_process_watch.rb".freeze, "tests/test_processes.rb".freeze, "tests/test_proxy_connection.rb".freeze, "tests/test_pure.rb".freeze, "tests/test_queue.rb".freeze, "tests/test_resolver.rb".freeze, "tests/test_running.rb".freeze, "tests/test_sasl.rb".freeze, "tests/test_send_file.rb".freeze, "tests/test_servers.rb".freeze, "tests/test_set_sock_opt.rb".freeze, "tests/test_shutdown_hooks.rb".freeze, "tests/test_smtpclient.rb".freeze, "tests/test_smtpserver.rb".freeze, "tests/test_spawn.rb".freeze, "tests/test_ssl_args.rb".freeze, "tests/test_ssl_cipher_list.rb".freeze, "tests/test_ssl_methods.rb".freeze, "tests/test_ssl_verify.rb".freeze, "tests/test_system.rb".freeze, "tests/test_threaded_resource.rb".freeze, "tests/test_tick_loop.rb".freeze, "tests/test_timers.rb".freeze, "tests/test_ud.rb".freeze, "tests/test_udp46.rb".freeze, "tests/test_unbind_reason.rb".freeze] s.homepage = "https://github.com/ibc/EventMachine-LE/".freeze s.licenses = ["Ruby".freeze, "GPL".freeze] s.rdoc_options = ["--title".freeze, "EventMachine-LE".freeze, "--main".freeze, "README.md".freeze, "-x".freeze, "lib/em/version".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "EventMachine LE (Live Edition)".freeze s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 0.8.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end