From 0c81201a914b8185d73a64b3c1f5c29e4b90e81b Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Mon, 25 Jul 2022 05:26:14 -0500 Subject: [PATCH 1/2] Add markup_reference.rb to gemspec --- rdoc.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/rdoc.gemspec b/rdoc.gemspec index 3c96f7deb1..7cc135a5f6 100644 --- a/rdoc.gemspec +++ b/rdoc.gemspec @@ -44,6 +44,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat "README.rdoc", "RI.rdoc", "TODO.rdoc", + "doc/markup_reference.rb", "exe/rdoc", "exe/ri", "lib/rdoc.rb", From 0b2f43764a7655d3058e2428ab5e50a7ea339253 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Mon, 25 Jul 2022 13:41:54 -0500 Subject: [PATCH 2/2] Move doc/markup_reference.rb to doc/rdoc --- doc/{ => rdoc}/markup_reference.rb | 0 rdoc.gemspec | 1 - 2 files changed, 1 deletion(-) rename doc/{ => rdoc}/markup_reference.rb (100%) diff --git a/doc/markup_reference.rb b/doc/rdoc/markup_reference.rb similarity index 100% rename from doc/markup_reference.rb rename to doc/rdoc/markup_reference.rb diff --git a/rdoc.gemspec b/rdoc.gemspec index 7cc135a5f6..3c96f7deb1 100644 --- a/rdoc.gemspec +++ b/rdoc.gemspec @@ -44,7 +44,6 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat "README.rdoc", "RI.rdoc", "TODO.rdoc", - "doc/markup_reference.rb", "exe/rdoc", "exe/ri", "lib/rdoc.rb",