tangofoxtrot-tmail_bouncer 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,10 @@
1
1
  module TmailBouncer
2
2
  class NoBouncer < Base
3
3
 
4
+ def initialize
5
+
6
+ end
7
+
4
8
  def status
5
9
  "Success"
6
10
  end
File without changes
@@ -138,6 +138,10 @@ class TmailBouncerTest < Test::Unit::TestCase
138
138
  end
139
139
  end
140
140
 
141
+ context "Out of Office Bounce" do
142
+
143
+ end
144
+
141
145
 
142
146
  protected
143
147
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tangofoxtrot-tmail_bouncer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - tangofoxtrot
@@ -33,6 +33,7 @@ files:
33
33
  - lib/tmail_bouncer.rb
34
34
  - test/fixtures/aol.eml
35
35
  - test/fixtures/box_full.eml
36
+ - test/fixtures/out_of_office.eml
36
37
  - test/fixtures/yahoo.eml
37
38
  - test/fixtures/yahoo_legit.eml
38
39
  - test/test_helper.rb