actionmailer 1.3.3 → 1.3.4

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 (4) hide show
  1. data/CHANGELOG +5 -0
  2. data/Rakefile +1 -1
  3. data/lib/action_mailer/version.rb +1 -1
  4. metadata +25 -25
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *1.3.4* (October 4th, 2007)
2
+
3
+ * Depend on Action Pack 1.13.4
4
+
5
+
1
6
  *1.3.3* (March 12th, 2007)
2
7
 
3
8
  * Depend on Action Pack 1.13.3
data/Rakefile CHANGED
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
54
54
  s.rubyforge_project = "actionmailer"
55
55
  s.homepage = "http://www.rubyonrails.org"
56
56
 
57
- s.add_dependency('actionpack', '= 1.13.3' + PKG_BUILD)
57
+ s.add_dependency('actionpack', '= 1.13.4' + PKG_BUILD)
58
58
 
59
59
  s.has_rdoc = true
60
60
  s.requirements << 'none'
@@ -2,7 +2,7 @@ module ActionMailer
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 3
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.9.2
2
+ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: actionmailer
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.3.3
7
- date: 2007-03-13 00:00:00 -05:00
6
+ version: 1.3.4
7
+ date: 2007-10-04 00:00:00 -05:00
8
8
  summary: Service layer for easy email delivery and testing.
9
9
  require_paths:
10
10
  - lib
@@ -35,7 +35,6 @@ files:
35
35
  - CHANGELOG
36
36
  - MIT-LICENSE
37
37
  - lib/action_mailer
38
- - lib/action_mailer.rb
39
38
  - lib/action_mailer/adv_attr_accessor.rb
40
39
  - lib/action_mailer/base.rb
41
40
  - lib/action_mailer/helpers.rb
@@ -45,11 +44,9 @@ files:
45
44
  - lib/action_mailer/quoting.rb
46
45
  - lib/action_mailer/utils.rb
47
46
  - lib/action_mailer/vendor
48
- - lib/action_mailer/version.rb
49
47
  - lib/action_mailer/vendor/text
50
- - lib/action_mailer/vendor/tmail
51
- - lib/action_mailer/vendor/tmail.rb
52
48
  - lib/action_mailer/vendor/text/format.rb
49
+ - lib/action_mailer/vendor/tmail
53
50
  - lib/action_mailer/vendor/tmail/address.rb
54
51
  - lib/action_mailer/vendor/tmail/attachments.rb
55
52
  - lib/action_mailer/vendor/tmail/base64.rb
@@ -72,18 +69,24 @@ files:
72
69
  - lib/action_mailer/vendor/tmail/stringio.rb
73
70
  - lib/action_mailer/vendor/tmail/tmail.rb
74
71
  - lib/action_mailer/vendor/tmail/utils.rb
72
+ - lib/action_mailer/vendor/tmail.rb
73
+ - lib/action_mailer/version.rb
74
+ - lib/action_mailer.rb
75
75
  - test/abstract_unit.rb
76
76
  - test/fixtures
77
- - test/mail_helper_test.rb
78
- - test/mail_render_test.rb
79
- - test/mail_service_test.rb
80
- - test/quoting_test.rb
81
- - test/tmail_test.rb
82
- - test/url_test.rb
83
77
  - test/fixtures/first_mailer
78
+ - test/fixtures/first_mailer/share.rhtml
84
79
  - test/fixtures/helper_mailer
80
+ - test/fixtures/helper_mailer/use_helper.rhtml
81
+ - test/fixtures/helper_mailer/use_helper_method.rhtml
82
+ - test/fixtures/helper_mailer/use_mail_helper.rhtml
83
+ - test/fixtures/helper_mailer/use_test_helper.rhtml
85
84
  - test/fixtures/helpers
85
+ - test/fixtures/helpers/test_helper.rb
86
86
  - test/fixtures/path.with.dots
87
+ - test/fixtures/path.with.dots/funky_path_mailer
88
+ - test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml
89
+ - test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml
87
90
  - test/fixtures/raw_email
88
91
  - test/fixtures/raw_email10
89
92
  - test/fixtures/raw_email11
@@ -100,19 +103,10 @@ files:
100
103
  - test/fixtures/raw_email_quoted_with_0d0a
101
104
  - test/fixtures/raw_email_with_partially_quoted_subject
102
105
  - test/fixtures/second_mailer
103
- - test/fixtures/templates
104
- - test/fixtures/test_mailer
105
- - test/fixtures/first_mailer/share.rhtml
106
- - test/fixtures/helper_mailer/use_helper.rhtml
107
- - test/fixtures/helper_mailer/use_helper_method.rhtml
108
- - test/fixtures/helper_mailer/use_mail_helper.rhtml
109
- - test/fixtures/helper_mailer/use_test_helper.rhtml
110
- - test/fixtures/helpers/test_helper.rb
111
- - test/fixtures/path.with.dots/funky_path_mailer
112
- - test/fixtures/path.with.dots/multipart_with_template_path_with_dots.rhtml
113
- - test/fixtures/path.with.dots/funky_path_mailer/multipart_with_template_path_with_dots.rhtml
114
106
  - test/fixtures/second_mailer/share.rhtml
107
+ - test/fixtures/templates
115
108
  - test/fixtures/templates/signed_up.rhtml
109
+ - test/fixtures/test_mailer
116
110
  - test/fixtures/test_mailer/implicitly_multipart_example.ignored.rhtml
117
111
  - test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak
118
112
  - test/fixtures/test_mailer/implicitly_multipart_example.text.html.rhtml
@@ -120,6 +114,12 @@ files:
120
114
  - test/fixtures/test_mailer/implicitly_multipart_example.text.yaml.rhtml
121
115
  - test/fixtures/test_mailer/signed_up.rhtml
122
116
  - test/fixtures/test_mailer/signed_up_with_url.rhtml
117
+ - test/mail_helper_test.rb
118
+ - test/mail_render_test.rb
119
+ - test/mail_service_test.rb
120
+ - test/quoting_test.rb
121
+ - test/tmail_test.rb
122
+ - test/url_test.rb
123
123
  test_files: []
124
124
 
125
125
  rdoc_options: []
@@ -140,5 +140,5 @@ dependencies:
140
140
  requirements:
141
141
  - - "="
142
142
  - !ruby/object:Gem::Version
143
- version: 1.13.3
143
+ version: 1.13.4
144
144
  version: