ruby-changes:58611
From: Hiroshi <ko1@a...>
Date: Thu, 7 Nov 2019 16:44:52 +0900 (JST)
Subject: [ruby-changes:58611] c916f9600b (master): SMTP is not module
https://git.ruby-lang.org/ruby.git/commit/?id=c916f9600b From c916f9600b39e9363af782cb4dddef36264bd82b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 7 Nov 2019 16:44:38 +0900 Subject: SMTP is not module diff --git a/lib/net/smtp/version.rb b/lib/net/smtp/version.rb index 86c4ed1..e134ec0 100644 --- a/lib/net/smtp/version.rb +++ b/lib/net/smtp/version.rb @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/net/smtp/version.rb#L1 module Net - module SMTP + class SMTP VERSION = "0.1.0" end end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/