aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* Updating to use Mail v2.3.0Mikel Lindsaar2011-04-261-1/+1
| | | | | | Need to move the require of mail in test/abstract_unit to be after active support to make sure we use ActiveSupport multibyte handlers, otherwise, Mail will load its internal multibyte compat
* Updating mail to 2.2.16Mikel Lindsaar2011-04-161-1/+1
|
* Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0Santiago Pastorino2011-04-021-2/+0
|
* Bump mail version upSantiago Pastorino2011-01-281-1/+1
|
* Revert "Bump up mail dependency to take advantage of relaxed i18n version ↵Mikel Lindsaar2010-11-161-1/+1
| | | | | | | | requirement" Locking to ~> 2.2.9.1 means locking to < 2.2.10, not intended behaviour. This reverts commit e7de5dd11e04f03e32865be8bb8c090a96a79ec9.
* Bump up mail dependency to take advantage of relaxed i18n version requirementMikel Lindsaar2010-11-161-1/+1
|
* Updating mail dependency to 2.2.9Mikel Lindsaar2010-10-261-1/+1
|
* Bump up some depsSantiago Pastorino2010-09-261-1/+1
|
* Updating ActionMailer dependency to 2.2.6Mikel Lindsaar2010-09-111-1/+1
|
* Change some missing README -> README.rdocSantiago Pastorino2010-07-221-1/+1
|
* Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfoSantiago Pastorino2010-07-151-1/+1
|
* Adding inline attachment support to ActionMailerMikel Lindsaar2010-06-071-1/+1
|
* Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit)Mikel Lindsaar2010-06-071-1/+1
|
* Unforce text-format from AMSantiago Pastorino2010-06-031-1/+0
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Changed encoding behaviour of mail, so updated tests in actionmailer and ↵Mikel Lindsaar2010-05-141-1/+1
| | | | | | bumped mail version to 2.2.1 Signed-off-by: José Valim <jose.valim@gmail.com>
* Updating actionmailer to Mail version 2.2.0Mikel Lindsaar2010-04-111-1/+1
|
* Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to ↵Mikel Lindsaar2010-04-111-1/+1
| | | | UTF-8, updating tests where incorrect encoding
* Removing quoting and adding Mail 2.3.5Mikel Lindsaar2010-04-111-1/+1
|
* Bump mail to 2.1.5.3Jeremy Kemper2010-03-291-1/+1
|
* Bump mail dep to 2.1.5.1Jeremy Kemper2010-03-281-1/+1
|
* Updating mail version requirement to 2.1.5Mikel Lindsaar2010-03-281-1/+1
|
* Load RAILS_VERSION relative to the gemspec file.Stefan Penner2010-03-061-1/+1
|
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-4/+3
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-2/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-2/+5
|
* Adding options to register observers and interceptors through ↵Mikel Lindsaar2010-02-221-1/+1
| | | | | | ActionMailer::Base.register_observer and ActionMailer::Base.register_interceptor. These hook into Mail.register_interceptor and Mail.register_observer. Also bumped Mail requirement to 2.1.3 Signed-off-by: José Valim <jose.valim@gmail.com>
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-2/+2
|
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-16/+16
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-2/+2
|
* Unvendor'd text-format, now requires text-format gemMikel Lindsaar2010-01-281-0/+1
|
* Updated mail requirement to 2.1.2Mikel Lindsaar2010-01-281-1/+1
|
* Updated to mail 2.1.1José Valim and Mikel Lindsaar2010-01-251-1/+1
|
* Updated gemspec for MailJosé Valim and Mikel Lindsaar2010-01-251-1/+1
|
* Got AM working with Mail yield on delivery_handler and updated testsJosé Valim and Mikel Lindsaar2010-01-251-1/+1
|
* Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback ↵José Valim and Mikel Lindsaar2010-01-241-1/+1
| | | | support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API
* Updated Gemspec to mail 2.0.3 from gemcutterMikel Lindsaar2010-01-231-1/+1
|
* Adding tests for attachments['blah.rb'] = {} et alJosé Valim and Mikel Lindsaar2010-01-211-1/+1
|
* Updating gemspec to 2.0.1 for mailMikel Lindsaar2010-01-201-1/+1
|
* Updating mail require to 2.0.0Mikel Lindsaar2010-01-171-1/+1
|
* Move I18n to gemspec and update dependencies.José Valim2010-01-151-1/+1
|
* Updating mail requireMikel Lindsaar2010-01-081-1/+1
|
* Updating to Mail 1.5.0, including default values for all Message#field_name ↵Mikel Lindsaar2010-01-021-1/+1
| | | | methods, can access field objects by calling Message#[:field_name]
* Updating mail requirement to 1.4.3Mikel Lindsaar2009-12-311-1/+1
|
* Move mail gem dep to Action Mailer's gemspecJeremy Kemper2009-12-291-1/+1
|
* Merge commit 'mikel/master' into mailJeremy Kemper2009-11-231-1/+1
|\ | | | | | | | | Conflicts: actionmailer/lib/action_mailer.rb
* | Add mail dep to AM gemspecJeremy Kemper2009-11-231-0/+1
|/
* Make gemspecs the authoritative source instead of generating them from the ↵Joshua Peek2009-09-251-28/+15
| | | | Rakefile
* Add required dependencies on activemodelCarl Lerche2009-09-011-1/+1
|
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+33