From d956003fa499d22689db8a10712fc7bcb9dbc5c8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 1 Apr 2010 13:46:04 -0700 Subject: Neat and tidy, I say --- activerecord/activerecord.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'activerecord/activerecord.gemspec') diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec index 8121530ab3..59caa53be0 100644 --- a/activerecord/activerecord.gemspec +++ b/activerecord/activerecord.gemspec @@ -6,6 +6,7 @@ Gem::Specification.new do |s| s.version = version s.summary = 'Object-relational mapper framework (part of Rails).' s.description = 'Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.' + s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' -- cgit v1.2.3