resque_mailer 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -6,7 +6,7 @@ begin
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "resque_mailer"
|
8
8
|
gem.summary = %Q{Rails plugin for sending asynchronous email with ActionMailer and Resque}
|
9
|
-
gem.description = %Q{Rails plugin for
|
9
|
+
gem.description = %Q{Rails plugin for sending asynchronous email with ActionMailer and Resque}
|
10
10
|
gem.email = "nap@zerosum.org"
|
11
11
|
gem.homepage = "http://github.com/zapnap/resque_mailer"
|
12
12
|
gem.authors = ["Nick Plante"]
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: resque_mailer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Plante
|
@@ -42,7 +42,7 @@ dependencies:
|
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: 2.2.2
|
44
44
|
version:
|
45
|
-
description: Rails plugin for
|
45
|
+
description: Rails plugin for sending asynchronous email with ActionMailer and Resque
|
46
46
|
email: nap@zerosum.org
|
47
47
|
executables: []
|
48
48
|
|