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

ruby-changes:66001

From: Tom <ko1@a...>
Date: Wed, 28 Apr 2021 10:53:56 +0900 (JST)
Subject: [ruby-changes:66001] e22626f08e (master): [ruby/net-smtp] mod: bump to a new VERSION that could be checked for testings >0.2.1

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

From e22626f08e17c7a1f74b4e31c180d57da7865f4a Mon Sep 17 00:00:00 2001
From: Tom Freudenberg <tom.freudenberg@4...>
Date: Wed, 10 Mar 2021 07:35:43 +0100
Subject: [ruby/net-smtp] mod: bump to a new VERSION that could be checked for
 testings >0.2.1

https://github.com/ruby/net-smtp/commit/8f2c9323e2
---
 lib/net/smtp.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 9dd1d26..56820be 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.1"
+    VERSION = "0.2.1-patch-ssl-context"
 
     Revision = %q$Revision$.split[1]
 
-- 
cgit v1.1


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

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