Skip to content

Commit

Permalink
Regenerate gemspec for version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikisvaz committed Jan 17, 2013
1 parent 3769b65 commit 13649b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions simplews.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "simplews"
s.version = "1.11.1"
s.version = "1.12.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Miguel Vazquez"]
Expand Down Expand Up @@ -33,16 +33,16 @@ Gem::Specification.new do |s|
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<soap4r>, [">= 1.5.8"])
s.add_runtime_dependency(%q<rubyjedi-soap4r>, [">= 1.5.8"])
s.add_runtime_dependency(%q<rand>, [">= 0"])
s.add_runtime_dependency(%q<builder>, [">= 0"])
else
s.add_dependency(%q<soap4r>, [">= 1.5.8"])
s.add_dependency(%q<rubyjedi-soap4r>, [">= 1.5.8"])
s.add_dependency(%q<rand>, [">= 0"])
s.add_dependency(%q<builder>, [">= 0"])
end
else
s.add_dependency(%q<soap4r>, [">= 1.5.8"])
s.add_dependency(%q<rubyjedi-soap4r>, [">= 1.5.8"])
s.add_dependency(%q<rand>, [">= 0"])
s.add_dependency(%q<builder>, [">= 0"])
end
Expand Down

0 comments on commit 13649b2

Please sign in to comment.