summaryrefslogtreecommitdiff
path: root/test/rdoc
AgeCommit message (Expand)Author
2021-06-02[ruby/rdoc] Add an alias for test-unit with older versions of RubyGemsaycabta
2021-05-31The test for command injection on Unix platforms should be omitted on Windowsaycabta
2021-05-21Use YAML.safe_load to use the permitted_classes optionaycabta
2021-05-21[ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada
2021-05-21[ruby/rdoc] Follow-up rubygemsNobuyoshi Nakada
2021-05-21[ruby/rdoc] Vertical-bar is disallowed in path names on WindowsNobuyoshi Nakada
2021-05-21[ruby/rdoc] Dir.children is 2.5+Nobuyoshi Nakada
2021-05-21[ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CV...aycabta
2021-05-17lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh
2021-05-17Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA
2021-05-12Use assert_raise instead of assert_raisesHiroshi SHIBATA
2021-04-03[ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada
2021-04-03[ruby/rdoc] Clarify that dots in URL are replacedNobuyoshi Nakada
2021-04-03[ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta
2021-04-03[ruby/rdoc] Treat other tags as word boundariesaycabta
2021-04-03[ruby/rdoc] Disable other notations in <code> tagsaycabta
2021-03-16[ruby/rdoc] Allow empty .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta
2021-03-16[ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada
2021-03-16[ruby/rdoc] Support GFM tableNobuyoshi Nakada
2021-01-25[ruby/rdoc] Support iso-strict format in git-logNobuyoshi Nakada
2021-01-25[ruby/rdoc] Support other date formats in git-logNobuyoshi Nakada
2021-01-24[ruby/rdoc] Skip non-date logs by git-logNobuyoshi Nakada
2021-01-24[ruby/rdoc] Sort by CommitDate if availableNobuyoshi Nakada
2021-01-24[ruby/rdoc] Add links to the commitsNobuyoshi Nakada
2021-01-24[ruby/rdoc] Shorten commit hashesNobuyoshi Nakada
2021-01-24[ruby/rdoc] Tweak log entry markdownNobuyoshi Nakada
2021-01-24[ruby/rdoc] Make each commit entries h3Nobuyoshi Nakada
2021-01-24[ruby/rdoc] Support ChangeLog generated by `git log`Nobuyoshi Nakada
2020-12-21[ruby/rdoc] Guard for WEBrickHiroshi SHIBATA
2020-09-18[ruby/rdoc] update all files if any file is newerNobuyoshi Nakada
2020-09-18[ruby/rdoc] Support full filename to make a link for a text fileaycabta
2020-08-29Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze
2020-08-29Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-05-24[ruby/rdoc] Check uninitialized instance variable in testaycabta
2020-05-24[ruby/rdoc] Process crossref before tidylinkaycabta
2020-05-24[ruby/rdoc] Escape method names in HTMLNate Matykiewicz
2020-04-26Fix failures of test/rdoc/test_rdoc_ri_paths.rbKazuhiro NISHIYAMA
2020-04-26Fix errors when `RDoc::RI::Paths::HOMEDIR` is nilKazuhiro NISHIYAMA
2020-04-25[ruby/rdoc] HOME is preserved by RDoc::TestCaseNobuyoshi Nakada
2020-04-25[ruby/rdoc] Should teardown in reverse order of setupNobuyoshi Nakada
2020-04-24Remove and Restore the original HOME dir (#3057)Hiroshi SHIBATA
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-02-20[ruby/rdoc] Removed `RDoc::Context::Section#sequence`Nobuyoshi Nakada
2019-12-24[ruby/rdoc] Support newline in the middle of constant definitionaycabta
2019-12-24[ruby/rdoc] Treat Proc#call syntax sugar for constant correctlyaycabta
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-11-28Fix ghost method line noaycabta
2019-10-29Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest""Yusuke Endoh