summaryrefslogtreecommitdiff
path: root/test/rdoc
AgeCommit message (Expand)Author
2021-06-23Discard RDOCOPT environment variable to make tests stableNobuyoshi Nakada
2021-06-23Dispose the global rubygems configuration wholelyNobuyoshi Nakada
2021-06-23Clear rdoc options in the global rubygems configurationNobuyoshi Nakada
2021-06-23Clear default configurationsNobuyoshi Nakada
2021-06-23Make temporary directory under the regular locationNobuyoshi Nakada
2021-06-23Close UserInteraction for tests to fix leaked file descriptorsNobuyoshi Nakada
2021-06-23[ruby/rdoc] Use pend instead of skipHiroshi SHIBATA
2021-06-23[ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rbHiroshi SHIBATA
2021-06-23[ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCaseHiroshi SHIBATA
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