Skip to content

Commit

Permalink
Regenerate gemspec to include I18n.
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Feb 25, 2011
1 parent b0c0009 commit 3725a8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dm-rails.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Martin Gamsjaeger (snusnu)", "Dan Kubb"]
s.date = %q{2011-02-19}
s.date = %q{2011-02-25}
s.description = %q{Integrate DataMapper with Rails 3}
s.email = %q{gamsnjaga@gmail.com}
s.extra_rdoc_files = [
Expand Down Expand Up @@ -72,6 +72,7 @@ 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<i18n>, ["~> 0.5.0"])
s.add_runtime_dependency(%q<activesupport>, ["~> 3.0.4"])
s.add_runtime_dependency(%q<actionpack>, ["~> 3.0.4"])
s.add_runtime_dependency(%q<railties>, ["~> 3.0.4"])
Expand All @@ -81,6 +82,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rspec>, ["~> 1.3.1"])
else
s.add_dependency(%q<i18n>, ["~> 0.5.0"])
s.add_dependency(%q<activesupport>, ["~> 3.0.4"])
s.add_dependency(%q<actionpack>, ["~> 3.0.4"])
s.add_dependency(%q<railties>, ["~> 3.0.4"])
Expand All @@ -91,6 +93,7 @@ Gem::Specification.new do |s|
s.add_dependency(%q<rspec>, ["~> 1.3.1"])
end
else
s.add_dependency(%q<i18n>, ["~> 0.5.0"])
s.add_dependency(%q<activesupport>, ["~> 3.0.4"])
s.add_dependency(%q<actionpack>, ["~> 3.0.4"])
s.add_dependency(%q<railties>, ["~> 3.0.4"])
Expand Down

0 comments on commit 3725a8d

Please sign in to comment.