Skip to content

Commit

Permalink
Released v2.2.5
Browse files Browse the repository at this point in the history
Updated gemspec file
  • Loading branch information
Paul Engel committed Nov 16, 2010
1 parent d11b9bd commit c4c9df1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e9s.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{e9s}
s.version = "2.2.4"
s.version = "2.2.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Engel"]
Expand Down Expand Up @@ -50,16 +50,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<rich_cms>, [">= 2.1.4"])
s.add_runtime_dependency(%q<rich_cms>, [">= 2.1.5"])
s.add_runtime_dependency(%q<rich_i18n>, [">= 1.3.4"])
s.add_runtime_dependency(%q<rich_pluralization>, [">= 1.0.6"])
else
s.add_dependency(%q<rich_cms>, [">= 2.1.4"])
s.add_dependency(%q<rich_cms>, [">= 2.1.5"])
s.add_dependency(%q<rich_i18n>, [">= 1.3.4"])
s.add_dependency(%q<rich_pluralization>, [">= 1.0.6"])
end
else
s.add_dependency(%q<rich_cms>, [">= 2.1.4"])
s.add_dependency(%q<rich_cms>, [">= 2.1.5"])
s.add_dependency(%q<rich_i18n>, [">= 1.3.4"])
s.add_dependency(%q<rich_pluralization>, [">= 1.0.6"])
end
Expand Down

0 comments on commit c4c9df1

Please sign in to comment.