ruby-changes:58009
From: Nobuyoshi <ko1@a...>
Date: Sun, 29 Sep 2019 19:08:09 +0900 (JST)
Subject: [ruby-changes:58009] f6f03dcad6 (master): [ruby/stringio] Bump up the version
https://git.ruby-lang.org/ruby.git/commit/?id=f6f03dcad6 From f6f03dcad60d38868d345172ad5c5d2ce44bd004 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 29 Sep 2019 18:07:51 +0900 Subject: [ruby/stringio] Bump up the version https://github.com/ruby/stringio/commit/f0e5027279 diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 8c76657..15e5cdd 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.0.2" +#define STRINGIO_VERSION "0.0.3" #include "ruby.h" #include "ruby/io.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/