unicorn-heroku-wait 4.8.0.1.g0ed2.dirty → 4.8.0.2
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/lib/unicorn/http_server.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff0d44b3a4ecc7cb09eb76575f476de1babf4a23
|
|
4
|
+
data.tar.gz: e8ee963decdb2db1eba8a30ce10cc374df6a46fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9454b30b478842d4230184ac3e27429b1d3ca89020db9a665aacea55e6ba1320403f8cda781098f6e46c5b898defefe5eac9469409df5e92ce7876f99728b0b6
|
|
7
|
+
data.tar.gz: 475dbf7a78e18d370164978d139fe1e93750a46ea66c4914764ac65b9c424bc37aa82fbd08462b2ee8fdf5a0e8d9005f76ac47d37b3905303b33321b3292369a
|
data/lib/unicorn/http_server.rb
CHANGED
|
@@ -751,7 +751,7 @@ class Unicorn::HttpServer
|
|
|
751
751
|
end
|
|
752
752
|
self.app = app.call
|
|
753
753
|
logger.info "sleeping #{ENV['UNICORN_SPAWN_SLEEP'] || 25} seconds after spawn for rails init"
|
|
754
|
-
sleep ENV['UNICORN_SPAWN_SLEEP'] || 25
|
|
754
|
+
sleep ENV['UNICORN_SPAWN_SLEEP'].to_i || 25
|
|
755
755
|
end
|
|
756
756
|
end
|
|
757
757
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: unicorn-heroku-wait
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.8.0.
|
|
4
|
+
version: 4.8.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Unicorn hackers
|
|
@@ -307,9 +307,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
307
307
|
version: '0'
|
|
308
308
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
309
309
|
requirements:
|
|
310
|
-
- - "
|
|
310
|
+
- - ">="
|
|
311
311
|
- !ruby/object:Gem::Version
|
|
312
|
-
version:
|
|
312
|
+
version: '0'
|
|
313
313
|
requirements: []
|
|
314
314
|
rubyforge_project: mongrel
|
|
315
315
|
rubygems_version: 2.2.0
|