# -*- encoding: utf-8 -*- # stub: bluepill-rwgps 0.0.61 ruby lib Gem::Specification.new do |s| s.name = "bluepill-rwgps".freeze s.version = "0.0.61".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cullen King".freeze, "Arya Asemanfar".freeze, "Gary Tsang".freeze, "Rohith Ravi".freeze] s.date = "2017-05-15" s.description = "The original bluepill process monitor worked well. In 2013 several changes were introduced that were detrimental to the stability of bluepill, as well as the system running it. This fork reverts back to the stable/non-destructive code.".freeze s.email = ["cullenk@gmail.com".freeze] s.executables = ["bluepill".freeze, "bpsv".freeze, "sample_forking_server".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "DESIGN.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/bluepill".freeze, "bin/bpsv".freeze, "bin/sample_forking_server".freeze, "bluepill-rwgps.gemspec".freeze, "examples/example.rb".freeze, "examples/new_example.rb".freeze, "examples/new_runit_example.rb".freeze, "examples/runit_example.rb".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/http.rb".freeze, "lib/bluepill/process_conditions/mem_usage.rb".freeze, "lib/bluepill/process_conditions/process_condition.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, "local-bluepill".freeze, "spec/lib/bluepill/logger_spec.rb".freeze, "spec/lib/bluepill/process_statistics_spec.rb".freeze, "spec/lib/bluepill/system_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/kingcu/bluepill-rwgps".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Fork of bluepill process monitory, reverting back to stable code with no global PID journal.".freeze s.test_files = ["spec/lib/bluepill/logger_spec.rb".freeze, "spec/lib/bluepill/process_statistics_spec.rb".freeze, "spec/lib/bluepill/system_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3".freeze, "<= 4.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.10".freeze]) s.add_development_dependency(%q.freeze, ["!= 0.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end