Skip to content

Commit

Permalink
Merge pull request #57 from ruby/remove-subversion-keywords
Browse files Browse the repository at this point in the history
Removed unnecessary Subversion keywords
  • Loading branch information
tmtm authored Aug 13, 2023
2 parents 2e5ac66 + 050324e commit fc92614
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/net/smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fc92614

Please sign in to comment.