diff options
author | George Claghorn <george@basecamp.com> | 2018-12-27 21:15:10 -0500 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-12-27 21:17:58 -0500 |
commit | e3f832a7433a291a51c5df397dc3dd654c1858cb (patch) | |
tree | 3137f4fcdd79768e24e1a6778a1cc5ae1c9e74de /actionmailer/actionmailer.gemspec | |
parent | 22a6ff68b1264de693364dd89be651dda9626284 (diff) | |
download | rails-e3f832a7433a291a51c5df397dc3dd654c1858cb.tar.gz rails-e3f832a7433a291a51c5df397dc3dd654c1858cb.tar.bz2 rails-e3f832a7433a291a51c5df397dc3dd654c1858cb.zip |
Deprecate ActionMailer::Base.receive in favor of Action Mailbox
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 a6c482f1a0..c76cb3ec72 100644 --- a/actionmailer/actionmailer.gemspec +++ b/actionmailer/actionmailer.gemspec @@ -6,8 +6,8 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "actionmailer" s.version = version - 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.summary = "Email composition and delivery framework (part of Rails)." + s.description = "Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments." s.required_ruby_version = ">= 2.5.0" |