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

ruby-changes:64281

From: Kenta <ko1@a...>
Date: Fri, 18 Dec 2020 23:15:40 +0900 (JST)
Subject: [ruby-changes:64281] c71934f8a5 (master): [stringio] Version 3.0.0

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

From c71934f8a50746c9cd01a86375b178d5c7823259 Mon Sep 17 00:00:00 2001
From: Kenta Murata <mrkn@m...>
Date: Fri, 18 Dec 2020 09:24:37 +0900
Subject: [stringio] Version 3.0.0

https://github.com/ruby/stringio/commit/831be01071

diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index 228063d..0cc2f78 100644
--- a/ext/stringio/stringio.c
+++ b/ext/stringio/stringio.c
@@ -11,7 +11,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/stringio/stringio.c#L11
 
 **********************************************************************/
 
-#define STRINGIO_VERSION "0.1.4"
+#define STRINGIO_VERSION "3.0.0"
 
 #include "ruby.h"
 #include "ruby/io.h"
-- 
cgit v0.10.2


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

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