summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2020-12-22 12:17:47 +0900
committerAkinori MUSHA <knu@idaemons.org>2020-12-22 12:17:47 +0900
commit63b872c409ec441718f55c60362a441cf108cfc0 (patch)
tree61347ba3e8a29f2c9655fee3a80cafbdac088561 /tool
parentd0050edb84e9c3ba99946e08325e168deb741e28 (diff)
Prepare for importing the set gem
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 5b2d6ce2a9..e7a9a9cc44 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -325,6 +325,9 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/digest", "test")
cp_r("#{upstream}/digest.gemspec", "ext/digest")
`git checkout ext/digest/depend ext/digest/*/depend`
+ when "set"
+ sync_lib gem, upstream
+ cp_r("#{upstream}/test", ".")
else
sync_lib gem, upstream
end