savon 0.3.1 → 0.3.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.
Files changed (3) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. metadata +4 -4
data/Rakefile CHANGED
@@ -37,8 +37,8 @@ begin
37
37
  "--inline-source"
38
38
  ]
39
39
 
40
- spec.add_runtime_dependency("hpricot", ">= 0.8.2")
41
- spec.add_runtime_dependency("apricoteatsgorilla", "0.5.12")
40
+ spec.add_runtime_dependency("hpricot", "0.8.241")
41
+ spec.add_runtime_dependency("apricoteatsgorilla", "0.5.13")
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.3.1
1
+ 0.3.2
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Harrington
@@ -18,9 +18,9 @@ dependencies:
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - ">="
21
+ - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.8.2
23
+ version: 0.8.241
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.12
33
+ version: 0.5.13
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rspec