Skip to content

Commit

Permalink
use latest ApricotEatsGorilla
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiii committed Sep 2, 2009
1 parent ff9e800 commit 2fb58f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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("rubiii-apricoteatsgorilla", "0.5.3")
spec.add_runtime_dependency("rubiii-apricoteatsgorilla", "0.5.5")

spec.add_development_dependency("rspec", ">= 1.2.8")
spec.add_development_dependency("rr", ">= 0.10.0")
Expand Down
10 changes: 5 additions & 5 deletions savon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{savon}
s.version = "0.2.2"
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Daniel Harrington"]
s.date = %q{2009-08-31}
s.date = %q{2009-09-02}
s.description = %q{SOAP client library to enjoy.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand Down 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<rubiii-apricoteatsgorilla>, ["= 0.5.3"])
s.add_runtime_dependency(%q<rubiii-apricoteatsgorilla>, ["= 0.5.5"])
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<rubiii-apricoteatsgorilla>, ["= 0.5.3"])
s.add_dependency(%q<rubiii-apricoteatsgorilla>, ["= 0.5.5"])
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<rubiii-apricoteatsgorilla>, ["= 0.5.3"])
s.add_dependency(%q<rubiii-apricoteatsgorilla>, ["= 0.5.5"])
s.add_dependency(%q<rspec>, [">= 1.2.8"])
s.add_dependency(%q<rr>, [">= 0.10.0"])
end
Expand Down

0 comments on commit 2fb58f4

Please sign in to comment.