summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-12-05 22:09:00 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-12-06 07:15:43 -0800
commite7f9abdc910bbb37d04e8e65e9bad5f36fa074e1 (patch)
tree09e0a46f5463ee5796d57d0137c97b94c189c646
parent0346206d3eab2a8e659be0dd52aea6fc7b0ebb06 (diff)
Sync doc/stringio in sync_default_gems.rb
-rwxr-xr-xtool/sync_default_gems.rb1
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",
]),