diff options
author | Ihor Shevkun <[email protected]> | 2024-11-19 13:32:23 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-11-19 11:32:26 +0000 |
commit | 39f421c9f12914dc28d4ced03a19e550c48b6c37 (patch) | |
tree | 67282652b9b96edb8208368fd713bcffd2c1a2bb /lib/rdoc/rdoc.gemspec | |
parent | 716ea630dbd6cea62049a7a438d7d4f4f84d4aae (diff) |
[ruby/rdoc] Update rdoc.gemspec
(https://github.com/ruby/rdoc/pull/1211)
https://github.com/ruby/rdoc/commit/10596827f0
Diffstat (limited to 'lib/rdoc/rdoc.gemspec')
-rw-r--r-- | lib/rdoc/rdoc.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec index 26f9ba1a87..f7c7da6b66 100644 --- a/lib/rdoc/rdoc.gemspec +++ b/lib/rdoc/rdoc.gemspec @@ -92,6 +92,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat "lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml", "lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml", "lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml", + "lib/rdoc/generator/template/darkfish/_sidebar_toggle.rhtml", "lib/rdoc/generator/template/darkfish/class.rhtml", "lib/rdoc/generator/template/darkfish/css/fonts.css", "lib/rdoc/generator/template/darkfish/css/rdoc.css", |