ruby-changes:53396
From: hsbt <ko1@a...>
Date: Thu, 8 Nov 2018 02:18:19 +0900 (JST)
Subject: [ruby-changes:53396] hsbt:r65612 (trunk): Following up r65583. Removed VCR files when retrieving code from upstream.
hsbt 2018-11-08 02:18:14 +0900 (Thu, 08 Nov 2018) New Revision: 65612 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65612 Log: Following up r65583. Removed VCR files when retrieving code from upstream. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 65611) +++ tool/sync_default_gems.rb (revision 65612) @@ -92,6 +92,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L92 `cp ../../bundler/bundler/bundler.gemspec ./lib` `cp -r ../../bundler/bundler/spec spec/bundler` `cp -r ../../bundler/bundler/man/*.{1,5,1\.txt,5\.txt,ronn} ./man` + `rm -rf spec/bundler/support/artifice/vcr_cassettes` when "rdoc" `rm -rf lib/rdoc* test/rdoc` `cp -rf ../rdoc/lib/rdoc* ./lib` -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/