summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-15 07:01:06 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-15 07:01:06 +0900
commit551b8a31a94eb114c266d5af1cfdf1d30ac5cb61 (patch)
tree06410d11ca20a459b78639fb9b9da4404f3cc123 /tool/sync_default_gems.rb
parent813a5f4fc46a24ca1695d23c159250b9e1080ac7 (diff)
Update directory layout of rubygems/rubygems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index cc527c6bdd..48f5406be4 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -152,10 +152,10 @@ module SyncDefaultGems
File.write("lib/bundler/bundler.gemspec", gemspec_content)
cp_r("#{upstream}/bundler/spec", "spec/bundler")
- cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/dev_gems*"), "tool/bundler")
- cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/test_gems*"), "tool/bundler")
- cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/rubocop_gems*"), "tool/bundler")
- cp_r(Dir.glob("#{upstream}/bundler/tool/bundler/standard_gems*"), "tool/bundler")
+ cp_r(Dir.glob("#{upstream}/tool/bundler/dev_gems*"), "tool/bundler")
+ cp_r(Dir.glob("#{upstream}/tool/bundler/test_gems*"), "tool/bundler")
+ cp_r(Dir.glob("#{upstream}/tool/bundler/rubocop_gems*"), "tool/bundler")
+ cp_r(Dir.glob("#{upstream}/tool/bundler/standard_gems*"), "tool/bundler")
rm_rf Dir.glob("spec/bundler/support/artifice/{vcr_cassettes,used_cassettes.txt}")
rm_rf Dir.glob("lib/{bundler,rubygems}/**/{COPYING,LICENSE,README}{,.{md,txt,rdoc}}")
when "rdoc"