ruby-changes:58977
From: Hiroshi <ko1@a...>
Date: Sat, 30 Nov 2019 15:40:40 +0900 (JST)
Subject: [ruby-changes:58977] af4b3f16ce (master): [ruby/stringio] Bump version to 0.1.0
https://git.ruby-lang.org/ruby.git/commit/?id=af4b3f16ce From af4b3f16ceed36f8b18856120940c9de6e6a0eee Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 30 Nov 2019 15:26:01 +0900 Subject: [ruby/stringio] Bump version to 0.1.0 https://github.com/ruby/stringio/commit/4c1e267e1a diff --git a/ext/stringio/stringio.c b/ext/stringio/stringio.c index 4dd5fb4..c8057ee 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.3" +#define STRINGIO_VERSION "0.1.0" #include "ruby.h" #include "ruby/io.h" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/