mattmatt-cijoe 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/cijoe/version.rb +1 -1
  2. data/lib/smtp_tls.rb +0 -1
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  class CIJoe
2
- Version = "0.1.6"
2
+ Version = "0.1.7"
3
3
  end
@@ -71,7 +71,6 @@ Net::SMTP.class_eval do
71
71
 
72
72
  @socket = Net::InternetMessageIO.new(ssl)
73
73
  @socket.read_timeout = @read_timeout
74
- @socket.debug_output = STDERR
75
74
  do_helo(helodomain)
76
75
  end
77
76
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mattmatt-cijoe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath