process_controller 0.0.3 → 0.0.4

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: 52775ff4fff39ea404a73c584028ff0450b10906
4
- data.tar.gz: 3ca35b2024bf2f24c19fa328c7381c6bb5a1344b
3
+ metadata.gz: fcf60d42ad473b8c30ca4b4d9c7c0e1a6127ced8
4
+ data.tar.gz: fc09479889b72da466d700150db87cf2cf2bd4f7
5
5
  SHA512:
6
- metadata.gz: 2b977363dccadf30fe2fb33f4d304b1220ecae92f239d5d9528cec9e97f81398b4ac07825097e9b3ff243de23b819dcd12e71bec77869be4e39b2c9c785ece35
7
- data.tar.gz: 68ef835355640b0b7bf6f767bdcdd61e2f05ee4a1456d0b789751e9fecd0ef741bc42d316be6dd7e29ca90a43a7aca5a9af816cbd9b5e3f0faa705278be56f8c
6
+ metadata.gz: 1245eb78c7c67eb6a07b63f3151979bd465c431b2de75c5c82b6120dea1193e6bdd4f3afcc9e3b3ed98b8144385765a11e883b566358449936e5304033fd365e
7
+ data.tar.gz: dd3667f5e4d47ceaf27f0e69ae83a954e0fe05fe5a08079b6d7f1ca948db35904f04bf3917392e7474291c7c1170d4f6ddf4963a12b8115190d0acdff4dc5126
@@ -1,3 +1,3 @@
1
1
  module Control
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
@@ -62,7 +62,7 @@ module ControlHelper
62
62
  attributes = Control_P::OPTIONS_ATTRIBUTES
63
63
 
64
64
  start_command = options.fetch(attributes[:start_command])
65
-
65
+ p "dir is #{Dir.pwd}"
66
66
  p "trying to start a new using start_command: #{start_command}"
67
67
 
68
68
  pid = spawn(start_command)
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.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - ohad partuck