actionmailer 1.1.1 → 1.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/lib/action_mailer/version.rb +1 -1
- data/rakefile +1 -1
- metadata +6 -4
data/CHANGELOG
CHANGED
data/rakefile
CHANGED
|
@@ -53,7 +53,7 @@ spec = Gem::Specification.new do |s|
|
|
|
53
53
|
s.rubyforge_project = "actionmailer"
|
|
54
54
|
s.homepage = "http://www.rubyonrails.org"
|
|
55
55
|
|
|
56
|
-
s.add_dependency('actionpack', '= 1.10.
|
|
56
|
+
s.add_dependency('actionpack', '= 1.10.2' + PKG_BUILD)
|
|
57
57
|
|
|
58
58
|
s.has_rdoc = true
|
|
59
59
|
s.requirements << 'none'
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.8.
|
|
2
|
+
rubygems_version: 0.8.11
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: actionmailer
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: 1.1.
|
|
7
|
-
date: 2005-10-
|
|
6
|
+
version: 1.1.2
|
|
7
|
+
date: 2005-10-26 00:00:00 +02:00
|
|
8
8
|
summary: Service layer for easy email delivery and testing.
|
|
9
9
|
require_paths:
|
|
10
10
|
- lib
|
|
@@ -24,6 +24,8 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
|
|
|
24
24
|
version: 0.0.0
|
|
25
25
|
version:
|
|
26
26
|
platform: ruby
|
|
27
|
+
signing_key:
|
|
28
|
+
cert_chain:
|
|
27
29
|
authors:
|
|
28
30
|
- David Heinemeier Hansson
|
|
29
31
|
files:
|
|
@@ -118,5 +120,5 @@ dependencies:
|
|
|
118
120
|
-
|
|
119
121
|
- "="
|
|
120
122
|
- !ruby/object:Gem::Version
|
|
121
|
-
version: 1.10.
|
|
123
|
+
version: 1.10.2
|
|
122
124
|
version:
|