From 56ea20605a54386158e90e290caa6d15e7623ade Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 2 Mar 2010 10:32:09 -0800 Subject: Wordsmith gem descriptions --- rails.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rails.gemspec') diff --git a/rails.gemspec b/rails.gemspec index 52d82eee1f..0cd4540ec3 100644 --- a/rails.gemspec +++ b/rails.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'rails' s.version = Rails::VERSION::STRING - s.summary = 'Full-stack web-application framework.' - s.description = 'Full-stack web-application framework.' + s.summary = 'Full-stack web application framework.' + s.description = 'Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.' s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' -- cgit v1.2.3