diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-01 13:46:04 -0700 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-04-01 13:46:04 -0700 |
commit | d956003fa499d22689db8a10712fc7bcb9dbc5c8 (patch) | |
tree | b23b0f37af9f0a4c750809bbb145fcdef5e65130 /activeresource/activeresource.gemspec | |
parent | 9b71c55d3d65002765726d2328dcc48361bba7e5 (diff) | |
download | rails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.tar.gz rails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.tar.bz2 rails-d956003fa499d22689db8a10712fc7bcb9dbc5c8.zip |
Neat and tidy, I say
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r-- | activeresource/activeresource.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index 3718bb4f2e..ca74c0dd7d 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.gemspec @@ -6,6 +6,7 @@ Gem::Specification.new do |s| s.version = version s.summary = 'REST modeling framework (part of Rails).' s.description = 'REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Active Record models.' + s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' |