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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6fc2f24a76bc1f11dd4edcc4e6fbb49e8c7e8502
4
- data.tar.gz: e19bf26b06d1354c6ae2193cd648bd9100f1a053
3
+ metadata.gz: 96f9df1bc60426d2a594dadb0faf087c084daa25
4
+ data.tar.gz: 7933f026395e83fc60d2619727ce9fdf20987756
5
5
  SHA512:
6
- metadata.gz: 5cd02d798a180aa1427a9a20129de57e23026ab99f248c258f8793ec2278a5a519fda04ac303cc6d8e1ed27fd867862489c88aca59527c2feb86e1623d21d55d
7
- data.tar.gz: 3f4746193c96cbdaa3d4d07157dc5446e6e7331d29548db5ef2087da87431b063f620b0f5cc87b1ceef7a33327d9fb6d5d84c48b56a01ab19d53d9efcff2d6a6
6
+ metadata.gz: b85519fb12856924b25e9377582f5624bc53f1c86220430cb5b1feca8ade2294b7200a79d93b569fb525a9e329b8721fd073dd7c338005b11454ee2e21e14910
7
+ data.tar.gz: 71ca922eeb6f689aec98d747ed8e4ce6dda637a7a0f96706994537e7a42fd3ca2b7b48408f6ee06adc529524e6b335868fb632f306dddde7473f30930e80bae6
@@ -1,3 +1,3 @@
1
1
  module Control
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
@@ -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
- !res.nil?
124
+ res.nil?
125
125
  end
126
126
 
127
127
  def make_sure_pid_is_real!(pid, pid_filename)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ohad partuck