From c0c43276a10cd6ebb8b0f6d820c6811bb6aa012c Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 4 Sep 2021 04:18:31 +0900 Subject: [PATCH] [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); #include -#define STRSCAN_VERSION "3.0.0" +#define STRSCAN_VERSION "3.0.1" /* ======================================================================= Data Type Definitions