From 83a34fb060aa0cbd569d747ceecddd8fd6e50ed2 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:01:10 +0100 Subject: [PATCH] [DOC] Don't document gemspec files Since https://github.com/ruby/ruby/commit/cf711863cbe0b81be5ff0adfb64936137995cc4e, gemspecs are included because the default exclude is overwritten --- .rdoc_options | 1 + 1 file changed, 1 insertion(+) diff --git a/.rdoc_options b/.rdoc_options index 607169c5bc..f3d0ebfecd 100644 --- a/.rdoc_options +++ b/.rdoc_options @@ -10,3 +10,4 @@ rdoc_include: exclude: - lib/irb +- .gemspec