actionmailer 3.2.14.rc2 → 3.2.14

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 +1 -6
  2. data/lib/action_mailer/version.rb +1 -1
  3. metadata +10 -16
@@ -1,9 +1,4 @@
1
- ## Rails 3.2.14.rc2 (Jun 16, 2013) ##
2
-
3
- * No changes.
4
-
5
-
6
- ## Rails 3.2.14.rc1 (Jul 12, 2013) ##
1
+ ## Rails 3.2.14 (Jul 22, 2013) ##
7
2
 
8
3
  * No changes.
9
4
 
@@ -3,7 +3,7 @@ module ActionMailer
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
5
  TINY = 14
6
- PRE = "rc2"
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: -2099657970
5
- prerelease: 7
4
+ hash: 19
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 14
10
- - rc
11
- - 2
12
- version: 3.2.14.rc2
10
+ version: 3.2.14
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: 2013-07-16 00:00:00 -03:00
18
+ date: 2013-07-22 00:00:00 -03:00
21
19
  default_executable:
22
20
  dependencies:
23
21
  - !ruby/object:Gem::Dependency
@@ -26,14 +24,12 @@ dependencies:
26
24
  requirements:
27
25
  - - "="
28
26
  - !ruby/object:Gem::Version
29
- hash: -2099657970
27
+ hash: 19
30
28
  segments:
31
29
  - 3
32
30
  - 2
33
31
  - 14
34
- - rc
35
- - 2
36
- version: 3.2.14.rc2
32
+ version: 3.2.14
37
33
  type: :runtime
38
34
  name: actionpack
39
35
  version_requirements: *id001
@@ -102,14 +98,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
98
  required_rubygems_version: !ruby/object:Gem::Requirement
103
99
  none: false
104
100
  requirements:
105
- - - ">"
101
+ - - ">="
106
102
  - !ruby/object:Gem::Version
107
- hash: 25
103
+ hash: 3
108
104
  segments:
109
- - 1
110
- - 3
111
- - 1
112
- version: 1.3.1
105
+ - 0
106
+ version: "0"
113
107
  requirements:
114
108
  - none
115
109
  rubyforge_project: