lolsoap 0.3.0 → 0.3.1
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.
- data/VERSION +1 -1
- data/lib/lolsoap/wsdl_parser.rb +1 -1
- data/lolsoap.gemspec +2 -2
- data/test/fixtures/stock_quote.wsdl +1 -1
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
data/lib/lolsoap/wsdl_parser.rb
CHANGED
|
@@ -135,7 +135,7 @@ module LolSoap
|
|
|
135
135
|
def types
|
|
136
136
|
@types ||= begin
|
|
137
137
|
types = {}
|
|
138
|
-
each_node('xs:complexType[not(@abstract)]') do |node, target_ns|
|
|
138
|
+
each_node('xs:complexType[not(@abstract="true")]') do |node, target_ns|
|
|
139
139
|
type = Type.new(self, node, target_ns)
|
|
140
140
|
types[type.name_with_prefix] = {
|
|
141
141
|
:name => type.name,
|
data/lolsoap.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "lolsoap"
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jon Leighton"]
|
|
12
|
-
s.date = "2013-06-
|
|
12
|
+
s.date = "2013-06-25"
|
|
13
13
|
s.description = "A library for dealing with SOAP requests and responses. We tear our hair out so you don't have to."
|
|
14
14
|
s.email = "j@jonathanleighton.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</complexType>
|
|
22
22
|
</element>
|
|
23
23
|
<element name="tradePriceRequest" type="TradePriceRequest" />
|
|
24
|
-
<complexType name="xsd1:TradePriceRequest">
|
|
24
|
+
<complexType name="xsd1:TradePriceRequest" abstract="false">
|
|
25
25
|
<complexContent>
|
|
26
26
|
<extension base="xsd1:BaseRequest">
|
|
27
27
|
<sequence>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lolsoap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-06-
|
|
12
|
+
date: 2013-06-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
164
164
|
version: '0'
|
|
165
165
|
segments:
|
|
166
166
|
- 0
|
|
167
|
-
hash:
|
|
167
|
+
hash: -976470929
|
|
168
168
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
169
169
|
none: false
|
|
170
170
|
requirements:
|