aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:44:16 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:44:40 -0800
commit5c40c2691d78c5252df415e69d479445318cd740 (patch)
tree2b4477e361cacf86f68023afb41c6dad558c43e6 /activemodel
parent56ea20605a54386158e90e290caa6d15e7623ade (diff)
downloadrails-5c40c2691d78c5252df415e69d479445318cd740.tar.gz
rails-5c40c2691d78c5252df415e69d479445318cd740.tar.bz2
rails-5c40c2691d78c5252df415e69d479445318cd740.zip
Stray line. Typo.
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/activemodel.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/activemodel/activemodel.gemspec b/activemodel/activemodel.gemspec
index 80b4461e60..9183558c7c 100644
--- a/activemodel/activemodel.gemspec
+++ b/activemodel/activemodel.gemspec
@@ -7,7 +7,6 @@ Gem::Specification.new do |s|
s.version = ActiveModel::VERSION::STRING
s.summary = 'A toolkit for building modeling frameworks (part of Rails).'
s.description = 'A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing.'
- to share between similar frameworks like ActiveResource.}
s.required_ruby_version = '>= 1.8.7'
s.author = "David Heinemeier Hansson"