actionmailer 3.1.5.rc1 → 3.1.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actionmailer might be problematic. Click here for more details.

Files changed (3) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/lib/action_mailer/version.rb +1 -1
  3. metadata +10 -16
@@ -1,3 +1,7 @@
1
+ ## Rails 3.1.5 (May 31, 2012) ##
2
+
3
+ * Increase minimum version of mail.
4
+
1
5
  ## Rails 3.1.1 (October 7, 2011) ##
2
6
 
3
7
  * No changes
@@ -3,7 +3,7 @@ module ActionMailer
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
5
  TINY = 5
6
- PRE = "rc1"
6
+ PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 450476419
5
- prerelease: 6
4
+ hash: 9
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 5
10
- - rc
11
- - 1
12
- version: 3.1.5.rc1
10
+ version: 3.1.5
13
11
  platform: ruby
14
12
  authors:
15
13
  - David Heinemeier Hansson
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-05-28 00:00:00 Z
18
+ date: 2012-05-31 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: actionpack
@@ -27,14 +25,12 @@ dependencies:
27
25
  requirements:
28
26
  - - "="
29
27
  - !ruby/object:Gem::Version
30
- hash: 450476419
28
+ hash: 9
31
29
  segments:
32
30
  - 3
33
31
  - 1
34
32
  - 5
35
- - rc
36
- - 1
37
- version: 3.1.5.rc1
33
+ version: 3.1.5
38
34
  type: :runtime
39
35
  version_requirements: *id001
40
36
  - !ruby/object:Gem::Dependency
@@ -103,14 +99,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
103
99
  required_rubygems_version: !ruby/object:Gem::Requirement
104
100
  none: false
105
101
  requirements:
106
- - - ">"
102
+ - - ">="
107
103
  - !ruby/object:Gem::Version
108
- hash: 25
104
+ hash: 3
109
105
  segments:
110
- - 1
111
- - 3
112
- - 1
113
- version: 1.3.1
106
+ - 0
107
+ version: "0"
114
108
  requirements:
115
109
  - none
116
110
  rubyforge_project: