mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[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
This commit is contained in:
parent
76e277a081
commit
c0c43276a1
Notes:
git
2021-10-24 05:58:16 +09:00
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user