[前][次][番号順一覧][スレッド一覧]

ruby-changes:66284

From: Yusuke <ko1@a...>
Date: Fri, 21 May 2021 15:55:37 +0900 (JST)
Subject: [ruby-changes:66284] 21d24767e8 (master): [ruby/rdoc] Update rdoc.gemspec by adding lib/rdoc/markup/table.rb

https://git.ruby-lang.org/ruby.git/commit/?id=21d24767e8

From 21d24767e83e6a75847c0c728d99f6103757e868 Mon Sep 17 00:00:00 2001
From: Yusuke Endoh <mame@r...>
Date: Tue, 11 May 2021 07:48:51 +0900
Subject: [ruby/rdoc] Update rdoc.gemspec by adding lib/rdoc/markup/table.rb

Fixes ruby/rdoc#808

https://github.com/ruby/rdoc/commit/80766fd389
---
 lib/rdoc/rdoc.gemspec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
index 6146e09..7725e40 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -50,7 +50,6 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rdoc.gemspec#L50
     "bin/setup",
     "exe/rdoc",
     "exe/ri",
-    "man/ri.1",
     "lib/rdoc.rb",
     "lib/rdoc/alias.rb",
     "lib/rdoc/anon_class.rb",
@@ -167,6 +166,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rdoc.gemspec#L166
     "lib/rdoc/markup/raw.rb",
     "lib/rdoc/markup/regexp_handling.rb",
     "lib/rdoc/markup/rule.rb",
+    "lib/rdoc/markup/table.rb",
     "lib/rdoc/markup/to_ansi.rb",
     "lib/rdoc/markup/to_bs.rb",
     "lib/rdoc/markup/to_html.rb",
@@ -222,6 +222,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rdoc.gemspec#L222
     "lib/rdoc/tom_doc.rb",
     "lib/rdoc/top_level.rb",
     "lib/rdoc/version.rb",
+    "man/ri.1",
     "rdoc.gemspec",
   ]
   # files from .gitignore
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]