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

ruby-changes:62327

From: Nobuyoshi <ko1@a...>
Date: Mon, 20 Jul 2020 14:59:42 +0900 (JST)
Subject: [ruby-changes:62327] 16daee1c75 (master): [ruby/stringio] Bump version to 0.1.3

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

From 16daee1c75828b8157e8b24f0a02bf064fa07ae7 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 19 Jul 2020 16:57:03 +0900
Subject: [ruby/stringio] Bump version to 0.1.3

https://github.com/ruby/stringio/commit/376516cd2d

diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c
index d55af51..01309de 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.2"
+#define STRINGIO_VERSION "0.1.3"
 
 #include "ruby.h"
 #include "ruby/io.h"
-- 
cgit v0.10.2


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

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