savon 0.2.10 → 0.2.11

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.
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.241")
41
- spec.add_runtime_dependency("apricoteatsgorilla", "0.5.11")
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.10
1
+ 0.2.11
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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.10
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-10-08 00:00:00 +02:00
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.241
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.11
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