aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/actionpack.gemspec
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 /actionpack/actionpack.gemspec
parentea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff)
downloadrails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz
rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2
rails-56ea20605a54386158e90e290caa6d15e7623ade.zip
Wordsmith gem descriptions
Diffstat (limited to 'actionpack/actionpack.gemspec')
-rw-r--r--actionpack/actionpack.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec
index d19649a386..a281df8642 100644
--- a/actionpack/actionpack.gemspec
+++ b/actionpack/actionpack.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.name = 'actionpack'
s.version = ActionPack::VERSION::STRING
s.summary = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).'
- s.description = 'Web-flow and rendering framework putting the VC in MVC (part of Rails).'
+ s.description = 'Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web applications. Works with any Rack-compatible server.'
s.required_ruby_version = '>= 1.8.7'
s.author = 'David Heinemeier Hansson'