actionmailer 3.0.12 → 3.0.13.rc1
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.
Potentially problematic release.
This version of actionmailer might be problematic. Click here for more details.
- data/lib/action_mailer/version.rb +2 -2
- metadata +19 -13
metadata
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: actionmailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 3415849475
|
5
|
+
prerelease: 7
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
|
9
|
+
- 13
|
10
|
+
- rc
|
11
|
+
- 1
|
12
|
+
version: 3.0.13.rc1
|
11
13
|
platform: ruby
|
12
14
|
authors:
|
13
15
|
- David Heinemeier Hansson
|
@@ -15,7 +17,7 @@ autorequire:
|
|
15
17
|
bindir: bin
|
16
18
|
cert_chain: []
|
17
19
|
|
18
|
-
date: 2012-
|
20
|
+
date: 2012-05-28 00:00:00 Z
|
19
21
|
dependencies:
|
20
22
|
- !ruby/object:Gem::Dependency
|
21
23
|
name: actionpack
|
@@ -25,12 +27,14 @@ dependencies:
|
|
25
27
|
requirements:
|
26
28
|
- - "="
|
27
29
|
- !ruby/object:Gem::Version
|
28
|
-
hash:
|
30
|
+
hash: 3415849475
|
29
31
|
segments:
|
30
32
|
- 3
|
31
33
|
- 0
|
32
|
-
-
|
33
|
-
|
34
|
+
- 13
|
35
|
+
- rc
|
36
|
+
- 1
|
37
|
+
version: 3.0.13.rc1
|
34
38
|
type: :runtime
|
35
39
|
version_requirements: *id001
|
36
40
|
- !ruby/object:Gem::Dependency
|
@@ -100,16 +104,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
100
104
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
101
105
|
none: false
|
102
106
|
requirements:
|
103
|
-
- - "
|
107
|
+
- - ">"
|
104
108
|
- !ruby/object:Gem::Version
|
105
|
-
hash:
|
109
|
+
hash: 25
|
106
110
|
segments:
|
107
|
-
-
|
108
|
-
|
111
|
+
- 1
|
112
|
+
- 3
|
113
|
+
- 1
|
114
|
+
version: 1.3.1
|
109
115
|
requirements:
|
110
116
|
- none
|
111
117
|
rubyforge_project: actionmailer
|
112
|
-
rubygems_version: 1.8.
|
118
|
+
rubygems_version: 1.8.22
|
113
119
|
signing_key:
|
114
120
|
specification_version: 3
|
115
121
|
summary: Email composition, delivery, and receiving framework (part of Rails).
|