Sha256: 76d70ad0355f20d2c50b98e010fcaa6234d44be4d216c6a87bfca1e57a19044e
Contents?: true
Size: 870 Bytes
Versions: 1
Compression:
Stored size: 870 Bytes
Contents
Gem::Specification.new do |s| s.name = "sys_watchdog" s.version = "0.1.7" 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 = "#{s.summary} https://github.com/tomlobato/sys_watchdog 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.7 | sys_watchdog.gemspec |