mongrel2 0.31.0 → 0.31.1

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.
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,8 +1,33 @@
1
+ 2012-07-30 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * .hgtags:
4
+ Added tag v0.31.0 for changeset b58221438f3a
5
+ [c268a5309eee] [tip]
6
+
7
+ * .hgsigs:
8
+ Added signature for changeset 6e11a9a95c81
9
+ [b58221438f3a] [v0.31.0]
10
+
11
+ * .hgignore:
12
+ Add top-level var/ to the ignorefile
13
+ [6e11a9a95c81]
14
+
15
+ * History.rdoc, lib/mongrel2.rb:
16
+ Bump the minor version, update history.
17
+ [11f88c736464]
18
+
19
+ * bin/m2sh.rb, examples/Procfile, examples/config.rb,
20
+ lib/mongrel2/config/server.rb, lib/mongrel2/control.rb,
21
+ spec/mongrel2/config/server_spec.rb, spec/mongrel2/control_spec.rb:
22
+ Look a little harder when trying to find the control socket, and
23
+ error if not successful.
24
+ [a42ca1a2963c]
25
+
1
26
  2012-07-27 Michael Granger <ged@FaerieMUD.org>
2
27
 
3
28
  * .hgtags:
4
29
  Added tag v0.30.1 for changeset 01750f74082c
5
- [8208fbbc6641] [tip]
30
+ [8208fbbc6641] [github/master]
6
31
 
7
32
  * .hgsigs:
8
33
  Added signature for changeset 4ebef57dc78c
@@ -296,7 +321,7 @@
296
321
  examples/config.rb, lib/mongrel2/config.rb,
297
322
  lib/mongrel2/httprequest.rb, spec/mongrel2/config_spec.rb:
298
323
  Change Config.settings to a Table, small fixups for async upload.
299
- [e2384875455d]
324
+ [e2384875455d] [github/master@default]
300
325
 
301
326
  * .tm_properties, data/mongrel2/bootstrap.html, examples/.env,
302
327
  examples/Procfile, examples/async-upload.rb, examples/config.rb,
@@ -1,3 +1,8 @@
1
+ == v0.31.1 [2012-08-20] Michael Granger <ged@FaerieMUD.org>
2
+
3
+ - Fix an error message in m2sh.rb.
4
+
5
+
1
6
  == v0.31.0 [2012-07-30] Michael Granger <ged@FaerieMUD.org>
2
7
 
3
8
  Improve Server control-socket pathing.
@@ -704,8 +704,8 @@ class Mongrel2::M2SHCommand
704
704
  error = "but it isn't executable."
705
705
  end
706
706
 
707
- raise "MONGREL2 was set to %p, #{error}" if error
708
-
707
+ raise "MONGREL2 was set to #{m2}, #{error}" if error
708
+
709
709
  return m2
710
710
  else
711
711
  m2 = ENV['PATH'].split( File::PATH_SEPARATOR ).
@@ -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.31.0'
23
+ VERSION = '0.31.1'
24
24
 
25
25
  # Version-control revision constant
26
- REVISION = %q$Revision: 11f88c736464 $
26
+ REVISION = %q$Revision: a66bb80de490 $
27
27
 
28
28
 
29
29
  require 'mongrel2/constants'
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.31.0
4
+ version: 0.31.1
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-07-30 00:00:00.000000000 Z
39
+ date: 2012-08-20 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: nokogiri
metadata.gz.sig CHANGED
Binary file