merb_resque_mailer 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/merb_resque_mailer.rb +1 -1
  2. metadata +2 -2
@@ -32,7 +32,7 @@ module Resque
32
32
  end
33
33
 
34
34
  def perform(params, method, mail_params)
35
- new(params).dispatch_and_deliver!(method, mail_params)
35
+ new(params).dispatch_and_deliver!(method.to_sym, mail_params)
36
36
  end
37
37
  end
38
38
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb_resque_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: "0.2"
4
+ version: "0.3"
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Kulik
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-10 00:00:00 +01:00
12
+ date: 2010-01-19 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency