smtp_tls 1.0 → 1.0.1

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 (5) hide show
  1. data.tar.gz.sig +0 -0
  2. data/History.txt +5 -0
  3. data/lib/smtp_tls.rb +2 -2
  4. metadata +1 -1
  5. metadata.gz.sig +0 -0
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 1.0.1 / 2009-06-24
2
+
3
+ * 1 bug fix
4
+ * Fix indentation warning on 1.9
5
+
1
6
  === 1.0 / 2009-06-23
2
7
 
3
8
  * 1 major enhancement
data/lib/smtp_tls.rb CHANGED
@@ -7,7 +7,7 @@ require 'net/smtp'
7
7
  class Net::SMTP
8
8
 
9
9
  class SMTP_TLS
10
- VERSION = '1.0'
10
+ VERSION = '1.0.1'
11
11
  end
12
12
 
13
13
  class << self
@@ -99,7 +99,7 @@ class Net::SMTP
99
99
  end
100
100
 
101
101
  def do_helo(helodomain)
102
- begin
102
+ begin
103
103
  if @esmtp then
104
104
  ehlo helodomain
105
105
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smtp_tls
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.0"
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
metadata.gz.sig CHANGED
Binary file