process_controller 0.1.1 → 0.1.2

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: ec1991052356f30ceba58b1d6e8274bd70916660
4
- data.tar.gz: d3efc108c94d479d9879c0c10d8039209cdf0da6
3
+ metadata.gz: 523ecb074f85032a0fdb56b521195a23988e2a73
4
+ data.tar.gz: 3a817cd9ed9a3556ff723a2a3f30efb7b871f1fe
5
5
  SHA512:
6
- metadata.gz: 85c70535d03d7f67a5517a30b11085345cce8d8e66025e3a74d7df245673cc416bfa956c4363e4b471905eba54bd1e9a0f76086c0facff374836fbc5c0a26403
7
- data.tar.gz: a07e714a3e6a363809f910f784b10d654554c13bf8be7804267fb3791052d3341bbc127f7fae56afb27a8304b9c0eb3a548cf933e69cdab6ec688f558b858324
6
+ metadata.gz: d69d7ba8b19eeb7994a83a2d2d4c207680a02a02623a67061a7b5fe262a4966f71ad804d95f04879278ba5fab6ccf4bbe1cddf573d007839faeb2247d7c09c34
7
+ data.tar.gz: 9b676ceec13a16e63437babe7d33533e9fd19cda08a08d85002c3ab400e9963d209ca2e7066351125363744b61883305e123aecd3331b4a7d457d8df2c40f284
@@ -1,3 +1,3 @@
1
1
  module Control
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
@@ -114,7 +114,7 @@ module ControlHelper
114
114
  def app_not_running?(options)
115
115
  pid_filename = options.fetch(Control_P::OPTIONS_ATTRIBUTES[:pid_filename], nil)
116
116
  raise "no pid filename found in #{options}" if pid_filename.nil?
117
- p "working directory is #{Dir.pwd}"
117
+ p "working directory is #{Dir.pwd} , trying to cat #{pid_filename} , of type #{pid_filename.class}"
118
118
  res = `cat #{pid_filename}`
119
119
  p "result from cat master_pid is #{res}"
120
120
  '' == res
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - ohad partuck