diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-01-12 10:23:10 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2026-01-12 20:01:41 +0900 |
| commit | 6484a71a4fee654e73f377a01db331500222dd13 (patch) | |
| tree | 904eb5a620df77c6888fb159beae779330a39b6f | |
| parent | bf36ad9c12481461031a2dbde39e27d96e5a86e4 (diff) | |
Add Onigmo to sync_default_gems.rb
| -rwxr-xr-x | tool/sync_default_gems.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 6945c6cdce..b37c75e704 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -66,6 +66,19 @@ module SyncDefaultGems "lib/unicode_normalize", # not to match with "lib/un" ] REPOSITORIES = { + Onigmo: repo("k-takata/Onigmo", [ + ["regcomp.c", "regcomp.c"], + ["regenc.c", "regenc.c"], + ["regenc.h", "regenc.h"], + ["regerror.c", "regerror.c"], + ["regexec.c", "regexec.c"], + ["regint.h", "regint.h"], + ["regparse.c", "regparse.c"], + ["regparse.h", "regparse.h"], + ["regsyntax.c", "regsyntax.c"], + ["onigmo.h", "include/ruby/onigmo.h"], + ["enc", "enc"], + ]), "io-console": repo("ruby/io-console", [ ["ext/io/console", "ext/io/console"], ["test/io/console", "test/io/console"], |
