troelskn-handsoap 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/handsoap/service.rb +1 -1
- metadata +4 -4
data/VERSION.yml
CHANGED
data/lib/handsoap/service.rb
CHANGED
@@ -207,7 +207,7 @@ module Handsoap
|
|
207
207
|
parts = Handsoap.parse_multipart(boundary, response.content)
|
208
208
|
is_multipart = true
|
209
209
|
else
|
210
|
-
parts = [{:head => response.all.join("\r\n"), :body => response.content}]
|
210
|
+
parts = [{:head => response.header.all.join("\r\n"), :body => response.content}]
|
211
211
|
is_multipart = false
|
212
212
|
end
|
213
213
|
return { :status => response.status, :body => response.content, :content_type => response.contenttype, :parts => parts, :multipart => is_multipart }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: troelskn-handsoap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Troels Knak-Nielsen
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-05 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -33,7 +33,7 @@ files:
|
|
33
33
|
- lib/handsoap/service.rb
|
34
34
|
- lib/handsoap/xml_mason.rb
|
35
35
|
- lib/handsoap/xml_query_front.rb
|
36
|
-
has_rdoc:
|
36
|
+
has_rdoc: false
|
37
37
|
homepage: http://github.com/troelskn/handsoap
|
38
38
|
licenses:
|
39
39
|
post_install_message:
|
@@ -62,7 +62,7 @@ requirements:
|
|
62
62
|
rubyforge_project:
|
63
63
|
rubygems_version: 1.3.5
|
64
64
|
signing_key:
|
65
|
-
specification_version:
|
65
|
+
specification_version: 3
|
66
66
|
summary: Handsoap is a library for creating SOAP clients in Ruby
|
67
67
|
test_files: []
|
68
68
|
|