action_mailer_verp 0.3.0 → 0.3.1
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/action_mailer_verp.gemspec +6 -12
- metadata +12 -14
data/Rakefile
CHANGED
|
@@ -11,7 +11,7 @@ begin
|
|
|
11
11
|
gem.homepage = "http://github.com/jamesgolick/action_mailer_verp"
|
|
12
12
|
gem.authors = ["James Golick"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
|
-
gem.add_dependency "actionmailer", "
|
|
14
|
+
gem.add_dependency "actionmailer", ">= 3.0.0"
|
|
15
15
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
16
16
|
end
|
|
17
17
|
Jeweler::GemcutterTasks.new
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.1
|
data/action_mailer_verp.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{action_mailer_verp}
|
|
8
|
-
s.version = "0.3.
|
|
8
|
+
s.version = "0.3.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["James Golick"]
|
|
12
|
-
s.date = %q{2011-
|
|
12
|
+
s.date = %q{2011-06-28}
|
|
13
13
|
s.description = %q{Send VERP emails with actionmailer.}
|
|
14
14
|
s.email = %q{jamesgolick@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -36,28 +36,22 @@ Gem::Specification.new do |s|
|
|
|
36
36
|
]
|
|
37
37
|
s.homepage = %q{http://github.com/jamesgolick/action_mailer_verp}
|
|
38
38
|
s.require_paths = ["lib"]
|
|
39
|
-
s.rubygems_version = %q{1.
|
|
39
|
+
s.rubygems_version = %q{1.5.2}
|
|
40
40
|
s.summary = %q{Send VERP emails with actionmailer.}
|
|
41
|
-
s.test_files = [
|
|
42
|
-
"spec/action_mailer_verp_spec.rb",
|
|
43
|
-
"spec/bounce_processor_spec.rb",
|
|
44
|
-
"spec/spec_helper.rb"
|
|
45
|
-
]
|
|
46
41
|
|
|
47
42
|
if s.respond_to? :specification_version then
|
|
48
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
49
43
|
s.specification_version = 3
|
|
50
44
|
|
|
51
45
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
52
46
|
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
53
|
-
s.add_runtime_dependency(%q<actionmailer>, ["
|
|
47
|
+
s.add_runtime_dependency(%q<actionmailer>, [">= 3.0.0"])
|
|
54
48
|
else
|
|
55
49
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
56
|
-
s.add_dependency(%q<actionmailer>, ["
|
|
50
|
+
s.add_dependency(%q<actionmailer>, [">= 3.0.0"])
|
|
57
51
|
end
|
|
58
52
|
else
|
|
59
53
|
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
60
|
-
s.add_dependency(%q<actionmailer>, ["
|
|
54
|
+
s.add_dependency(%q<actionmailer>, [">= 3.0.0"])
|
|
61
55
|
end
|
|
62
56
|
end
|
|
63
57
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: action_mailer_verp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 17
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 0.3.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.3.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- James Golick
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-
|
|
18
|
+
date: 2011-06-28 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -40,14 +40,14 @@ dependencies:
|
|
|
40
40
|
requirement: &id002 !ruby/object:Gem::Requirement
|
|
41
41
|
none: false
|
|
42
42
|
requirements:
|
|
43
|
-
- -
|
|
43
|
+
- - ">="
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
|
-
hash:
|
|
45
|
+
hash: 7
|
|
46
46
|
segments:
|
|
47
47
|
- 3
|
|
48
48
|
- 0
|
|
49
|
-
-
|
|
50
|
-
version: 3.0.
|
|
49
|
+
- 0
|
|
50
|
+
version: 3.0.0
|
|
51
51
|
type: :runtime
|
|
52
52
|
version_requirements: *id002
|
|
53
53
|
description: Send VERP emails with actionmailer.
|
|
@@ -106,11 +106,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
requirements: []
|
|
107
107
|
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 1.
|
|
109
|
+
rubygems_version: 1.5.2
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 3
|
|
112
112
|
summary: Send VERP emails with actionmailer.
|
|
113
|
-
test_files:
|
|
114
|
-
|
|
115
|
-
- spec/bounce_processor_spec.rb
|
|
116
|
-
- spec/spec_helper.rb
|
|
113
|
+
test_files: []
|
|
114
|
+
|