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

Support upstream directory structure for ruby/csv.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2018-04-03 05:56:16 +00:00
parent 3be4550558
commit 375cd7079f

View file

@ -114,10 +114,10 @@ def sync_default_gems(gem)
`cp -f ../io-console/io-console.gemspec ext/io/console` `cp -f ../io-console/io-console.gemspec ext/io/console`
`git checkout ext/io/console/depend` `git checkout ext/io/console/depend`
when "csv" when "csv"
`rm -rf lib/csv.rb test/csv lib/csv.gemspec` `rm -rf lib/csv* test/csv`
`cp -rf ../csv/lib/* lib` `cp -rf ../csv/lib/* lib`
`cp -rf ../csv/test/csv test` `cp -rf ../csv/test/csv test`
`cp -f ../csv/csv.gemspec lib` `cp -f ../csv/csv.gemspec lib/csv`
when "webrick" when "webrick"
`rm -rf lib/webrick test/webrick` `rm -rf lib/webrick test/webrick`
`cp -rf ../webrick/lib/webrick lib` `cp -rf ../webrick/lib/webrick lib`