stalk-boss 0.1.12 → 0.1.13

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. data/VERSION +1 -1
  2. data/lib/stalk_boss.rb +3 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.12
1
+ 0.1.13
@@ -90,6 +90,9 @@ module StalkBoss
90
90
  s.pids.each do |pid|
91
91
  Process.kill sig, pid
92
92
  Process.detach pid
93
+ rescue Errno::ESRCH, Errno::ENOENT
94
+ # do nothing, we don't care if were missing a pid that we're
95
+ # trying to murder already
93
96
  end
94
97
  end
95
98
  stalk_jobs = []
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 12
9
- version: 0.1.12
8
+ - 13
9
+ version: 0.1.13
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ryan Dew