actionmailer 2.3.8.pre1 → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/test/abstract_unit.rb +3 -3
- metadata +6 -10
data/test/abstract_unit.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
require 'rubygems'
|
|
2
2
|
require 'test/unit'
|
|
3
3
|
|
|
4
|
-
$:.unshift
|
|
5
|
-
$:.unshift
|
|
6
|
-
$:.unshift
|
|
4
|
+
$:.unshift File.expand_path('../../lib', __FILE__)
|
|
5
|
+
$:.unshift File.expand_path('../../../activesupport/lib', __FILE__)
|
|
6
|
+
$:.unshift File.expand_path('../../../actionpack/lib', __FILE__)
|
|
7
7
|
require 'action_mailer'
|
|
8
8
|
require 'action_mailer/test_case'
|
|
9
9
|
|
metadata
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: actionmailer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
4
|
+
prerelease: false
|
|
5
5
|
segments:
|
|
6
6
|
- 2
|
|
7
7
|
- 3
|
|
8
8
|
- 8
|
|
9
|
-
|
|
10
|
-
version: 2.3.8.pre1
|
|
9
|
+
version: 2.3.8
|
|
11
10
|
platform: ruby
|
|
12
11
|
authors:
|
|
13
12
|
- David Heinemeier Hansson
|
|
@@ -29,8 +28,7 @@ dependencies:
|
|
|
29
28
|
- 2
|
|
30
29
|
- 3
|
|
31
30
|
- 8
|
|
32
|
-
|
|
33
|
-
version: 2.3.8.pre1
|
|
31
|
+
version: 2.3.8
|
|
34
32
|
type: :runtime
|
|
35
33
|
version_requirements: *id001
|
|
36
34
|
description: Makes it trivial to test and deliver emails sent from a single service layer.
|
|
@@ -207,13 +205,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
207
205
|
version: "0"
|
|
208
206
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
207
|
requirements:
|
|
210
|
-
- - "
|
|
208
|
+
- - ">="
|
|
211
209
|
- !ruby/object:Gem::Version
|
|
212
210
|
segments:
|
|
213
|
-
-
|
|
214
|
-
|
|
215
|
-
- 1
|
|
216
|
-
version: 1.3.1
|
|
211
|
+
- 0
|
|
212
|
+
version: "0"
|
|
217
213
|
requirements:
|
|
218
214
|
- none
|
|
219
215
|
rubyforge_project: actionmailer
|