Commit graph

12 commits

Author SHA1 Message Date
taca
00af476ad4 * Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS3_VERSION in DISTNAME.
2011-12-13 15:56:27 +00:00
taca
4143dcdb95 Update ruby-actionmailer3 package to 3.0.11 (version change only). 2011-11-19 15:38:20 +00:00
taca
336b4725d8 Update ruby-actionmailer3 package to 3.0.10.
Bump version only.
2011-08-17 14:19:22 +00:00
taca
bc5ed9bc7d Update ruby-rails3 related package to 3.0.9.
These are update of the version only.
2011-06-17 13:50:48 +00:00
taca
6eb761f33c Update actionmailer3 pacakge to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Mail dependency increased to 2.2.19
2011-06-11 03:24:05 +00:00
taca
6ce7afb3f8 Update ruby-actionmailer3 to 3.0.7:
*Rails 3.0.7 (April 18, 2011)*

* remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis]
2011-05-10 14:14:18 +00:00
taca
03c9355312 Update ruby-actionmailer3 package to 3.0.6.
*Rails 3.0.6 (April 5, 2011)

* Don't allow i18n to change the minor version, version now set to ~>
  0.5.0 [Santiago Pastorino]
2011-04-06 13:28:53 +00:00
taca
3fb9cece10 Update ruby-actionmailer3 package to 3.0.5.
Version update only.
2011-03-23 14:50:15 +00:00
taca
ca72150cf5 Update ruby-actionmailer3 package to 3.0.4.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09 13:01:46 +00:00
obache
1fe2dd4481 * add missing dependency on ruby-mail.
* add "mail" to CATEGORIES

Bump PKGREVISION.
2010-10-28 02:58:51 +00:00
taca
c9d1506c05 Update mail/ruby-actionmailer3 to 3.0.1.
No change except version, it is part of Rails 3.0.1.
2010-10-15 11:44:48 +00:00
taca
d97bffb1b0 Importing mail/ruby-actionmailer3 3.0.0.
Action Mailer is a framework for designing email-service layers. These layers
are used to consolidate code for sending out forgotten passwords, welcome
wishes on signup, invoices for billing, and any other use case that requires
a written notification to either a person or another system.

Action Mailer is in essence a wrapper around Action Controller and the
Mail gem.  It provides a way to make emails using templates in the same
way that Action Controller renders views using templates.

Additionally, an Action Mailer class can be used to process incoming email,
such as allowing a weblog to accept new posts from an email (which could even
have been sent from a phone).

(This is part of Ruby on Rails 3.)
2010-09-12 04:20:55 +00:00