rubiii-savon 0.2.4 → 0.2.5
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/lib/savon.rb +3 -1
- metadata +8 -7
data/Rakefile
CHANGED
@@ -38,7 +38,7 @@ begin
|
|
38
38
|
]
|
39
39
|
|
40
40
|
spec.add_runtime_dependency("hpricot", "0.8.241")
|
41
|
-
spec.add_runtime_dependency("rubiii-apricoteatsgorilla", "0.5.
|
41
|
+
spec.add_runtime_dependency("rubiii-apricoteatsgorilla", "0.5.8")
|
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.5
|
data/lib/savon.rb
CHANGED
@@ -35,10 +35,12 @@ module Savon
|
|
35
35
|
|
36
36
|
end
|
37
37
|
|
38
|
-
%w(net/http uri rubygems hpricot
|
38
|
+
%w(net/http uri rubygems hpricot).each do |gem|
|
39
39
|
require gem
|
40
40
|
end
|
41
41
|
|
42
|
+
require File.join(File.dirname(__FILE__), "..", "..", "apricoteatsgorilla", "lib", "apricoteatsgorilla")
|
43
|
+
|
42
44
|
%w(service wsdl).each do |file|
|
43
45
|
require File.join(File.dirname(__FILE__), "savon", file)
|
44
46
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubiii-savon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
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-09-
|
12
|
+
date: 2009-09-17 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "="
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.5.
|
33
|
+
version: 0.5.8
|
34
34
|
version:
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
36
|
name: rspec
|
@@ -73,8 +73,9 @@ files:
|
|
73
73
|
- spec/savon/service_spec.rb
|
74
74
|
- spec/savon/wsdl_spec.rb
|
75
75
|
- spec/spec_helper.rb
|
76
|
-
has_rdoc:
|
76
|
+
has_rdoc: false
|
77
77
|
homepage: http://github.com/rubiii/savon
|
78
|
+
licenses:
|
78
79
|
post_install_message:
|
79
80
|
rdoc_options:
|
80
81
|
- --charset=UTF-8
|
@@ -101,11 +102,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
102
|
requirements: []
|
102
103
|
|
103
104
|
rubyforge_project:
|
104
|
-
rubygems_version: 1.
|
105
|
+
rubygems_version: 1.3.5
|
105
106
|
signing_key:
|
106
|
-
specification_version:
|
107
|
+
specification_version: 3
|
107
108
|
summary: SOAP client library to enjoy
|
108
109
|
test_files:
|
110
|
+
- spec/spec_helper.rb
|
109
111
|
- spec/savon/service_spec.rb
|
110
112
|
- spec/savon/wsdl_spec.rb
|
111
|
-
- spec/spec_helper.rb
|