soap5r 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/soap/soap.rb +0 -4
- data/lib/soap/version.rb +1 -1
- metadata +3 -3
data/lib/soap/soap.rb
CHANGED
@@ -12,12 +12,8 @@ require 'xsd/charset'
|
|
12
12
|
require 'soap/nestedexception'
|
13
13
|
require 'soap/version'
|
14
14
|
|
15
|
-
|
16
15
|
module SOAP
|
17
16
|
|
18
|
-
|
19
|
-
# VERSION = Version = SOAP::VERSION::STRING # '1.5.8-HEAD'
|
20
|
-
Version = SOAP::VERSION::STRING # '1.5.8-HEAD'
|
21
17
|
PropertyName = 'soap/property'
|
22
18
|
|
23
19
|
EnvelopeNamespace = 'http://schemas.xmlsoap.org/soap/envelope/'
|
data/lib/soap/version.rb
CHANGED
metadata
CHANGED