vmail 2.2.8 → 2.2.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -333,7 +333,7 @@ EOF
333
333
  def deliver(text)
334
334
  # parse the text. The headers are yaml. The rest is text body.
335
335
  require 'net/smtp'
336
- # prime_connection
336
+ prime_connection
337
337
  mail = new_mail_from_input(text)
338
338
  mail.delivery_method(*smtp_settings)
339
339
  res = mail.deliver!
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = '2.2.8'
2
+ VERSION = '2.2.9'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vmail
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.2.8
5
+ version: 2.2.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Daniel Choi
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-16 00:00:00 -04:00
13
+ date: 2011-08-03 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency