soap5r 2.0.2 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/soap/soap.rb +0 -4
  2. data/lib/soap/version.rb +1 -1
  3. metadata +3 -3
@@ -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/'
@@ -1,3 +1,3 @@
1
1
  module SOAP
2
- VERSION = "2.0.2" unless SOAP.const_defined?("VERSION")
2
+ VERSION = "2.0.3" unless SOAP.const_defined?("VERSION")
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soap5r
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 2
10
- version: 2.0.2
9
+ - 3
10
+ version: 2.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Forward