diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-02 10:32:09 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-03-02 10:43:41 -0800 |
commit | 56ea20605a54386158e90e290caa6d15e7623ade (patch) | |
tree | a5a39c1af3516fe21d703882636225af047b6238 /rails.gemspec | |
parent | ea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff) | |
download | rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2 rails-56ea20605a54386158e90e290caa6d15e7623ade.zip |
Wordsmith gem descriptions
Diffstat (limited to 'rails.gemspec')
-rw-r--r-- | rails.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
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' |