unicorn 4.3.0.2.g4551 → 4.3.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.3.0.GIT
4
+ DEF_VER=v4.3.1.GIT
5
5
 
6
6
  LF='
7
7
  '
data/lib/unicorn/const.rb CHANGED
@@ -8,7 +8,7 @@
8
8
  # improve things much compared to constants.
9
9
  module Unicorn::Const
10
10
 
11
- UNICORN_VERSION = "4.3.0"
11
+ UNICORN_VERSION = "4.3.1"
12
12
 
13
13
  # default TCP listen host address (0.0.0.0, all interfaces)
14
14
  DEFAULT_HOST = "0.0.0.0"
@@ -20,7 +20,7 @@ pid = fork do
20
20
  gem 'sqlite3-ruby', '1.2.5'
21
21
  end
22
22
  gem 'raindrops', '0.8.0'
23
- gem 'kgio-monkey', '0.3.0'
23
+ gem 'kgio-monkey', '0.4.0'
24
24
  gem 'kgio', '2.7.4'
25
25
  gem 'rack', '1.4.1'
26
26
  end
metadata CHANGED
@@ -1,16 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicorn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9111
5
- prerelease: 8
4
+ hash: 49
5
+ prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 3
9
- - 0
10
- - 2
11
- - g
12
- - 4551
13
- version: 4.3.0.2.g4551
9
+ - 1
10
+ version: 4.3.1
14
11
  platform: ruby
15
12
  authors:
16
13
  - Unicorn hackers
@@ -18,7 +15,7 @@ autorequire:
18
15
  bindir: bin
19
16
  cert_chain: []
20
17
 
21
- date: 2012-04-27 00:00:00 Z
18
+ date: 2012-04-29 00:00:00 Z
22
19
  dependencies:
23
20
  - !ruby/object:Gem::Dependency
24
21
  name: rack
@@ -417,18 +414,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
417
414
  required_rubygems_version: !ruby/object:Gem::Requirement
418
415
  none: false
419
416
  requirements:
420
- - - ">"
417
+ - - ">="
421
418
  - !ruby/object:Gem::Version
422
- hash: 25
419
+ hash: 3
423
420
  segments:
424
- - 1
425
- - 3
426
- - 1
427
- version: 1.3.1
421
+ - 0
422
+ version: "0"
428
423
  requirements: []
429
424
 
430
425
  rubyforge_project: mongrel
431
- rubygems_version: 1.8.17
426
+ rubygems_version: 1.8.24
432
427
  signing_key:
433
428
  specification_version: 3
434
429
  summary: Rack HTTP server for fast clients and Unix