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 /activesupport | |
parent | ea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff) | |
download | rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2 rails-56ea20605a54386158e90e290caa6d15e7623ade.zip |
Wordsmith gem descriptions
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index d76f752457..3273d84b27 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'activesupport' s.version = ActiveSupport::VERSION::STRING - s.summary = 'Support and utility classes used by the Rails framework.' - s.description = 'Support and utility classes used by the Rails framework.' + s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.' + s.summary = 'A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.' s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' |