apricoteatsgorilla 0.5.11 → 0.5.12
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/apricoteatsgorilla.gemspec +10 -10
- metadata +7 -7
data/apricoteatsgorilla.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{apricoteatsgorilla}
|
|
8
|
-
s.version = "0.5.
|
|
8
|
+
s.version = "0.5.12"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Daniel Harrington"]
|
|
12
|
-
s.date = %q{2009-
|
|
12
|
+
s.date = %q{2009-11-13}
|
|
13
13
|
s.description = %q{SOAP communication helper}
|
|
14
14
|
s.email = %q{me@rubiii.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -39,13 +39,13 @@ Gem::Specification.new do |s|
|
|
|
39
39
|
s.rubygems_version = %q{1.3.5}
|
|
40
40
|
s.summary = %q{SOAP communication helper}
|
|
41
41
|
s.test_files = [
|
|
42
|
-
"spec/
|
|
43
|
-
"spec/apricoteatsgorilla/hash_to_xml_spec.rb",
|
|
42
|
+
"spec/spec_helper.rb",
|
|
44
43
|
"spec/apricoteatsgorilla/soap_envelope_spec.rb",
|
|
45
|
-
"spec/apricoteatsgorilla/wsse_spec.rb",
|
|
46
|
-
"spec/apricoteatsgorilla/xml_node_spec.rb",
|
|
47
44
|
"spec/apricoteatsgorilla/xml_to_hash_spec.rb",
|
|
48
|
-
"spec/
|
|
45
|
+
"spec/apricoteatsgorilla/xml_node_spec.rb",
|
|
46
|
+
"spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb",
|
|
47
|
+
"spec/apricoteatsgorilla/hash_to_xml_spec.rb",
|
|
48
|
+
"spec/apricoteatsgorilla/wsse_spec.rb"
|
|
49
49
|
]
|
|
50
50
|
|
|
51
51
|
if s.respond_to? :specification_version then
|
|
@@ -53,14 +53,14 @@ Gem::Specification.new do |s|
|
|
|
53
53
|
s.specification_version = 3
|
|
54
54
|
|
|
55
55
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
56
|
-
s.add_runtime_dependency(%q<hpricot>, ["= 0.8.
|
|
56
|
+
s.add_runtime_dependency(%q<hpricot>, ["= 0.8.2"])
|
|
57
57
|
s.add_development_dependency(%q<rspec>, [">= 1.2.8"])
|
|
58
58
|
else
|
|
59
|
-
s.add_dependency(%q<hpricot>, ["= 0.8.
|
|
59
|
+
s.add_dependency(%q<hpricot>, ["= 0.8.2"])
|
|
60
60
|
s.add_dependency(%q<rspec>, [">= 1.2.8"])
|
|
61
61
|
end
|
|
62
62
|
else
|
|
63
|
-
s.add_dependency(%q<hpricot>, ["= 0.8.
|
|
63
|
+
s.add_dependency(%q<hpricot>, ["= 0.8.2"])
|
|
64
64
|
s.add_dependency(%q<rspec>, [">= 1.2.8"])
|
|
65
65
|
end
|
|
66
66
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apricoteatsgorilla
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.12
|
|
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: rspec
|
|
@@ -92,10 +92,10 @@ signing_key:
|
|
|
92
92
|
specification_version: 3
|
|
93
93
|
summary: SOAP communication helper
|
|
94
94
|
test_files:
|
|
95
|
+
- spec/spec_helper.rb
|
|
96
|
+
- spec/apricoteatsgorilla/soap_envelope_spec.rb
|
|
97
|
+
- spec/apricoteatsgorilla/xml_to_hash_spec.rb
|
|
98
|
+
- spec/apricoteatsgorilla/xml_node_spec.rb
|
|
95
99
|
- spec/apricoteatsgorilla/apricoteatsgorilla_spec.rb
|
|
96
100
|
- spec/apricoteatsgorilla/hash_to_xml_spec.rb
|
|
97
|
-
- spec/apricoteatsgorilla/soap_envelope_spec.rb
|
|
98
101
|
- spec/apricoteatsgorilla/wsse_spec.rb
|
|
99
|
-
- spec/apricoteatsgorilla/xml_node_spec.rb
|
|
100
|
-
- spec/apricoteatsgorilla/xml_to_hash_spec.rb
|
|
101
|
-
- spec/spec_helper.rb
|