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:
Sutou Kouhei 2021-09-04 04:18:31 +09:00 коммит произвёл Sutou Kouhei
Родитель 76e277a081
Коммит c0c43276a1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ extern size_t onig_region_memsize(const struct re_registers *regs);
#include <stdbool.h> #include <stdbool.h>
#define STRSCAN_VERSION "3.0.0" #define STRSCAN_VERSION "3.0.1"
/* ======================================================================= /* =======================================================================
Data Type Definitions Data Type Definitions