actionmailer 3.1.4 → 3.1.5.rc1

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 +2 -2
  2. metadata +22 -16
@@ -2,8 +2,8 @@ module ActionMailer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
- TINY = 4
6
- PRE = nil
5
+ TINY = 5
6
+ PRE = "rc1"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
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: 11
5
- prerelease:
4
+ hash: 450476419
5
+ prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 4
10
- version: 3.1.4
9
+ - 5
10
+ - rc
11
+ - 1
12
+ version: 3.1.5.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-03-01 00:00:00 Z
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: 11
30
+ hash: 450476419
29
31
  segments:
30
32
  - 3
31
33
  - 1
32
- - 4
33
- version: 3.1.4
34
+ - 5
35
+ - rc
36
+ - 1
37
+ version: 3.1.5.rc1
34
38
  type: :runtime
35
39
  version_requirements: *id001
36
40
  - !ruby/object:Gem::Dependency
@@ -41,12 +45,12 @@ dependencies:
41
45
  requirements:
42
46
  - - ~>
43
47
  - !ruby/object:Gem::Version
44
- hash: 3
48
+ hash: 5
45
49
  segments:
46
50
  - 2
47
51
  - 3
48
- - 0
49
- version: 2.3.0
52
+ - 3
53
+ version: 2.3.3
50
54
  type: :runtime
51
55
  version_requirements: *id002
52
56
  description: Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
@@ -99,16 +103,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
99
103
  required_rubygems_version: !ruby/object:Gem::Requirement
100
104
  none: false
101
105
  requirements:
102
- - - ">="
106
+ - - ">"
103
107
  - !ruby/object:Gem::Version
104
- hash: 3
108
+ hash: 25
105
109
  segments:
106
- - 0
107
- version: "0"
110
+ - 1
111
+ - 3
112
+ - 1
113
+ version: 1.3.1
108
114
  requirements:
109
115
  - none
110
116
  rubyforge_project:
111
- rubygems_version: 1.8.16
117
+ rubygems_version: 1.8.22
112
118
  signing_key:
113
119
  specification_version: 3
114
120
  summary: Email composition, delivery, and receiving framework (part of Rails).