savon 0.2.10 → 0.2.11
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +0 -0
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/lib/savon.rb +0 -0
- data/lib/savon/service.rb +0 -0
- data/lib/savon/wsdl.rb +0 -0
- data/spec/fixtures/soap_fault.xml +0 -0
- data/spec/fixtures/user_response.xml +0 -0
- data/spec/fixtures/user_wsdl.xml +0 -0
- data/spec/savon/service_spec.rb +0 -0
- data/spec/savon/wsdl_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- metadata +5 -5
data/README.rdoc
CHANGED
File without changes
|
data/Rakefile
CHANGED
@@ -37,8 +37,8 @@ begin
|
|
37
37
|
"--inline-source"
|
38
38
|
]
|
39
39
|
|
40
|
-
spec.add_runtime_dependency("hpricot", "0.8.
|
41
|
-
spec.add_runtime_dependency("apricoteatsgorilla", "0.5.
|
40
|
+
spec.add_runtime_dependency("hpricot", "0.8.2")
|
41
|
+
spec.add_runtime_dependency("apricoteatsgorilla", "0.5.12")
|
42
42
|
|
43
43
|
spec.add_development_dependency("rspec", ">= 1.2.8")
|
44
44
|
spec.add_development_dependency("rr", ">= 0.10.0")
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.11
|
data/lib/savon.rb
CHANGED
File without changes
|
data/lib/savon/service.rb
CHANGED
File without changes
|
data/lib/savon/wsdl.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/spec/fixtures/user_wsdl.xml
CHANGED
File without changes
|
data/spec/savon/service_spec.rb
CHANGED
File without changes
|
data/spec/savon/wsdl_spec.rb
CHANGED
File without changes
|
data/spec/spec_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: savon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Harrington
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-11-13 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.8.
|
23
|
+
version: 0.8.2
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: apricoteatsgorilla
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.5.
|
33
|
+
version: 0.5.12
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: rspec
|
@@ -108,6 +108,6 @@ signing_key:
|
|
108
108
|
specification_version: 3
|
109
109
|
summary: SOAP client library to enjoy
|
110
110
|
test_files:
|
111
|
+
- spec/spec_helper.rb
|
111
112
|
- spec/savon/service_spec.rb
|
112
113
|
- spec/savon/wsdl_spec.rb
|
113
|
-
- spec/spec_helper.rb
|