startback 0.4.3 → 0.4.4

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: c9175aaa7fe416e9e0fa330799a3f000fed9eb44
4
- data.tar.gz: 9afc103aefdbcb65ee348e121d0801de5e303adf
3
+ metadata.gz: 46b9d53694f6acb9d0b1a3ddd287daa02f92620b
4
+ data.tar.gz: d0033f2ccdf775b8eb693205e9b9d8233dd96838
5
5
  SHA512:
6
- metadata.gz: 3731debf460f9d572bd30970e0cfed5a399d753719b986ffd485548d3cdcff9f239bf917ac8bc1d4902a34db2ad42e23ccb8d32f9a88b46c3ebab9dbd576e61f
7
- data.tar.gz: 6f772f553bcfc9a257f24e0d5b413eb6e131b690aa438e17b22f56d198efb98e8317366540b7822e04bf6d435ba7243ce6c809ba06c7040a75c16b22fe4fb478
6
+ metadata.gz: 1dae11c7b126c5fda1b944d2f8883789c3d3a7f3573d0ac6c970227a1b1200bc2711505a181253a8d8af253c5e30965fe2e86358ecaa8e76c67089edbcb8e68e
7
+ data.tar.gz: d0819ddbe7b035029903fd8ba5609dcad6d4d1e1dc2c4b1320779b7df59362db3af686e5a91bb6785eb7e2e06ae77d263ab4fcb63402656a79de5197dd4f89c7
@@ -2,7 +2,7 @@ module Startback
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 4
5
- TINY = 3
5
+ TINY = 4
6
6
  end
7
7
  VERSION = "#{Version::MAJOR}.#{Version::MINOR}.#{Version::TINY}"
8
8
  end
@@ -32,9 +32,9 @@ module Startback
32
32
 
33
33
  def call(env)
34
34
  if debug_msg = check!(env)
35
- [ 200, { "Content-Type" => "text/plain" }, debug_msg ]
35
+ [ 200, { "Content-Type" => "text/plain" }, Array(debug_msg) ]
36
36
  else
37
- [ 204, {}, "" ]
37
+ [ 204, {}, [] ]
38
38
  end
39
39
  end
40
40
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startback
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bernard Lambeau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-08 00:00:00.000000000 Z
11
+ date: 2019-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake