aboutsummaryrefslogtreecommitdiffstats
path: root/arel.gemspec
diff options
context:
space:
mode:
authorBryan Helmkamp <bryan@brynary.com>2010-02-05 12:18:40 -0500
committerBryan Helmkamp <bryan@brynary.com>2010-02-05 12:18:40 -0500
commit9aa076abfb893e6de9fee48f4c280b007f5887d3 (patch)
treecbdcfb6ca801080ebaf371b6d3c102cb4f44137a /arel.gemspec
parent91663d1e3a1ed45ad4bf54129a1d633161133667 (diff)
downloadrails-9aa076abfb893e6de9fee48f4c280b007f5887d3.tar.gz
rails-9aa076abfb893e6de9fee48f4c280b007f5887d3.tar.bz2
rails-9aa076abfb893e6de9fee48f4c280b007f5887d3.zip
Bump dependency version of activesupport to 3.0.0.beta
Diffstat (limited to 'arel.gemspec')
-rw-r--r--arel.gemspec8
1 files changed, 4 insertions, 4 deletions
diff --git a/arel.gemspec b/arel.gemspec
index 465dcb7567..b487357523 100644
--- a/arel.gemspec
+++ b/arel.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Bryan Helmkamp", "Nick Kallen", "Emilio Tagua"]
- s.date = %q{2010-02-01}
+ s.date = %q{2010-02-05}
s.description = %q{Arel is a Relational Algebra for Ruby. It 1) simplifies the generation complex
of SQL queries and it 2) adapts to various RDBMS systems. It is intended to be
a framework framework; that is, you can build your own ORM with it, focusing on
@@ -238,11 +238,11 @@ and query generation.}
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- s.add_runtime_dependency(%q<activesupport>, [">= 3.0.pre"])
+ s.add_runtime_dependency(%q<activesupport>, [">= 3.0.0.beta"])
else
- s.add_dependency(%q<activesupport>, [">= 3.0.pre"])
+ s.add_dependency(%q<activesupport>, [">= 3.0.0.beta"])
end
else
- s.add_dependency(%q<activesupport>, [">= 3.0.pre"])
+ s.add_dependency(%q<activesupport>, [">= 3.0.0.beta"])
end
end