Mikel Lindsaar
aff1872a87
Upgrade mail dependency to 2.5.2
2012-11-18 15:54:15 +11:00
Mikel Lindsaar
89a00f3746
Upgrade mail dependency to 2.5.0
2012-11-18 10:41:16 +11:00
Vinny Diehl
a96a176930
Clean up gemspecs
...
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.
2012-11-08 19:09:43 -05:00
Matt Griffin
6c7b250ac0
Add license field to gemspecs, by Matt Griffin
2012-05-23 09:22:25 -07:00
Mikel Lindsaar
24d244c1bc
Increase minimum version of mail.
...
Second security vulnerability found in mail file delivery method
patched in version 2.4.4.
2012-03-19 14:43:41 +11:00
Mikel Lindsaar
98b0d3effa
Increasing minimum version of mail due to security vulnerability found in Mail 2.4.1 for sendmail or exim
2012-03-06 19:59:56 +11:00
kennyj
52287f95ab
Bump mail
2012-01-20 23:14:46 +09:00
Mikel Lindsaar
0bf4eaa759
Upgrade mail dependency to 2.4.0
2012-01-15 22:15:15 +10:30
Rahul P. Chaudhari
e883c06a4f
Updated gemspec for ruby 1.9.3
2011-12-21 11:09:01 +05:30
Franck Verrot
1679aa56f3
Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md
2011-11-04 14:46:39 +01:00
Arun Agrawal
f72f591c8c
Not updating rubyforge for new versions. Result of "gem list -d rails" is not useful.
2011-05-20 17:43:40 +05:30
Mikel Lindsaar
dd44626c7f
Updating to use Mail v2.3.0
...
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
2011-04-26 20:05:59 +10:00
Mikel Lindsaar
1a1e4d484a
Updating mail to 2.2.16
2011-04-16 23:30:21 +10:00
Santiago Pastorino
99da42c299
Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0
2011-04-02 00:35:33 -03:00
Santiago Pastorino
e19a7729d1
Bump mail version up
2011-01-28 17:45:11 -02:00
Mikel Lindsaar
8124b2bc24
Revert "Bump up mail dependency to take advantage of relaxed i18n version requirement"
...
Locking to ~> 2.2.9.1 means locking to < 2.2.10, not intended behaviour.
This reverts commit e7de5dd11e04f03e32865be8bb8c090a96a79ec9.
2010-11-16 00:23:03 +11:00
Mikel Lindsaar
e7de5dd11e
Bump up mail dependency to take advantage of relaxed i18n version requirement
2010-11-16 00:08:23 +11:00
Mikel Lindsaar
c40074c1c7
Updating mail dependency to 2.2.9
2010-10-26 18:50:30 +11:00
Santiago Pastorino
14d2feeeab
Bump up some deps
2010-09-26 00:29:38 -03:00
Mikel Lindsaar
477df63433
Updating ActionMailer dependency to 2.2.6
2010-09-11 15:45:28 +10:00
Santiago Pastorino
d16c5cc99b
Change some missing README -> README.rdoc
2010-07-22 01:47:06 +08:00
Santiago Pastorino
fcb230144b
Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo
2010-07-15 13:18:47 -07:00
Mikel Lindsaar
311d99eef0
Adding inline attachment support to ActionMailer
2010-06-07 21:54:53 -04:00
Mikel Lindsaar
735027e58d
Updating ActionMailer to Mail 2.2.2 (fixing two tests to suit)
2010-06-07 15:30:08 -04:00
Santiago Pastorino
52f905715e
Unforce text-format from AM
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-03 23:32:11 +10:00
Mikel Lindsaar
4a8a62058a
Changed encoding behaviour of mail, so updated tests in actionmailer and bumped mail version to 2.2.1
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-14 09:27:47 +02:00
Mikel Lindsaar
fc5d817145
Updating actionmailer to Mail version 2.2.0
2010-04-11 18:04:57 +10:00
Mikel Lindsaar
dbcf01e631
Removing quoting.rb, upgrade to 2.1.3.6, changing all utf-8 references to UTF-8, updating tests where incorrect encoding
2010-04-11 18:04:55 +10:00
Mikel Lindsaar
8f22be04dc
Removing quoting and adding Mail 2.3.5
2010-04-11 18:04:54 +10:00
Jeremy Kemper
0d6f97e702
Bump mail to 2.1.5.3
2010-03-29 08:05:39 -07:00
Jeremy Kemper
5c058295d1
Bump mail dep to 2.1.5.1
2010-03-28 11:44:46 -07:00
Mikel Lindsaar
53bcd4af09
Updating mail version requirement to 2.1.5
2010-03-28 17:03:49 +11:00
Stefan Penner
4bc2cbc3cf
Load RAILS_VERSION relative to the gemspec file.
2010-03-06 21:33:28 -08:00
Bryan Helmkamp
deb00bcb8c
Read Rails version from a file instead of modifying the load path and doing requires
...
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-03-04 21:25:52 -08:00
Jeremy Kemper
56ea20605a
Wordsmith gem descriptions
2010-03-02 10:43:41 -08:00
Bryan Helmkamp
f221a6f19f
Leverage VERSION constants from gemspecs to avoid tedious updates when releasing
2010-03-02 00:32:53 -05:00
Mikel Lindsaar
cefc136ec3
Adding options to register observers and interceptors through 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>
2010-02-22 09:15:48 +01:00
Mikel Lindsaar
5fe3dc4bf5
Adding ruby version spec to all gemspec files to at least 1.8.7
...
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:12 +01:00
Jeremy Kemper
c548e21365
Bump git versions to 3.0.0.beta1 since we've released
2010-02-05 09:24:12 -08:00
David Heinemeier Hansson
031139bb71
Homogenize gemspecs and remove the deprecated autorequire
2010-02-03 17:59:49 -08:00
David Heinemeier Hansson
79817aa9e7
Move to 3.0.0.beta
2010-02-03 17:29:51 -08:00
Mikel Lindsaar
a06a5a64ba
Unvendor'd text-format, now requires text-format gem
2010-01-28 12:08:14 +11:00
Mikel Lindsaar
32ce2bb37f
Updated mail requirement to 2.1.2
2010-01-28 11:33:58 +11:00
José Valim and Mikel Lindsaar
ad8f5d4106
Updated to mail 2.1.1
2010-01-25 23:15:16 +11:00
José Valim and Mikel Lindsaar
d5e4e9185b
Updated gemspec for Mail
2010-01-25 21:47:24 +11:00
José Valim and Mikel Lindsaar
ace74974cf
Got AM working with Mail yield on delivery_handler and updated tests
2010-01-25 21:47:03 +11:00
José Valim and Mikel Lindsaar
258ca14800
Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback support in Mail to call ActionMailer on delivery, moved deliver to deprecated API in preparation for new API
2010-01-24 11:15:42 +11:00
Mikel Lindsaar
bd24c75fc6
Updated Gemspec to mail 2.0.3 from gemcutter
2010-01-23 18:45:59 +11:00
José Valim and Mikel Lindsaar
3829f9ecfd
Adding tests for attachments['blah.rb'] = {} et al
2010-01-21 20:03:55 +11:00
Mikel Lindsaar
2a3ec5fee4
Updating gemspec to 2.0.1 for mail
2010-01-20 14:12:05 +11:00