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 /actionmailer/actionmailer.gemspec | |
parent | ea4fd64133998ce5d6791e0cd98e42f1463ae301 (diff) | |
download | rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.gz rails-56ea20605a54386158e90e290caa6d15e7623ade.tar.bz2 rails-56ea20605a54386158e90e290caa6d15e7623ade.zip |
Wordsmith gem descriptions
Diffstat (limited to 'actionmailer/actionmailer.gemspec')
-rw-r--r-- | actionmailer/actionmailer.gemspec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/actionmailer.gemspec b/actionmailer/actionmailer.gemspec index c7a363575b..fc7f3f1e5f 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -5,8 +5,8 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'actionmailer' s.version = ActionMailer::VERSION::STRING - s.summary = 'Email composition, delivery, and recieval framework (part of Rails).' - s.description = 'Email composition, delivery, and recieval framework (part of Rails).' + s.summary = 'Email composition, delivery, and receiving framework (part of Rails).' + s.description = 'Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.' s.required_ruby_version = '>= 1.8.7' s.author = 'David Heinemeier Hansson' |