ruby-changes:62324
From: Nobuyoshi <ko1@a...>
Date: Mon, 20 Jul 2020 14:59:36 +0900 (JST)
Subject: [ruby-changes:62324] 574871781b (master): [ruby/stringio] Bump version to 0.1.2
https://git.ruby-lang.org/ruby.git/commit/?id=574871781b From 574871781b8fede4ffd2f11f084d87d4f9539745 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 19 Jul 2020 00:44:56 +0900 Subject: [ruby/stringio] Bump version to 0.1.2 https://github.com/ruby/stringio/commit/8cbe3f7397 diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 61a6b9a..d45cc88 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.1" +#define STRINGIO_VERSION "0.1.2" #include "ruby.h" #include "ruby/io.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/