einhorn 0.3.1 → 0.3.2

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.
@@ -143,6 +143,11 @@ module Einhorn
143
143
  end
144
144
 
145
145
  def self.reload
146
+ unless Einhorn::State.respawn
147
+ Einhorn.log_info("Not reloading einhorn because we're exiting")
148
+ return
149
+ end
150
+
146
151
  Einhorn.log_info("Reloading einhorn (#{Einhorn::TransientState.script_name})...")
147
152
 
148
153
  # In case there's anything lurking
@@ -1,3 +1,3 @@
1
1
  module Einhorn
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: einhorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 1
10
- version: 0.3.1
9
+ - 2
10
+ version: 0.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Greg Brockman
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-05-29 00:00:00 Z
18
+ date: 2012-07-10 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
131
  requirements: []
132
132
 
133
133
  rubyforge_project:
134
- rubygems_version: 1.8.21
134
+ rubygems_version: 1.8.24
135
135
  signing_key:
136
136
  specification_version: 3
137
137
  summary: "Einhorn: the language-independent shared socket manager"
@@ -141,3 +141,4 @@ test_files:
141
141
  - test/unit/einhorn/command.rb
142
142
  - test/unit/einhorn/command/interface.rb
143
143
  - test/unit/einhorn/event.rb
144
+ has_rdoc: