actionmailer 1.2.2 → 1.2.3
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 +5 -0
- data/Rakefile +1 -1
- data/lib/action_mailer/version.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
|
|
|
54
54
|
s.rubyforge_project = "actionmailer"
|
|
55
55
|
s.homepage = "http://www.rubyonrails.org"
|
|
56
56
|
|
|
57
|
-
s.add_dependency('actionpack', '= 1.12.
|
|
57
|
+
s.add_dependency('actionpack', '= 1.12.3' + PKG_BUILD)
|
|
58
58
|
|
|
59
59
|
s.has_rdoc = true
|
|
60
60
|
s.requirements << 'none'
|
metadata
CHANGED
|
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
|
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: actionmailer
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.2.
|
|
7
|
-
date: 2006-06-
|
|
6
|
+
version: 1.2.3
|
|
7
|
+
date: 2006-06-29 00:00:00 -05:00
|
|
8
8
|
summary: Service layer for easy email delivery and testing.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -128,5 +128,5 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "="
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: 1.12.
|
|
131
|
+
version: 1.12.3
|
|
132
132
|
version:
|