# -*- encoding: utf-8 -*- # stub: remon 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "remon".freeze s.version = "0.1.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 = ["Neeraj".freeze] s.bindir = "exe".freeze s.date = "2019-07-08" s.description = "Health check library for system/services like postgres/elasticsearch".freeze s.executables = ["remon".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "FEATURES.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "dev_exe/remon".freeze, "exe/remon".freeze, "lib/remon.rb".freeze, "lib/remon/check.rb".freeze, "lib/remon/check_dsl.rb".freeze, "lib/remon/check_runner.rb".freeze, "lib/remon/checks/consul.rb".freeze, "lib/remon/checks/disk.rb".freeze, "lib/remon/checks/http.rb".freeze, "lib/remon/checks/oom.rb".freeze, "lib/remon/checks/redis.rb".freeze, "lib/remon/checks/salt.rb".freeze, "lib/remon/checks/system.rb".freeze, "lib/remon/checks/yum.rb".freeze, "lib/remon/config.rb".freeze, "lib/remon/custom_logger.rb".freeze, "lib/remon/deduped_queue.rb".freeze, "lib/remon/error.rb".freeze, "lib/remon/event_processor.rb".freeze, "lib/remon/ext/num_ext.rb".freeze, "lib/remon/helper.rb".freeze, "lib/remon/logger.rb".freeze, "lib/remon/metrics/consul.rb".freeze, "lib/remon/metrics/disk.rb".freeze, "lib/remon/metrics/http.rb".freeze, "lib/remon/metrics/oom.rb".freeze, "lib/remon/metrics/salt.rb".freeze, "lib/remon/metrics/system.rb".freeze, "lib/remon/metrics/yum.rb".freeze, "lib/remon/proc_check.rb".freeze, "lib/remon/scheduler.rb".freeze, "lib/remon/scripts/salt-status".freeze, "lib/remon/scripts/yum-status".freeze, "lib/remon/sysinfo.rb".freeze, "lib/remon/version.rb".freeze, "remon.gemspec".freeze, "test_config.rb".freeze] s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Health check library for system/services like postgres/elasticsearch/redis etc".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.13.a".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.12.0".freeze]) end