actionmailer 2.1.1 → 2.1.2
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 +4 -4
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
|
@@ -57,7 +57,7 @@ spec = Gem::Specification.new do |s|
|
|
|
57
57
|
s.rubyforge_project = "actionmailer"
|
|
58
58
|
s.homepage = "http://www.rubyonrails.org"
|
|
59
59
|
|
|
60
|
-
s.add_dependency('actionpack', '= 2.1.
|
|
60
|
+
s.add_dependency('actionpack', '= 2.1.2' + PKG_BUILD)
|
|
61
61
|
|
|
62
62
|
s.has_rdoc = true
|
|
63
63
|
s.requirements << 'none'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionmailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
@@ -9,7 +9,7 @@ autorequire: action_mailer
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2008-
|
|
12
|
+
date: 2008-10-23 00:00:00 +02:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - "="
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: 2.1.
|
|
23
|
+
version: 2.1.2
|
|
24
24
|
version:
|
|
25
25
|
description: Makes it trivial to test and deliver emails sent from a single service layer.
|
|
26
26
|
email: david@loudthinking.com
|
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
162
162
|
requirements:
|
|
163
163
|
- none
|
|
164
164
|
rubyforge_project: actionmailer
|
|
165
|
-
rubygems_version: 1.
|
|
165
|
+
rubygems_version: 1.3.0
|
|
166
166
|
signing_key:
|
|
167
167
|
specification_version: 2
|
|
168
168
|
summary: Service layer for easy email delivery and testing.
|