ruby-changes:71483
From: David <ko1@a...>
Date: Thu, 24 Mar 2022 05:37:59 +0900 (JST)
Subject: [ruby-changes:71483] 13481c1ec9 (master): [rubygems/rubygems] Improve RDoc setup
https://git.ruby-lang.org/ruby.git/commit/?id=13481c1ec9 From 13481c1ec93088c45ac448dda6a867f43ad798bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <deivid.rodriguez@r...> Date: Mon, 14 Mar 2022 12:25:02 +0100 Subject: [rubygems/rubygems] Improve RDoc setup Completely exclude the full bundler folder. The actual Bundler docs are excluded anyways by ruby-core (by bundler/lib/bundler/.document, bundler/lib/bundler/man/.document), I guess because bundler docs are not in RDoc format? Running RDoc in the repo root before these changes takes about 5 minutes on my machine, while after these changes takes about 15 seconds. https://github.com/rubygems/rubygems/commit/8b1802447a --- bundler/.document | 1 + 1 file changed, 1 insertion(+) create mode 100644 bundler/.document diff --git a/bundler/.document b/bundler/.document new file mode 100644 index 0000000000..238bbd8705 --- /dev/null +++ b/bundler/.document @@ -0,0 +1 @@ +# not in RDoc -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/