diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-12-05 22:09:00 -0500 |
|---|---|---|
| committer | nagachika <nagachika@ruby-lang.org> | 2025-12-07 17:34:45 +0900 |
| commit | 941e70ab38d01d067b7bbbcdf8553893a9ca8b49 (patch) | |
| tree | 8ae3b4392888c574399a6eb94844a3fa75d8d63a | |
| parent | 68eab91b147dee98873b54e97296a36301191d72 (diff) | |
Sync doc/stringio in sync_default_gems.rb
| -rwxr-xr-x | tool/sync_default_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 9d62e954ce..780f923b55 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -272,6 +272,7 @@ module SyncDefaultGems ["ext/stringio", "ext/stringio"], ["test/stringio", "test/stringio"], ["stringio.gemspec", "ext/stringio/stringio.gemspec"], + ["doc/stringio", "doc/stringio"], ], exclude: [ "ext/stringio/README.md", ]), |
