mongrel2 0.34.0 → 0.34.1.pre.357

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,8 @@
1
+ == v0.34.1 [2012-12-04] Michael Granger <ged@FaerieMUD.org>
2
+
3
+ - Ensure the ZMQ context is closed when Handler#run exits.
4
+
5
+
1
6
  == v0.34.0 [2012-10-17] Michael Granger <ged@FaerieMUD.org>
2
7
 
3
8
  - Fix the multiple-server case in 'm2sh.rb start'
@@ -20,10 +20,10 @@ module Mongrel2
20
20
  abort "\n\n>>> Mongrel2 requires Ruby 1.9.2 or later. <<<\n\n" if RUBY_VERSION < '1.9.2'
21
21
 
22
22
  # Library version constant
23
- VERSION = '0.34.0'
23
+ VERSION = '0.34.1'
24
24
 
25
25
  # Version-control revision constant
26
- REVISION = %q$Revision: 0c87b34361e7 $
26
+ REVISION = %q$Revision: 20d86c77d502 $
27
27
 
28
28
 
29
29
  require 'mongrel2/constants'
@@ -154,6 +154,8 @@ class Mongrel2::Handler
154
154
  ensure
155
155
  self.restore_signal_handlers
156
156
  self.log.info "Done: %p" % [ self ]
157
+ @conn.close
158
+ Mongrel2.zmq_context.close
157
159
  end
158
160
 
159
161
 
@@ -169,7 +171,6 @@ class Mongrel2::Handler
169
171
  self.log.info "Shutting down."
170
172
  self.ignore_signals
171
173
  @conn.close
172
- Mongrel2.zmq_context.close
173
174
  end
174
175
 
175
176
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongrel2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.34.1.pre.357
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -36,7 +36,7 @@ cert_chain:
36
36
  YUhDS0xaZFNLai9SSHVUT3QrZ2JsUmV4OEZBaDhOZUEKY21saFhlNDZwWk5K
37
37
  Z1dLYnhaYWg4NWpJang5NWhSOHZPSStOQU01aUg5a09xSzEzRHJ4YWNUS1Bo
38
38
  cWo1UGp3RgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
39
- date: 2012-10-17 00:00:00.000000000 Z
39
+ date: 2012-12-04 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: nokogiri
metadata.gz.sig CHANGED
Binary file