actionmailer 3.0.7 → 3.0.8.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 (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/action_mailer/version.rb +2 -2
  3. metadata +22 -16
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *Rails 3.0.8 (unreleased)*
2
+
3
+ * Mail dependency increased to 2.2.19
4
+
1
5
  *Rails 3.0.7 (April 18, 2011)*
2
6
 
3
7
  * remove AM delegating register_observer and register_interceptor to Mail [Josh Kalderimis]
@@ -2,8 +2,8 @@ module ActionMailer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 7
6
- PRE = nil
5
+ TINY = 8
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: 9
5
- prerelease:
4
+ hash: 15424055
5
+ prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 7
10
- version: 3.0.7
9
+ - 8
10
+ - rc
11
+ - 1
12
+ version: 3.0.8.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: 2011-04-18 00:00:00 Z
20
+ date: 2011-05-25 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: 9
30
+ hash: 15424055
29
31
  segments:
30
32
  - 3
31
33
  - 0
32
- - 7
33
- version: 3.0.7
34
+ - 8
35
+ - rc
36
+ - 1
37
+ version: 3.0.8.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: 25
48
+ hash: 33
45
49
  segments:
46
50
  - 2
47
51
  - 2
48
- - 15
49
- version: 2.2.15
52
+ - 19
53
+ version: 2.2.19
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.
@@ -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: 3
109
+ hash: 25
106
110
  segments:
107
- - 0
108
- version: "0"
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.7.2
118
+ rubygems_version: 1.8.2
113
119
  signing_key:
114
120
  specification_version: 3
115
121
  summary: Email composition, delivery, and receiving framework (part of Rails).