actionmailer 3.0.5 → 3.0.6.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 +15 -0
  2. data/lib/action_mailer/version.rb +2 -2
  3. metadata +19 -13
data/CHANGELOG CHANGED
@@ -1,3 +1,18 @@
1
+ *Rails 3.0.6 (unreleased)*
2
+
3
+ * Don't allow i18n to change the minor version, version now set to ~> 0.5.0 [Santiago Pastorino]
4
+
5
+
6
+ *Rails 3.0.5 (February 26, 2011)*
7
+
8
+ * No changes.
9
+
10
+
11
+ *Rails 3.0.4 (February 8, 2011)*
12
+
13
+ * No changes.
14
+
15
+
1
16
  *Rails 3.0.3 (November 16, 2010)*
2
17
 
3
18
  * No changes.
@@ -2,8 +2,8 @@ module ActionMailer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 5
6
- PRE = nil
5
+ TINY = 6
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: 13
5
- prerelease:
4
+ hash: 15424071
5
+ prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 5
10
- version: 3.0.5
9
+ - 6
10
+ - rc
11
+ - 1
12
+ version: 3.0.6.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-02-26 00:00:00 -08:00
20
+ date: 2011-03-29 00:00:00 -07:00
19
21
  default_executable:
20
22
  dependencies:
21
23
  - !ruby/object:Gem::Dependency
@@ -26,12 +28,14 @@ dependencies:
26
28
  requirements:
27
29
  - - "="
28
30
  - !ruby/object:Gem::Version
29
- hash: 13
31
+ hash: 15424071
30
32
  segments:
31
33
  - 3
32
34
  - 0
33
- - 5
34
- version: 3.0.5
35
+ - 6
36
+ - rc
37
+ - 1
38
+ version: 3.0.6.rc1
35
39
  type: :runtime
36
40
  version_requirements: *id001
37
41
  - !ruby/object:Gem::Dependency
@@ -102,16 +106,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
106
  required_rubygems_version: !ruby/object:Gem::Requirement
103
107
  none: false
104
108
  requirements:
105
- - - ">="
109
+ - - ">"
106
110
  - !ruby/object:Gem::Version
107
- hash: 3
111
+ hash: 25
108
112
  segments:
109
- - 0
110
- version: "0"
113
+ - 1
114
+ - 3
115
+ - 1
116
+ version: 1.3.1
111
117
  requirements:
112
118
  - none
113
119
  rubyforge_project: actionmailer
114
- rubygems_version: 1.5.2
120
+ rubygems_version: 1.6.1
115
121
  signing_key:
116
122
  specification_version: 3
117
123
  summary: Email composition, delivery, and receiving framework (part of Rails).