pigeon 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/pigeon/support.rb +4 -3
  3. data/pigeon.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.3
1
+ 0.6.4
@@ -38,6 +38,10 @@ module Pigeon::Support
38
38
  end
39
39
  end
40
40
 
41
+ wfd.puts(daemon_pid)
42
+ wfd.flush
43
+ wfd.close
44
+
41
45
  begin
42
46
  Process.wait(daemon_pid)
43
47
 
@@ -59,9 +63,6 @@ module Pigeon::Support
59
63
  end
60
64
  end
61
65
 
62
- wfd.puts(supervisor_pid)
63
-
64
- wfd.flush
65
66
  wfd.close
66
67
  end
67
68
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{pigeon}
8
- s.version = "0.6.3"
8
+ s.version = "0.6.4"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["tadman"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: pigeon
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.3
5
+ version: 0.6.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - tadman