# -*- encoding: utf-8 -*- # stub: eventmachine 0.12.2 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "eventmachine".freeze s.version = "0.12.2".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] s.date = "2008-09-25" s.description = "".freeze s.email = "garbagecat10@gmail.com".freeze s.extensions = ["ext/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "RELEASE_NOTES".freeze, "COPYING".freeze, "EPOLL".freeze, "GNU".freeze, "LEGAL".freeze, "TODO".freeze, "KEYBOARD".freeze, "LIGHTWEIGHT_CONCURRENCY".freeze, "PURE_RUBY".freeze, "SMTP".freeze, "SPAWNED_PROCESSES".freeze, "DEFERRABLES".freeze] s.files = ["COPYING".freeze, "DEFERRABLES".freeze, "EPOLL".freeze, "GNU".freeze, "KEYBOARD".freeze, "LEGAL".freeze, "LIGHTWEIGHT_CONCURRENCY".freeze, "PURE_RUBY".freeze, "README".freeze, "RELEASE_NOTES".freeze, "SMTP".freeze, "SPAWNED_PROCESSES".freeze, "TODO".freeze, "ext/binder.cpp".freeze, "ext/binder.h".freeze, "ext/cmain.cpp".freeze, "ext/cplusplus.cpp".freeze, "ext/ed.cpp".freeze, "ext/ed.h".freeze, "ext/em.cpp".freeze, "ext/em.h".freeze, "ext/emwin.cpp".freeze, "ext/emwin.h".freeze, "ext/epoll.cpp".freeze, "ext/epoll.h".freeze, "ext/eventmachine.h".freeze, "ext/eventmachine_cpp.h".freeze, "ext/extconf.rb".freeze, "ext/files.cpp".freeze, "ext/files.h".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/sigs.cpp".freeze, "ext/sigs.h".freeze, "ext/ssl.cpp".freeze, "ext/ssl.h".freeze, "lib/em".freeze, "lib/em/deferrable.rb".freeze, "lib/em/eventable.rb".freeze, "lib/em/future.rb".freeze, "lib/em/messages.rb".freeze, "lib/em/processes.rb".freeze, "lib/em/spawnable.rb".freeze, "lib/em/streamer.rb".freeze, "lib/eventmachine.rb".freeze, "lib/eventmachine_version.rb".freeze, "lib/evma".freeze, "lib/evma.rb".freeze, "lib/evma/callback.rb".freeze, "lib/evma/container.rb".freeze, "lib/evma/factory.rb".freeze, "lib/evma/protocol.rb".freeze, "lib/evma/reactor.rb".freeze, "lib/jeventmachine.rb".freeze, "lib/pr_eventmachine.rb".freeze, "lib/protocols".freeze, "lib/protocols/buftok.rb".freeze, "lib/protocols/header_and_content.rb".freeze, "lib/protocols/httpcli2.rb".freeze, "lib/protocols/httpclient.rb".freeze, "lib/protocols/line_and_text.rb".freeze, "lib/protocols/linetext2.rb".freeze, "lib/protocols/postgres.rb".freeze, "lib/protocols/saslauth.rb".freeze, "lib/protocols/smtpclient.rb".freeze, "lib/protocols/smtpserver.rb".freeze, "lib/protocols/stomp.rb".freeze, "lib/protocols/tcptest.rb".freeze, "tests/test_attach.rb".freeze, "tests/test_basic.rb".freeze, "tests/test_defer.rb".freeze, "tests/test_epoll.rb".freeze, "tests/test_errors.rb".freeze, "tests/test_eventables.rb".freeze, "tests/test_exc.rb".freeze, "tests/test_futures.rb".freeze, "tests/test_hc.rb".freeze, "tests/test_httpclient.rb".freeze, "tests/test_httpclient2.rb".freeze, "tests/test_kb.rb".freeze, "tests/test_ltp.rb".freeze, "tests/test_ltp2.rb".freeze, "tests/test_next_tick.rb".freeze, "tests/test_processes.rb".freeze, "tests/test_pure.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_smtpclient.rb".freeze, "tests/test_smtpserver.rb".freeze, "tests/test_spawn.rb".freeze, "tests/test_timers.rb".freeze, "tests/test_ud.rb".freeze, "tests/testem.rb".freeze] s.homepage = "http://rubyeventmachine.com".freeze s.rdoc_options = ["--title".freeze, "EventMachine".freeze, "--main".freeze, "README".freeze, "--line-numbers".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby/EventMachine library".freeze s.test_files = ["tests/testem.rb".freeze] end