engineyard-serverside 2.5.0.cs4 → 2.5.0.cs5

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.
@@ -13,7 +13,6 @@ module EY
13
13
  @start_time = options[:start_time]
14
14
  @verbose = options[:verbose]
15
15
 
16
-
17
16
  @stdout = options[:stdout] || $stdout
18
17
  @stderr = options[:stderr] || $stderr
19
18
 
@@ -11,7 +11,7 @@ module EY
11
11
  end
12
12
 
13
13
  def initialize
14
- @poll_period = 0.5
14
+ @poll_period = 0
15
15
  @children = []
16
16
  end
17
17
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '2.5.0.cs4'
3
+ VERSION = '2.5.0.cs5'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0.cs4
4
+ version: 2.5.0.cs5
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: