diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-12-05 22:09:00 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-12-06 07:15:43 -0800 |
| commit | e7f9abdc910bbb37d04e8e65e9bad5f36fa074e1 (patch) | |
| tree | 09e0a46f5463ee5796d57d0137c97b94c189c646 | |
| parent | 0346206d3eab2a8e659be0dd52aea6fc7b0ebb06 (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 c2f352d797..811e72fc00 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -266,6 +266,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", ]), |
