Sha256: 4e6075eec15668c00a678af25190f92538cfabc8cdc031763ec31abc59d891b1
Contents?: true
Size: 1008 Bytes
Versions: 1
Compression:
Stored size: 1008 Bytes
Contents
Gem::Specification.new do |s| s.name = "sys_watchdog" s.version = "0.1.2" s.authors = ["Tom Lobato"] s.email = "lobato@bettercall.io" s.homepage = "http://sys-watchdog.bettercall.io/" s.summary = "SysWatchdog keeps your *NIX servers green by performing periodic checks and optionally actions like service restarts and notifications." s.description = "SysWatchdog keeps your *NIX servers green by performing periodic checks and optionally actions like service restarts and notifications. Code: https://github.com/tomlobato/sys_watchdog Website: http://sys-watchdog.bettercall.io." s.licenses = ["MIT"] s.platform = Gem::Platform::RUBY s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- test/*`.split("\n") s.require_paths = ["lib"] s.executables = %w(sys_watchdog) s.required_ruby_version = '>= 2.1.0' s.add_dependency("mail", "~> 2.5") s.add_dependency("slack-ruby-client", "~> 0.8.1") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sys_watchdog-0.1.2 | sys_watchdog.gemspec |