aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 13:46:04 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 13:46:04 -0700
commitd956003fa499d22689db8a10712fc7bcb9dbc5c8 (patch)
treeb23b0f37af9f0a4c750809bbb145fcdef5e65130 /activesupport/activesupport.gemspec
parent9b71c55d3d65002765726d2328dcc48361bba7e5 (diff)
downloadrails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.tar.gz
rails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.tar.bz2
rails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.zip
Neat and tidy, I say
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index bfb1e83002..ad1401bfa9 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -6,6 +6,7 @@ Gem::Specification.new do |s|
s.version = version
s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.'
s.description = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.'
+
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'