aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:32:09 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2010-03-02 10:43:41 -0800
commit56ea20605a54386158e90e290caa6d15e7623ade (patch)
treea5a39c1af3516fe21d703882636225af047b6238 /activerecord
parentea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff)
downloadrails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz
rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2
rails-56ea20605a54386158e90e290caa6d15e7623ade.zip
Wordsmith gem descriptions
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/activerecord.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index b269126a86..5d76333950 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'activerecord'
s.version = ActiveRecord::VERSION::STRING
s.summary = 'Object-relational mapper framework (part of Rails).'
- s.description = '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'