soap4r-ng 2.0.1 → 2.0.2
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 +8 -8
- data/lib/soap/version.rb +1 -1
- data/lib/xsd/xmlparser.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NGUzYWNmZGNlNjY4N2IxODlkNmJmMjU5ZGE5ZjFhOGQzMTc3MWI1Zg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NWMxMzE3YzQ4Yjk1MmFmMzIzYTIzNDc2ODQzNjdlNTc1NGRkNjJmOA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTU4OTNmOGMyMzgwNjdiMmI5NzZjNzY4OThjY2NhZjhiNTcxYTZhNDJiMWQ0
|
|
10
|
+
ZjRjZTdmNDBmMGNiM2RhYmM3Y2Q4MTk5ZWJkMGNhZWRkOTJhZmY5YWVhNDNj
|
|
11
|
+
NDY1YzNiMTQ3ZTExYzdlMDQ5OTNlY2NiMzBkNzE4YTkwYWQxYWE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzJkOWY3YjE3MGM5OTc2OTU5MDg1YTY2OGNhMzA2MzhlM2UyMTk1MDFkZDhl
|
|
14
|
+
YmQxYTI3MTQwYjg1N2JjZWMwMTU1Mjc0ZjVhMTA2NzYzZDU2YWVlN2M5N2Ni
|
|
15
|
+
Mjg3NmMxZmQzNWEyMGI3ZjdhZDZiOGFmNDUzMWVjMTE1ODVjNGU=
|
data/lib/soap/version.rb
CHANGED
data/lib/xsd/xmlparser.rb
CHANGED
|
@@ -53,7 +53,7 @@ if ENV.has_key?('SOAP4R_PARSERS')
|
|
|
53
53
|
else
|
|
54
54
|
parser_list = [
|
|
55
55
|
'oxparser', ## Uses its own C-Ruby Extension
|
|
56
|
-
'
|
|
56
|
+
'nokogiriparser', ## Depends on LibXML2, LibXSLT, and ZLib
|
|
57
57
|
'libxmlparser', ## Depends on LibXML2 ; Thread-Safe ; Somewhat Broken re: Namespaces
|
|
58
58
|
# ----- Pure-Ruby Parsers Below ---- #
|
|
59
59
|
'ogaparser', ## Pure-Ruby
|