dball-mail 2.2.9.3 → 2.2.9.4

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/lib/VERSION +1 -1
  2. data/lib/mail/configuration.rb +2 -0
  3. metadata +3 -3
data/lib/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  patch:9
2
2
  major:2
3
- build:3
3
+ build:4
4
4
  minor:2
@@ -55,6 +55,8 @@ module Mail
55
55
  Mail::POP3
56
56
  when :imap
57
57
  Mail::IMAP
58
+ when :test
59
+ Mail::TestRetriever
58
60
  else
59
61
  method
60
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dball-mail
3
3
  version: !ruby/object:Gem::Version
4
- hash: 93
4
+ hash: 83
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
9
  - 9
10
- - 3
11
- version: 2.2.9.3
10
+ - 4
11
+ version: 2.2.9.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Mikel Lindsaar