right_infrastructure_agent 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,6 +57,10 @@ module RightScale
57
57
  @worker_index = worker.nr
58
58
  agent_name = nil
59
59
 
60
+ # Declare that router is not yet ready for HTTP traffic
61
+ # The agent being started below is required to use :ready_proc option to declare when it is ready
62
+ worker.ready = false
63
+
60
64
  # Need next_tick here to wait for rainbows worker to start EventMachine
61
65
  EM.next_tick do
62
66
  begin
@@ -24,7 +24,7 @@ require 'rubygems'
24
24
 
25
25
  Gem::Specification.new do |spec|
26
26
  spec.name = 'right_infrastructure_agent'
27
- spec.version = '2.0.0'
27
+ spec.version = '2.0.1'
28
28
  spec.date = '2015-05-12'
29
29
  spec.authors = ['Lee Kirchhoff', 'Raphael Simon']
30
30
  spec.email = 'lee@rightscale.com'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_infrastructure_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -106,7 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: 4260722709866981988
109
+ hash: 2739010522489222302
110
110
  requirements: []
111
111
  rubyforge_project:
112
112
  rubygems_version: 1.8.26