unicorn 4.0.0.2.g19f7 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/GIT-VERSION-GEN CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/bin/sh
2
2
 
3
3
  GVF=GIT-VERSION-FILE
4
- DEF_VER=v4.0.0.GIT
4
+ DEF_VER=v4.0.1.GIT
5
5
 
6
6
  LF='
7
7
  '
@@ -186,7 +186,7 @@ class Unicorn::Configurator
186
186
  # }
187
187
  def timeout(seconds)
188
188
  set_int(:timeout, seconds, 3)
189
- max = 0x7fffffff
189
+ max = 0x7ffffffe # Rainbows! adds one second to this for safety
190
190
  set[:timeout] = seconds > max ? max : seconds
191
191
  end
192
192
 
data/lib/unicorn/const.rb CHANGED
@@ -8,8 +8,7 @@
8
8
  # improve things much compared to constants.
9
9
  module Unicorn::Const
10
10
 
11
- # The current version of Unicorn, currently 4.0.0
12
- UNICORN_VERSION = "4.0.0"
11
+ UNICORN_VERSION = "4.0.1"
13
12
 
14
13
  # default TCP listen host address (0.0.0.0, all interfaces)
15
14
  DEFAULT_HOST = "0.0.0.0"
metadata CHANGED
@@ -1,18 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 4001
5
- prerelease: 8
4
+ hash: 61
5
+ prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
- - 0
10
- - 2
11
- - g
12
- - 19
13
- - f
14
- - 7
15
- version: 4.0.0.2.g19f7
9
+ - 1
10
+ version: 4.0.1
16
11
  platform: ruby
17
12
  authors:
18
13
  - Unicorn hackers
@@ -419,14 +414,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
419
414
  required_rubygems_version: !ruby/object:Gem::Requirement
420
415
  none: false
421
416
  requirements:
422
- - - ">"
417
+ - - ">="
423
418
  - !ruby/object:Gem::Version
424
- hash: 25
419
+ hash: 3
425
420
  segments:
426
- - 1
427
- - 3
428
- - 1
429
- version: 1.3.1
421
+ - 0
422
+ version: "0"
430
423
  requirements: []
431
424
 
432
425
  rubyforge_project: mongrel