amazon-ses-mailer 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,18 @@ module AmazonSes
20
20
  @access_key = opts[:access_key]
21
21
  @secret_key = opts[:secret_key]
22
22
  end
23
+
24
+ ##### Start ActionMailer-specific stuff #####
25
+ attr_accessor :settings
26
+
27
+ def new(*args)
28
+ self
29
+ end
30
+
31
+ def deliver!(msg)
32
+ deliver(msg)
33
+ end
34
+ ##### End ActionMailer-specific stuff #####
23
35
 
24
36
  def deliver(msg)
25
37
  @time = Time.now
@@ -1,3 +1,3 @@
1
1
  module AmazonSes
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eli Fox-Epstein
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-28 00:00:00 -05:00
18
+ date: 2011-01-31 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency