Sync examples and cli from syntax_suggest
This commit is contained in:
parent
3a2bc84954
commit
1cbee173be
Notes:
git
2022-08-26 12:16:15 +09:00
@ -373,6 +373,11 @@ def sync_default_gems(gem)
|
|||||||
when "open3"
|
when "open3"
|
||||||
sync_lib gem, upstream
|
sync_lib gem, upstream
|
||||||
rm_rf("lib/open3/jruby_windows.rb")
|
rm_rf("lib/open3/jruby_windows.rb")
|
||||||
|
when "syntax_suggest"
|
||||||
|
sync_lib gem, upstream
|
||||||
|
rm_rf(%w[spec/syntax_suggest libexec/syntax_suggest])
|
||||||
|
cp_r("#{upstream}/spec", "spec/syntax_suggest")
|
||||||
|
cp_r("#{upstream}/exe/syntax_suggest", "libexec/syntax_suggest")
|
||||||
else
|
else
|
||||||
sync_lib gem, upstream
|
sync_lib gem, upstream
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user