process_controller 0.2.0 → 0.2.1

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: 18f25a2f26524463be850a5c312c6646622ac7a7
4
- data.tar.gz: 4888545e998838f7dd777e7d6d9b0822a0f95d70
3
+ metadata.gz: 20791c81af589de7ebc372aeef8151bd7d04c202
4
+ data.tar.gz: 62c895dc12196d597b6dd5c537ec7a939a893af1
5
5
  SHA512:
6
- metadata.gz: aa551ad62d8db4d33bf48721731820eeaa5416d5703602d742bb384e1a7aa38ed26b40ff3adc3ad8af9edc49748fea1c8d8a1b1adebca6da701285ea7739e7ae
7
- data.tar.gz: 72353492a27d661e7758fade395569cd7cba2330da5b028064daf9a3a09d09591781cd8db6c8e6f7ce35668ac0ee4539f526b9a17283508fb7e4b34c78239f4d
6
+ metadata.gz: 62d95079ab65149b4a2940159de5828bd6b7c5530f729ce7a00ef2fb4e476b04bd9e395c18c3410c4f50cea5d640598d4ba92de0ecc4444f7e0406f51b3e18c5
7
+ data.tar.gz: e4b0c0d843188c4ce08db7c0076215874b2cccb4282e0434e91d324ee8804ef3ce22ed0369ed443fe2081d6ae0d4c914ea9ca38c576a5d8fb57346411dcef2a0
@@ -1,3 +1,3 @@
1
1
  module Control
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
@@ -166,11 +166,11 @@ module ControlHelper
166
166
  if pid
167
167
  p "#{prefix} Ok, Restarted. new pid #{pid}"
168
168
  if http_server?(options) && !skip_workers_message?(options)
169
- print_workers_started_and_stopped(options)
170
169
  if Dir[Control_P::WORKERS_STARTED_EXTENTION].length < 1
171
- p "no workers has seemed to be started, check it out."
170
+ p 'no workers has seemed to be started, check it out.'
172
171
  exit(1)
173
172
  end
173
+ print_workers_started_and_stopped(options)
174
174
  end
175
175
  exit(0)
176
176
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_controller
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ohad partuck
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport