process_controller 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
- data/lib/control/version.rb +1 -1
- data/lib/control_helper.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 96f9df1bc60426d2a594dadb0faf087c084daa25
|
4
|
+
data.tar.gz: 7933f026395e83fc60d2619727ce9fdf20987756
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b85519fb12856924b25e9377582f5624bc53f1c86220430cb5b1feca8ade2294b7200a79d93b569fb525a9e329b8721fd073dd7c338005b11454ee2e21e14910
|
7
|
+
data.tar.gz: 71ca922eeb6f689aec98d747ed8e4ce6dda637a7a0f96706994537e7a42fd3ca2b7b48408f6ee06adc529524e6b335868fb632f306dddde7473f30930e80bae6
|
data/lib/control/version.rb
CHANGED
data/lib/control_helper.rb
CHANGED
@@ -121,7 +121,7 @@ module ControlHelper
|
|
121
121
|
res = get_pid_from_file(pid_filename)
|
122
122
|
p "result from get_pid_from_file is #{res} , type #{res.class}"
|
123
123
|
res = make_sure_pid_is_real!(res, pid_filename) unless res.nil?
|
124
|
-
|
124
|
+
res.nil?
|
125
125
|
end
|
126
126
|
|
127
127
|
def make_sure_pid_is_real!(pid, pid_filename)
|