lib/net/smtp.rb in net-smtp-0.3.1 vs lib/net/smtp.rb in net-smtp-0.3.1.1
- old
+ new
@@ -177,10 +177,10 @@
# # CRAM MD5
# Net::SMTP.start('your.smtp.server', 25
# user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
#
class SMTP < Protocol
- VERSION = "0.3.1"
+ VERSION = "0.3.1.1"
Revision = %q$Revision$.split[1]
# The default SMTP port number, 25.
def SMTP.default_port