sys_watchdog 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/sys_watchdog.gemspec +3 -3
  3. metadata +6 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06729a688fbdde75394946638a12d5dc291a2ddb
4
- data.tar.gz: 5401e8fa4fb43fab9b54e112a2822073ddb88619
3
+ metadata.gz: a4adf0a9ebf9b7f713a7a05409040376da12479d
4
+ data.tar.gz: 34a368846b96379ac917140c4ab0b98e5032c7c6
5
5
  SHA512:
6
- metadata.gz: 83ff60d2db2b917f37a83e7af8b9f22f41061b1a6794a815328b10148390ec3eee4ad9615d89e78869f14baf93ecd948b71a09f6c093fc476b81af60134c7e18
7
- data.tar.gz: 2e150e92941cd811530421f73e55f407a66c33ea686ed7f4dd6d97aab670700086035f6e342c1b7e7a1a0735b44dbdea1293361ed50af8fa799f893836872109
6
+ metadata.gz: 3b77c8624b139f352f01358234f406e2f8c80551e08c8de555e165744cb2fedf3ef6838c55cf0e7ac707333abd32a39b19c956c895bb47bd92a7377dc8211eb3
7
+ data.tar.gz: 1285e57ba509b5b1532098786bb381a232212e077a7f46ed5b4c81d1b3608b25c26c4806d91c9433aad5bd7a9a7906fc5f7bd9a3429d04a2a66f1a0d051b686b
data/sys_watchdog.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "sys_watchdog"
3
- s.version = "0.0.5"
3
+ s.version = "0.0.6"
4
4
  s.authors = ["Tom Lobato"]
5
5
  s.email = "lobato@bettercall.io"
6
6
  s.homepage = "http://sys-watchdog.bettercall.io/"
7
- s.summary = "SysWatchdog keeps your UNIX servers green by performing periodic checks and opitionaly actions and notifications"
8
- s.description = "SysWatchdog keeps your UNIX servers green by performing periodic checks and opitionaly actions and notifications."
7
+ s.summary = "SysWatchdog keeps your *NIX servers green by performing periodic checks and optionally actions like service restarts and notifications."
8
+ s.description = "SysWatchdog keeps your *NIX servers green by performing periodic checks and optionally actions like service restarts and notifications. Website: https://github.com/tomlobato/sys_watchdog Code: http://sys-watchdog.bettercall.io."
9
9
  s.licenses = ["MIT"]
10
10
  s.platform = Gem::Platform::RUBY
11
11
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sys_watchdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato
@@ -38,8 +38,9 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.8.1
41
- description: SysWatchdog keeps your UNIX servers green by performing periodic checks
42
- and opitionaly actions and notifications.
41
+ description: 'SysWatchdog keeps your *NIX servers green by performing periodic checks
42
+ and optionally actions like service restarts and notifications. Website: https://github.com/tomlobato/sys_watchdog
43
+ Code: http://sys-watchdog.bettercall.io.'
43
44
  email: lobato@bettercall.io
44
45
  executables:
45
46
  - sys_watchdog
@@ -88,8 +89,8 @@ rubyforge_project:
88
89
  rubygems_version: 2.5.1
89
90
  signing_key:
90
91
  specification_version: 4
91
- summary: SysWatchdog keeps your UNIX servers green by performing periodic checks and
92
- opitionaly actions and notifications
92
+ summary: SysWatchdog keeps your *NIX servers green by performing periodic checks and
93
+ optionally actions like service restarts and notifications.
93
94
  test_files:
94
95
  - test/sys_watchdog_test.yml
95
96
  - test/test_sys_watchdog.rb