aboutsummaryrefslogtreecommitdiffstats
path: root/test/rdoc
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rdoc] Fix links without pathsNobuyoshi Nakada2021-07-051-0/+6
* [ruby/rdoc] Fix for explicit http linkNobuyoshi Nakada2021-07-051-6/+6
* [ruby/rdoc] Allow a label in a link to another document textNobuyoshi Nakada2021-07-051-0/+12
* [ruby/rdoc] Fix assertions which look very likely unintendedNobuyoshi Nakada2021-07-051-2/+2
* [ruby/rdoc] Support ActiveSupport::Concern.includedaycabta2021-07-051-0/+48
* [ruby/rdoc] Prefer omit to pendNobuyoshi Nakada2021-07-051-5/+5
* [ruby/rdoc] Fix chained inclusion ancestors_ofUlysse Buonomo2021-07-051-0/+24
* Discard RDOCOPT environment variable to make tests stableNobuyoshi Nakada2021-06-231-0/+1
* Dispose the global rubygems configuration wholelyNobuyoshi Nakada2021-06-231-1/+1
* Clear rdoc options in the global rubygems configurationNobuyoshi Nakada2021-06-231-0/+2
* Clear default configurationsNobuyoshi Nakada2021-06-231-0/+13
* Make temporary directory under the regular locationNobuyoshi Nakada2021-06-231-4/+2
* Close UserInteraction for tests to fix leaked file descriptorsNobuyoshi Nakada2021-06-231-0/+2
* [ruby/rdoc] Use pend instead of skipHiroshi SHIBATA2021-06-231-5/+5
* [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rbHiroshi SHIBATA2021-06-231-0/+4
* [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCaseHiroshi SHIBATA2021-06-231-18/+20
* [ruby/rdoc] Add an alias for test-unit with older versions of RubyGemsaycabta2021-06-021-0/+3
* The test for command injection on Unix platforms should be omitted on Windowsaycabta2021-05-311-0/+1
* Use YAML.safe_load to use the permitted_classes optionaycabta2021-05-211-3/+3
* [ruby/rdoc] Drop support for Ruby 2.4Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Follow-up rubygemsNobuyoshi Nakada2021-05-211-6/+12
* [ruby/rdoc] Vertical-bar is disallowed in path names on WindowsNobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Dir.children is 2.5+Nobuyoshi Nakada2021-05-211-1/+1
* [ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CV...aycabta2021-05-211-0/+12
* lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_optionsYusuke Endoh2021-05-171-3/+3
* Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdocHiroshi SHIBATA2021-05-171-3/+3
* Use assert_raise instead of assert_raisesHiroshi SHIBATA2021-05-121-2/+2
* [ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada2021-04-031-0/+21
* [ruby/rdoc] Clarify that dots in URL are replacedNobuyoshi Nakada2021-04-031-0/+3
* [ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta2021-04-031-0/+1
* [ruby/rdoc] Treat other tags as word boundariesaycabta2021-04-031-0/+5
* [ruby/rdoc] Disable other notations in <code> tagsaycabta2021-04-032-3/+27
* [ruby/rdoc] Allow empty .rdoc_optionsaycabta2021-03-161-0/+11
* [ruby/rdoc] Allow partial default values to be overridden with .rdoc_optionsaycabta2021-03-161-0/+12
* [ruby/rdoc] Fixed CodeFence without blank linesNobuyoshi Nakada2021-03-161-4/+32
* [ruby/rdoc] Support GFM tableNobuyoshi Nakada2021-03-161-0/+23
* [ruby/rdoc] Support iso-strict format in git-logNobuyoshi Nakada2021-01-251-0/+11
* [ruby/rdoc] Support other date formats in git-logNobuyoshi Nakada2021-01-251-0/+22
* [ruby/rdoc] Skip non-date logs by git-logNobuyoshi Nakada2021-01-241-0/+2
* [ruby/rdoc] Sort by CommitDate if availableNobuyoshi Nakada2021-01-241-0/+40
* [ruby/rdoc] Add links to the commitsNobuyoshi Nakada2021-01-241-15/+21
* [ruby/rdoc] Shorten commit hashesNobuyoshi Nakada2021-01-241-1/+1
* [ruby/rdoc] Tweak log entry markdownNobuyoshi Nakada2021-01-241-1/+35
* [ruby/rdoc] Make each commit entries h3Nobuyoshi Nakada2021-01-241-8/+4
* [ruby/rdoc] Support ChangeLog generated by `git log`Nobuyoshi Nakada2021-01-241-0/+56
* [ruby/rdoc] Guard for WEBrickHiroshi SHIBATA2020-12-211-1/+1
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-181-4/+11
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-181-0/+8
* Revert changes to rdoc & rubygems regarding Tempfile.open(&block)Benoit Daloze2020-08-293-5/+15
* Simplify Tempfile.open calls with a block as they now unlink the file automat...Benoit Daloze2020-08-293-15/+5