mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue