ruby-changes:69374
From: Sutou <ko1@a...>
Date: Sun, 24 Oct 2021 05:58:18 +0900 (JST)
Subject: [ruby-changes:69374] c0c43276a1 (master): [ruby/strscan] Bump version
https://git.ruby-lang.org/ruby.git/commit/?id=c0c43276a1 From c0c43276a10cd6ebb8b0f6d820c6811bb6aa012c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei <kou@c...> Date: Sat, 4 Sep 2021 04:18:31 +0900 Subject: [ruby/strscan] Bump version If we use the same version as the default strscan gem in Ruby, "gem install" doesn't extract .gem. It fails "gem install" because "gem install" can't find ext/strscan/ to be built. https://github.com/ruby/strscan/commit/3ceafa6cdc --- ext/strscan/strscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/strscan/strscan.c b/ext/strscan/strscan.c index 42027cd8d2..e1426380b4 100644 --- a/ext/strscan/strscan.c +++ b/ext/strscan/strscan.c @@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs); https://github.com/ruby/ruby/blob/trunk/ext/strscan/strscan.c#L22 #include <stdbool.h> -#define STRSCAN_VERSION "3.0.0" +#define STRSCAN_VERSION "3.0.1" /* ======================================================================= Data Type Definitions -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/