unicorn 5.5.0 → 5.5.0.1.g6836
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.
- checksums.yaml +4 -4
- data/bin/unicorn_rails +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 658d2aa71e8ed8c5f3723fe2f19b786f5e9452b4b17f4574ae3d00292a4eb73e
|
|
4
|
+
data.tar.gz: 7e901d93ef00d15cab53db78000fcc944c9afba309f72f04e63c3306f55ded23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc62ba92cbf2390b8120526a8e73da70771ba1296c26ebbc14fb8b66f03122f1cf7df5f2325f3940814450b5d8e9cdcec70eb3f714cbcfe36a4dd6025e82bbd1
|
|
7
|
+
data.tar.gz: b662cb1646486e3b0757ae63aae1f91fbbfdc42fab76c2dee1514ae2be2cb0929046225d3ff7440452e8e3ef75a18c39325682415913bd81517f9b4cdf815158
|
data/bin/unicorn_rails
CHANGED
|
@@ -132,11 +132,11 @@ def rails_builder(ru, op, daemonize)
|
|
|
132
132
|
|
|
133
133
|
# this lambda won't run until after forking if preload_app is false
|
|
134
134
|
# this runs after config file reloading
|
|
135
|
-
lambda do
|
|
135
|
+
lambda do |x, server|
|
|
136
136
|
# Rails 3 includes a config.ru, use it if we find it after
|
|
137
137
|
# working_directory is bound.
|
|
138
138
|
::File.exist?('config.ru') and
|
|
139
|
-
return Unicorn.builder('config.ru', op).call
|
|
139
|
+
return Unicorn.builder('config.ru', op).call(x, server)
|
|
140
140
|
|
|
141
141
|
# Load Rails and (possibly) the private version of Rack it bundles.
|
|
142
142
|
begin
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicorn
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.5.0
|
|
4
|
+
version: 5.5.0.1.g6836
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- unicorn hackers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-03-
|
|
11
|
+
date: 2019-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rack
|
|
@@ -285,11 +285,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
285
285
|
version: '3.0'
|
|
286
286
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
287
287
|
requirements:
|
|
288
|
-
- - "
|
|
288
|
+
- - ">"
|
|
289
289
|
- !ruby/object:Gem::Version
|
|
290
|
-
version:
|
|
290
|
+
version: 1.3.1
|
|
291
291
|
requirements: []
|
|
292
|
-
rubygems_version: 3.0.
|
|
292
|
+
rubygems_version: 3.1.0.pre1
|
|
293
293
|
signing_key:
|
|
294
294
|
specification_version: 4
|
|
295
295
|
summary: Rack HTTP server for fast clients and Unix
|