# -*- encoding: utf-8 -*- # stub: bluepill 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "bluepill".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Arya Asemanfar".freeze, "Gary Tsang".freeze, "Rohith Ravi".freeze] s.date = "2015-08-14" s.description = "Bluepill keeps your daemons up while taking up as little resources as possible. After all you probably want the resources of your server to be used by whatever daemons you are running rather than the thing that's supposed to make sure they are brought back up, should they die or misbehave.".freeze s.email = ["entombedvirus@gmail.com".freeze] s.executables = ["bluepill".freeze, "bpsv".freeze, "sample_forking_server".freeze] s.files = ["CONTRIBUTING.md".freeze, "DESIGN.md".freeze, "LICENSE".freeze, "README.md".freeze, "bin/bluepill".freeze, "bin/bpsv".freeze, "bin/sample_forking_server".freeze, "bluepill.gemspec".freeze, "lib/bluepill.rb".freeze, "lib/bluepill/application.rb".freeze, "lib/bluepill/application/client.rb".freeze, "lib/bluepill/application/server.rb".freeze, "lib/bluepill/condition_watch.rb".freeze, "lib/bluepill/controller.rb".freeze, "lib/bluepill/dsl.rb".freeze, "lib/bluepill/dsl/app_proxy.rb".freeze, "lib/bluepill/dsl/process_factory.rb".freeze, "lib/bluepill/dsl/process_proxy.rb".freeze, "lib/bluepill/group.rb".freeze, "lib/bluepill/logger.rb".freeze, "lib/bluepill/process.rb".freeze, "lib/bluepill/process_conditions.rb".freeze, "lib/bluepill/process_conditions/always_true.rb".freeze, "lib/bluepill/process_conditions/cpu_usage.rb".freeze, "lib/bluepill/process_conditions/file_time.rb".freeze, "lib/bluepill/process_conditions/http.rb".freeze, "lib/bluepill/process_conditions/mem_usage.rb".freeze, "lib/bluepill/process_conditions/process_condition.rb".freeze, "lib/bluepill/process_conditions/running_time.rb".freeze, "lib/bluepill/process_conditions/zombie_process.rb".freeze, "lib/bluepill/process_journal.rb".freeze, "lib/bluepill/process_statistics.rb".freeze, "lib/bluepill/socket.rb".freeze, "lib/bluepill/system.rb".freeze, "lib/bluepill/trigger.rb".freeze, "lib/bluepill/triggers/flapping.rb".freeze, "lib/bluepill/util/rotational_array.rb".freeze, "lib/bluepill/version.rb".freeze] s.homepage = "http://github.com/bluepill-rb/bluepill".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A process monitor written in Ruby with stability and minimalism in mind.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze, "< 5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end