Sha256: 16f9ed33e1d9b901c8100b919d383e11fe3c45712fc1e60412237725418e62d0

Contents?: true

Size: 872 Bytes

Versions: 1

Compression:

Stored size: 872 Bytes

Contents

Gem::Specification.new do |s|
  s.name          = "sys_watchdog"
  s.version       = "0.1.10"
  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.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.10 sys_watchdog.gemspec