Skip to content

Commit

Permalink
changed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Oct 8, 2009
1 parent b18d5bc commit 6edb7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ begin
]

spec.add_runtime_dependency("hpricot", "0.8.241")
spec.add_runtime_dependency("apricoteatsgorilla", "0.6.0")
spec.add_runtime_dependency("apricoteatsgorilla", "0.5.10")

spec.add_development_dependency("rspec", ">= 1.2.8")
spec.add_development_dependency("rr", ">= 0.10.0")
Expand Down
6 changes: 3 additions & 3 deletions savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<hpricot>, ["= 0.8.241"])
s.add_runtime_dependency(%q<apricoteatsgorilla>, ["= 0.6.0"])
s.add_runtime_dependency(%q<apricoteatsgorilla>, ["= 0.5.10"])
s.add_development_dependency(%q<rspec>, [">= 1.2.8"])
s.add_development_dependency(%q<rr>, [">= 0.10.0"])
else
s.add_dependency(%q<hpricot>, ["= 0.8.241"])
s.add_dependency(%q<apricoteatsgorilla>, ["= 0.6.0"])
s.add_dependency(%q<apricoteatsgorilla>, ["= 0.5.10"])
s.add_dependency(%q<rspec>, [">= 1.2.8"])
s.add_dependency(%q<rr>, [">= 0.10.0"])
end
else
s.add_dependency(%q<hpricot>, ["= 0.8.241"])
s.add_dependency(%q<apricoteatsgorilla>, ["= 0.6.0"])
s.add_dependency(%q<apricoteatsgorilla>, ["= 0.5.10"])
s.add_dependency(%q<rspec>, [">= 1.2.8"])
s.add_dependency(%q<rr>, [">= 0.10.0"])
end
Expand Down

0 comments on commit 6edb7a4

Please sign in to comment.