Skip to content

Commit 0eca6c3

Browse files
committed
Update strscan structure for strscan/strscan.rb
1 parent 9a7f050 commit 0eca6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/sync_default_gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def sync_default_gems(gem)
275275
when "strscan"
276276
rm_rf(%w[ext/strscan test/strscan])
277277
cp_r("#{upstream}/ext/strscan", "ext")
278+
cp_r("#{upstream}/lib", "ext/strscan")
278279
cp_r("#{upstream}/test/strscan", "test")
279280
cp_r("#{upstream}/strscan.gemspec", "ext/strscan")
280281
begin

0 commit comments

Comments
 (0)