rack_check 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 686c4a5c43a899ab35d582b8d79a4129956f5cfd
4
- data.tar.gz: dc33be5b4d5ca4e615c5c7386b5a551a0d5608db
3
+ metadata.gz: 9a1411377adbd6fa6e00cad931422ac57fd7c23b
4
+ data.tar.gz: cbeb504179335e68decf6ce45788bf9d65f8d716
5
5
  SHA512:
6
- metadata.gz: c45d9e3b6c453b9a4bc9b21022e460760ca7282acb9c8cd9c99746a2759329e3e212f2f7cad64dc3191ce3080db29bff251799cde01514f467ba364bfc6bd33e
7
- data.tar.gz: 4275b7271504501120ff157f80569501ae6ec079fef115a9f76f95fcdad69ab76fc913715dc0c7d103cb7e0a280895cbe194e3bf5daff7e0f94b65ee049a1b55
6
+ metadata.gz: 75a144bb304468f9d71e3e17fcd1c2cf81950b8aaf0e0a7d59f14cd6307403e5c097316f93a5fc40b4eed33a9569d19f49c26f3687949c5307a2065afff94f1f
7
+ data.tar.gz: d765823c32a2389dbebee8940644d70fdcc4589b10b99006fb351413a5e48123e26040ed2c45fccab4d2dfa3edabfb1c224c54074c7060318602cb0dff79cd49
@@ -61,7 +61,7 @@ class ServerManager
61
61
 
62
62
  if !check_port
63
63
  Process.kill 'TERM', @pid if @pid
64
- raise "Application server did not start up in time"
64
+ raise "Application server did not start up in time. Errors:\n#{errors}"
65
65
  end
66
66
 
67
67
  context.app_server_port
@@ -1,3 +1,3 @@
1
1
  module RackCheck
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack_check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tinco Andringa