rubiii-savon 0.2.1 → 0.2.2
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/savon.rb +1 -4
- metadata +6 -7
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.2
|
data/lib/savon.rb
CHANGED
@@ -35,13 +35,10 @@ module Savon
|
|
35
35
|
|
36
36
|
end
|
37
37
|
|
38
|
-
%w(net/http uri rubygems hpricot).each do |gem|
|
38
|
+
%w(net/http uri rubygems hpricot apricoteatsgorilla).each do |gem|
|
39
39
|
require gem
|
40
40
|
end
|
41
41
|
|
42
|
-
#require "apricoteatsgorilla"
|
43
|
-
require File.join(File.dirname(__FILE__), "..", "..", "apricoteatsgorilla", "lib", "apricoteatsgorilla")
|
44
|
-
|
45
42
|
%w(service wsdl).each do |file|
|
46
43
|
require File.join(File.dirname(__FILE__), "savon", file)
|
47
44
|
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.2
|
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-08-
|
12
|
+
date: 2009-08-31 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -73,9 +73,8 @@ 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:
|
79
78
|
post_install_message:
|
80
79
|
rdoc_options:
|
81
80
|
- --charset=UTF-8
|
@@ -102,11 +101,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
102
101
|
requirements: []
|
103
102
|
|
104
103
|
rubyforge_project:
|
105
|
-
rubygems_version: 1.
|
104
|
+
rubygems_version: 1.2.0
|
106
105
|
signing_key:
|
107
|
-
specification_version:
|
106
|
+
specification_version: 3
|
108
107
|
summary: SOAP client library to enjoy.
|
109
108
|
test_files:
|
109
|
+
- spec/spec_helper.rb
|
110
110
|
- spec/savon/service_spec.rb
|
111
111
|
- spec/savon/wsdl_spec.rb
|
112
|
-
- spec/spec_helper.rb
|