From 050324e59ef0d5ebda37e355683e6193d4eab027 Mon Sep 17 00:00:00 2001 From: TOMITA Masahiro Date: Sun, 13 Aug 2023 15:13:54 +0900 Subject: [PATCH] Removed unnecessary Subversion keywords --- lib/net/smtp.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index c998252..892faac 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -12,8 +12,6 @@ # This program is free software. You can re-distribute and/or # modify this program under the same terms as Ruby itself. # -# $Id$ -# # See Net::SMTP for documentation. # @@ -195,8 +193,6 @@ class SMTPUTF8RequiredError < SMTPUnsupportedCommand class SMTP < Protocol VERSION = "0.3.3" - Revision = %q$Revision$.split[1] - # The default SMTP port number, 25. def SMTP.default_port 25