From c916f9600b39e9363af782cb4dddef36264bd82b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 7 Nov 2019 16:44:38 +0900 Subject: [PATCH] SMTP is not module --- lib/net/smtp/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/net/smtp/version.rb b/lib/net/smtp/version.rb index 86c4ed1bf3..e134ec00e3 100644 --- a/lib/net/smtp/version.rb +++ b/lib/net/smtp/version.rb @@ -1,5 +1,5 @@ module Net - module SMTP + class SMTP VERSION = "0.1.0" end end