ruby-changes:53773
From: hsbt <ko1@a...>
Date: Mon, 26 Nov 2018 21:23:50 +0900 (JST)
Subject: [ruby-changes:53773] hsbt:r65991 (trunk): Sync the executables of rdoc from upstream repository.
hsbt 2018-11-26 21:23:45 +0900 (Mon, 26 Nov 2018) New Revision: 65991 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65991 Log: Sync the executables of rdoc from upstream repository. Modified files: trunk/tool/sync_default_gems.rb Index: tool/sync_default_gems.rb =================================================================== --- tool/sync_default_gems.rb (revision 65990) +++ tool/sync_default_gems.rb (revision 65991) @@ -94,10 +94,12 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L94 `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` + `rm -rf lib/rdoc* test/rdoc libexec/rdoc libexec/ri` `cp -rf ../rdoc/lib/rdoc* ./lib` `cp -rf ../rdoc/test test/rdoc` `cp ../rdoc/rdoc.gemspec ./lib/rdoc` + `cp -rf ../rdoc/exe/rdoc ./libexec` + `cp -rf ../rdoc/exe/ri ./libexec` `rm -f lib/rdoc/markdown.kpeg lib/rdoc/markdown/literals.kpeg lib/rdoc/rd/block_parser.ry lib/rdoc/rd/inline_parser.ry` `git checkout lib/rdoc/.document` when "json" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/