actionmailer 3.2.3.rc1 → 3.2.3.rc2

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 (2) hide show
  1. data/lib/action_mailer/version.rb +1 -1
  2. metadata +7 -7
@@ -3,7 +3,7 @@ module ActionMailer
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
5
  TINY = 3
6
- PRE = "rc1"
6
+ PRE = "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: actionmailer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424079
4
+ hash: 15424073
5
5
  prerelease: true
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
9
  - 3
10
10
  - rc
11
- - 1
12
- version: 3.2.3.rc1
11
+ - 2
12
+ version: 3.2.3.rc2
13
13
  platform: ruby
14
14
  authors:
15
15
  - David Heinemeier Hansson
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2012-03-27 00:00:00 -03:00
20
+ date: 2012-03-29 00:00:00 -03:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -26,14 +26,14 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 15424079
29
+ hash: 15424073
30
30
  segments:
31
31
  - 3
32
32
  - 2
33
33
  - 3
34
34
  - rc
35
- - 1
36
- version: 3.2.3.rc1
35
+ - 2
36
+ version: 3.2.3.rc2
37
37
  requirement: *id001
38
38
  type: :runtime
39
39
  name: actionpack