summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2021-09-04 04:18:31 +0900
committerSutou Kouhei <kou@cozmixng.org>2021-10-24 05:57:48 +0900
commitc0c43276a10cd6ebb8b0f6d820c6811bb6aa012c (patch)
tree2043e0ef24eb83e7ba08e19a2ec89f0b167aa8d9 /ext
parent76e277a08189d8b68454267887b40b2efb5c2e38 (diff)
[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
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5011
Diffstat (limited to 'ext')
-rw-r--r--ext/strscan/strscan.c2
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h>
-#define STRSCAN_VERSION "3.0.0"
+#define STRSCAN_VERSION "3.0.1"
/* =======================================================================
Data Type Definitions