[前][次][番号順一覧][スレッド一覧]

ruby-changes:63648

From: Hiroshi <ko1@a...>
Date: Wed, 18 Nov 2020 16:28:58 +0900 (JST)
Subject: [ruby-changes:63648] dc3a65bd99 (master): [ruby/net-smtp] Bump version to 0.2.1

https://git.ruby-lang.org/ruby.git/commit/?id=dc3a65bd99

From dc3a65bd99a5d086906bdf299fced99be4d862ac Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Wed, 18 Nov 2020 15:43:46 +0900
Subject: [ruby/net-smtp] Bump version to 0.2.1

https://github.com/ruby/net-smtp/commit/6e5c09dcc4

diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 62e5bad..a97c0c3 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -168,7 +168,7 @@ module Net https://github.com/ruby/ruby/blob/trunk/lib/net/smtp.rb#L168
   #                     user: 'Your Account', secret: 'Your Password', authtype: :cram_md5)
   #
   class SMTP < Protocol
-    VERSION = "0.2.0"
+    VERSION = "0.2.1"
 
     Revision = %q$Revision$.split[1]
 
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]