Skip to content

Commit

Permalink
Update directory layout of rubygems/rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 14, 2023
1 parent 813a5f4 commit 551b8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tool/sync_default_gems.rb
Expand Up @@ -152,10 +152,10 @@ def sync_default_gems(gem)
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"
Expand Down

0 comments on commit 551b8a3

Please sign in to comment.