resque_mailer 0.2.0 → 0.2.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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. 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 sendings asynchronous email with ActionMailer and Resque}
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.0
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.0
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 sendings asynchronous email with ActionMailer and Resque
45
+ description: Rails plugin for sending asynchronous email with ActionMailer and Resque
46
46
  email: nap@zerosum.org
47
47
  executables: []
48
48