actionmailer 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG +1 -4
- data/Rakefile +1 -1
- data/lib/action_mailer/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
*2.0.
|
|
1
|
+
*2.0.1* (December 7th, 2007)
|
|
2
2
|
|
|
3
3
|
* Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick]
|
|
4
4
|
|
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
|
|
18
18
|
* Fix silent failure of rxml templates. #9879 [jstewart]
|
|
19
19
|
|
|
20
|
-
|
|
21
|
-
*2.0.0 [Preview Release]* (September 29th, 2007)
|
|
22
|
-
|
|
23
20
|
* Fix attachment decoding when using the TMail C extension. #7861 [orangechicken]
|
|
24
21
|
|
|
25
22
|
* Increase mail delivery test coverage. #8692 [kamal]
|
data/Rakefile
CHANGED
|
@@ -55,7 +55,7 @@ spec = Gem::Specification.new do |s|
|
|
|
55
55
|
s.rubyforge_project = "actionmailer"
|
|
56
56
|
s.homepage = "http://www.rubyonrails.org"
|
|
57
57
|
|
|
58
|
-
s.add_dependency('actionpack', '= 2.0.
|
|
58
|
+
s.add_dependency('actionpack', '= 2.0.1' + PKG_BUILD)
|
|
59
59
|
|
|
60
60
|
s.has_rdoc = true
|
|
61
61
|
s.requirements << 'none'
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: actionmailer
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 2.0.
|
|
7
|
-
date: 2007-12-
|
|
6
|
+
version: 2.0.1
|
|
7
|
+
date: 2007-12-07 00:00:00 -06:00
|
|
8
8
|
summary: Service layer for easy email delivery and testing.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -177,5 +177,5 @@ dependencies:
|
|
|
177
177
|
requirements:
|
|
178
178
|
- - "="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 2.0.
|
|
180
|
+
version: 2.0.1
|
|
181
181
|
version:
|