soap4r_es 0.0.6 → 0.0.7
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 +5 -13
- data/lib/soap/rpc/driver.rb +1 -1
- data/lib/soap/rpc/router.rb +1 -1
- data/lib/soap/soap.rb +1 -1
- data/lib/soap/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
5
|
-
data.tar.gz: !binary |-
|
|
6
|
-
NTA0ODBjOTU0YmQ2MTAxNWI0YTNhZDdjM2U0NmVhNDY0NTJiZTY2MA==
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 9f2769361239faff0601a7e51c714a33ef809b8e
|
|
4
|
+
data.tar.gz: 0f5e71b2233c270432bf205bbb6d1258b085d120
|
|
7
5
|
SHA512:
|
|
8
|
-
metadata.gz:
|
|
9
|
-
|
|
10
|
-
OTNlYzBmMTIxZjUwNWM0YjExNDU1NGJiZjgzZjAzZGFjZWY0YWYxNWY1MWUy
|
|
11
|
-
YWY2NTdmN2MzZjNmZDMwNjUyZDJlYTE4NmViOWZjZjIxZWQ1MmQ=
|
|
12
|
-
data.tar.gz: !binary |-
|
|
13
|
-
MWE1Y2MzYzI0Yjc1NjljOTk3MjUxNWVmYjNkMTZhM2ZmNjZlZDM2NjNiMDI0
|
|
14
|
-
MGFjNjg3MmUyMWQzNjQwNDBhY2EyY2Y3MTRlZDI1YjNlOTBiNTA2Zjk2N2Zl
|
|
15
|
-
Y2I2ZTMzOWMzYzdjNGIxMjliM2I2NjBlZWY4MDQ2ZmJlYTM4N2M=
|
|
6
|
+
metadata.gz: 9f1dc520423045952508cae077b573244a231fb1b3fd9daf849b87aa7fb0180f9e2879c605f5c4aa881323f64cfab35b6121f3ad6bee9f2d374091eee6d9bccd
|
|
7
|
+
data.tar.gz: a67af1aef24b5371ebea8d0ec5cf3ace9e83c4d45e0f057d5977dacb1d162ff0f10f74ebc1e13726386c0d30e5f515aefda20892ccbbf3834ae9690f6d83cc4d
|
data/lib/soap/rpc/driver.rb
CHANGED
|
@@ -30,7 +30,7 @@ class Driver
|
|
|
30
30
|
attr_proxy :literal_mapping_registry, true
|
|
31
31
|
attr_proxy :allow_unqualified_element, true
|
|
32
32
|
attr_proxy :default_encodingstyle, true
|
|
33
|
-
attr_proxy :generate_explicit_type,
|
|
33
|
+
attr_proxy :generate_explicit_type, false
|
|
34
34
|
attr_proxy :use_default_namespace, true
|
|
35
35
|
attr_proxy :return_response_as_xml, true
|
|
36
36
|
attr_proxy :headerhandler
|
data/lib/soap/rpc/router.rb
CHANGED
|
@@ -39,7 +39,7 @@ class Router
|
|
|
39
39
|
@mapping_registry = nil
|
|
40
40
|
@headerhandler = Header::HandlerSet.new
|
|
41
41
|
@literal_mapping_registry = ::SOAP::Mapping::LiteralRegistry.new
|
|
42
|
-
@generate_explicit_type =
|
|
42
|
+
@generate_explicit_type = false
|
|
43
43
|
@use_default_namespace = false
|
|
44
44
|
@external_ces = nil
|
|
45
45
|
@operation_by_soapaction = {}
|
data/lib/soap/soap.rb
CHANGED
|
@@ -16,7 +16,7 @@ require 'soap/version'
|
|
|
16
16
|
module SOAP
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
Version =
|
|
19
|
+
Version = SOAP::VERSION::STRING # evaluates to 'SOAP4R-NG 2.0.2' or later
|
|
20
20
|
PropertyName = 'soap/property'
|
|
21
21
|
|
|
22
22
|
EnvelopeNamespace = 'http://schemas.xmlsoap.org/soap/envelope/'
|
data/lib/soap/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soap4r_es
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Laurence A. Lee, Hiroshi NAKAMURA, Fabiano Pavan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httpclient
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '2.6'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - ~>
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '2.6'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: logger-application
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
|
-
- - ~>
|
|
31
|
+
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: 0.0.2
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - ~>
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.0.2
|
|
41
41
|
description: Soap4R NextGen (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and
|
|
@@ -221,18 +221,18 @@ require_paths:
|
|
|
221
221
|
- lib
|
|
222
222
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
223
223
|
requirements:
|
|
224
|
-
- -
|
|
224
|
+
- - ">="
|
|
225
225
|
- !ruby/object:Gem::Version
|
|
226
226
|
version: '0'
|
|
227
227
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
228
228
|
requirements:
|
|
229
|
-
- -
|
|
229
|
+
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
231
|
version: '0'
|
|
232
232
|
requirements:
|
|
233
233
|
- none
|
|
234
234
|
rubyforge_project:
|
|
235
|
-
rubygems_version: 2.4.
|
|
235
|
+
rubygems_version: 2.4.6
|
|
236
236
|
signing_key:
|
|
237
237
|
specification_version: 4
|
|
238
238
|
summary: Soap4R-ng - Soap4R (as maintained by RubyJedi) for Ruby 1.8 thru 2.1 and
|