go_watchdog 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/go_watchdog +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca33d80102f627d4f82c956c868558622b1b6785
4
- data.tar.gz: a3d76ae74d254bc971affd1a8c428b165ebe5af2
3
+ metadata.gz: ca0cc364f4f99bdc15aedbb0fe5b3df77be31b70
4
+ data.tar.gz: 7b4cf8f04990181dc0ed845054907a16cb5277a9
5
5
  SHA512:
6
- metadata.gz: fabeedba1081c7b0ac6429a1d81a64a83489b26e04fe7aebbf88cc1e9883dc5979a0c3b5a9072bf9b88848b0702623ad5342a817327a9a7bf0f902ab0e7038ae
7
- data.tar.gz: b03f472a590afb21537de6098ec3ab7c7d9b9d09e7d0569e43ede02fe52ea6ea1b95d96d4042482663381f94957e5840fd545ac901075d2c8e4f421b7e9c67ac
6
+ metadata.gz: cad1a99de7dc3fe60c36ca1a6557f6266573edef4f25f43c3c34aaeb1665ea77f83e65f38a1fed627dedb6901d3c6ab4f3376b0628ca42232d20d2f9b81246cd
7
+ data.tar.gz: 7c6203112ebebc86d3a66c6ea0c72172ded1ba45cb7956dc9856327bb162775c321227fa83254a51b1723a38b675c85cae1fbc5b499ba2af688b940f0092c345
data/bin/go_watchdog CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  require 'fileutils'
4
4
 
5
- tempate = File.join(__dir__, '..', 'config.yml.example')
5
+ template = File.join(__dir__, '..', 'config.yml.example')
6
6
  config_file = File.join(ENV['HOME'], '.go_watchdog.yml')
7
7
 
8
8
  if File.exists?(config_file)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_watchdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bill DePhillips
@@ -62,8 +62,8 @@ extensions: []
62
62
  extra_rdoc_files: []
63
63
  files:
64
64
  - lib/go_watchdog_helper.rb
65
- - lib/go_watchdog.rb
66
65
  - lib/impatient_watchdog.rb
66
+ - lib/go_watchdog.rb
67
67
  - LICENSE
68
68
  - README.md
69
69
  - config.yml.example