soap4r-middleware 0.8.5 → 0.8.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module Soap4r
19
19
  # we can act as both a middleware and an app
20
20
  @app ?
21
21
  @app.call(env) :
22
- [ 404, { "Content-Type" => "text/html" }, "Not Found" ]
22
+ [ 404, { "Content-Type" => "text/html" }, ["Not Found"] ]
23
23
  end
24
24
  end
25
25
 
@@ -1,5 +1,5 @@
1
1
  module Soap4r
2
2
  module Middleware
3
- VERSION = "0.8.5"
3
+ VERSION = "0.8.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soap4r-middleware
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-03 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: soap4r-ruby1.9