aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/actionmailer.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Relax mail gem constraint from ~> 2.5.4 to ~> 2.5, >= 2.5.4Benjamin Fleischer2014-06-031-1/+1
| | | | | | | | | | | | | | This allows Rails users to install mail 2.6 which relaxes the mime-types dependency, which is a big win for a lot of people. Previously, the mail gem restricted mime-types to ~> 1.16 but now it has expanded to [">= 1.16", "< 3"] And the mime-types maintainer will also be checking that 2.x releases don't break mail. See https://github.com/mikel/mail/pull/713 https://rubygems.org/gems/mail/versions/2.6.0
* Make AV dependency for ActionMailerŁukasz Strzałkowski2013-08-261-1/+1
|
* Remove dependency on AVŁukasz Strzałkowski2013-08-251-1/+1
|
* Integrate ActionMailer with ActionViewŁukasz Strzałkowski2013-08-251-0/+1
|
* Update mail to minimum version 2.5.4Mikel Lindsaar2013-05-141-1/+1
|
* Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]"Xavier Noria2013-03-181-1/+1
| | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57.
* instruct RDoc to only parse Ruby files under lib [Fixes #9779]Xavier Noria2013-03-181-1/+1
|
* Revert "Omit directories from gemspec.files for RubyGems 2 compat."Jeremy Kemper2012-12-091-1/+1
| | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25.
* Omit directories from gemspec.files for RubyGems 2 compat.Jeremy Kemper2012-12-081-1/+1
| | | | | | RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir. May revert if rubygems/rubygems#413 is accepted.
* Bump mailer to quiet the stdout log messagesJeremy Kemper2012-12-031-1/+1
|
* Upgrade mail dependency to 2.5.2Mikel Lindsaar2012-11-181-1/+1
|
* Upgrade mail dependency to 2.5.0Mikel Lindsaar2012-11-181-1/+1
|
* Clean up gemspecsVinny Diehl2012-11-081-7/+10
| | | | | | | | | | Organized the gemspec files a bit. * Made quotes more consistent (single quotes dominated, so I used that). * Moved license line down a line, separating it logically, and removed the extra whitespace before its = operator. * Minor whitespace fixes.
* Add license field to gemspecs, by Matt GriffinMatt Griffin2012-05-231-0/+1
|
* Increase minimum version of mail.Mikel Lindsaar2012-03-191-1/+1
| | | | | Second security vulnerability found in mail file delivery method patched in version 2.4.4.
* Increasing minimum version of mail due to security vulnerability found in ↵Mikel Lindsaar2012-03-061-1/+1
| | | | Mail 2.4.1 for sendmail or exim
* Bump mailkennyj2012-01-201-1/+1
|
* Upgrade mail dependency to 2.4.0Mikel Lindsaar2012-01-151-1/+1
|
* Updated gemspec for ruby 1.9.3Rahul P. Chaudhari2011-12-211-1/+1
|
* Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.mdFranck Verrot2011-11-041-1/+1
|
* Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵Arun Agrawal2011-05-201-1/+0
| | | | not useful.
* 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
|