# -*- encoding: utf-8 -*- # stub: einhorn 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "einhorn".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Greg Brockman".freeze] s.date = "2014-08-06" s.description = "Einhorn makes it easy to run multiple instances of an application server, all listening on the same port. You can also seamlessly restart your workers without dropping any requests. Einhorn requires minimal application-level support, making it easy to use with an existing project.".freeze s.email = ["gdb@stripe.com".freeze] s.executables = ["einhorn".freeze, "einhornsh".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CONTRIBUTORS".freeze, "Gemfile".freeze, "History.txt".freeze, "LICENSE".freeze, "README.md".freeze, "README.md.in".freeze, "Rakefile".freeze, "bin/einhorn".freeze, "bin/einhornsh".freeze, "einhorn.gemspec".freeze, "example/plugin.rb".freeze, "example/pool_worker.rb".freeze, "example/thin_example".freeze, "example/time_server".freeze, "lib/einhorn.rb".freeze, "lib/einhorn/client.rb".freeze, "lib/einhorn/command.rb".freeze, "lib/einhorn/command/interface.rb".freeze, "lib/einhorn/compat.rb".freeze, "lib/einhorn/event.rb".freeze, "lib/einhorn/event/abstract_text_descriptor.rb".freeze, "lib/einhorn/event/ack_timer.rb".freeze, "lib/einhorn/event/command_server.rb".freeze, "lib/einhorn/event/connection.rb".freeze, "lib/einhorn/event/loop_breaker.rb".freeze, "lib/einhorn/event/persistent.rb".freeze, "lib/einhorn/event/timer.rb".freeze, "lib/einhorn/third.rb".freeze, "lib/einhorn/third/little-plugger.rb".freeze, "lib/einhorn/third/little-plugger/.gitignore".freeze, "lib/einhorn/third/little-plugger/History.txt".freeze, "lib/einhorn/third/little-plugger/README.rdoc".freeze, "lib/einhorn/third/little-plugger/Rakefile".freeze, "lib/einhorn/third/little-plugger/lib/little-plugger.rb".freeze, "lib/einhorn/third/little-plugger/spec/little-plugger_spec.rb".freeze, "lib/einhorn/third/little-plugger/spec/spec_helper.rb".freeze, "lib/einhorn/version.rb".freeze, "lib/einhorn/worker.rb".freeze, "lib/einhorn/worker_pool.rb".freeze, "test/_lib.rb".freeze, "test/integration/_lib.rb".freeze, "test/integration/_lib/fixtures/env_printer/env_printer.rb".freeze, "test/integration/_lib/fixtures/upgrade_project/upgrading_server.rb".freeze, "test/integration/_lib/helpers.rb".freeze, "test/integration/_lib/helpers/einhorn_helpers.rb".freeze, "test/integration/startup.rb".freeze, "test/integration/upgrading.rb".freeze, "test/unit/einhorn.rb".freeze, "test/unit/einhorn/client.rb".freeze, "test/unit/einhorn/command.rb".freeze, "test/unit/einhorn/command/interface.rb".freeze, "test/unit/einhorn/event.rb".freeze, "test/unit/einhorn/worker_pool.rb".freeze] s.homepage = "https://github.com/stripe/einhorn".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Einhorn: the language-independent shared socket manager".freeze s.test_files = ["test/_lib.rb".freeze, "test/integration/_lib.rb".freeze, "test/integration/_lib/fixtures/env_printer/env_printer.rb".freeze, "test/integration/_lib/fixtures/upgrade_project/upgrading_server.rb".freeze, "test/integration/_lib/helpers.rb".freeze, "test/integration/_lib/helpers/einhorn_helpers.rb".freeze, "test/integration/startup.rb".freeze, "test/integration/upgrading.rb".freeze, "test/unit/einhorn.rb".freeze, "test/unit/einhorn/client.rb".freeze, "test/unit/einhorn/command.rb".freeze, "test/unit/einhorn/command/interface.rb".freeze, "test/unit/einhorn/event.rb".freeze, "test/unit/einhorn/worker_pool.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["< 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end