1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Restore bundler.gemspec from ruby/ruby repository with sync_default_gems.rb

This commit is contained in:
Hiroshi SHIBATA 2021-04-15 12:45:38 +09:00
parent fd978621cc
commit 0d9496f924
Notes: git 2021-04-15 15:36:40 +09:00

View file

@ -101,6 +101,7 @@ def sync_default_gems(gem)
cp_r("#{upstream}/bundler/bundler.gemspec", "lib/bundler")
cp_r("#{upstream}/bundler/spec", "spec/bundler")
cp_r(Dir.glob("#{upstream}/bundler/man/*.{1,5,1\.txt,5\.txt,ronn}"), "man")
`git checkout lib/bundler/bundler.gemspec`
rm_rf(%w[spec/bundler/support/artifice/vcr_cassettes])
when "rdoc"
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])