aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-02-08 15:30:10 +1100
committerJosé Valim <jose.valim@gmail.com>2010-02-08 09:42:12 +0100
commit5fe3dc4bf52eb315310a714c0fc1f627d47428fa (patch)
treeae1ab5064fd4daf350b833c8b47f81c853b705f7 /activesupport/activesupport.gemspec
parentb235af702a086dd06fa9849ee47942e8ce82090d (diff)
downloadrails-5fe3dc4bf52eb315310a714c0fc1f627d47428fa.tar.gz
rails-5fe3dc4bf52eb315310a714c0fc1f627d47428fa.tar.bz2
rails-5fe3dc4bf52eb315310a714c0fc1f627d47428fa.zip
Adding ruby version spec to all gemspec files to at least 1.8.7
Signed-off-by: José Valim <jose.valim@gmail.com>
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 d169392dfc..d0557230aa 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -4,6 +4,7 @@ Gem::Specification.new do |s|
s.version = '3.0.0.beta1'
s.summary = 'Support and utility classes used by the Rails framework.'
s.description = 'Support and utility classes used by the Rails framework.'
+ s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'