Sha256: 0001bdb9fe9dcf9ba7a71ff7f940a7b095f36014717f60cd1f1e1f410558a7d9

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require "sys_watchdog/version"

Gem::Specification.new do |s|
  s.name          = "sys_watchdog"
  s.version       = SysWatchdogVersion::VERSION.dup
  s.authors       = ["Tom Lobato"]
  s.email         = "lobato@bettercall.io"
  s.homepage      = "http://sys-watchdog.bettercall.io/"
  s.summary       = "sys_watchdog 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.3.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.20 sys_watchdog.gemspec