<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/rdoc.rb, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rdoc] Isolate root dir if specified</title>
<updated>2023-05-06T07:39:24+00:00</updated>
<author>
<name>zzak</name>
<email>zzakscott@gmail.com</email>
</author>
<published>2023-03-04T13:24:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8b2884c0b51e4733c09ecbb388ca1b236bad738b'/>
<id>8b2884c0b51e4733c09ecbb388ca1b236bad738b</id>
<content type='text'>
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory.

https://github.com/ruby/rdoc/commit/f3b389aa9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures only files from the root directory are chosen, in order to allow a clean build from outside the source directory.

https://github.com/ruby/rdoc/commit/f3b389aa9e
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use `File.binread`</title>
<updated>2023-03-31T01:14:34+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-03-28T15:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd65e4adcab7d04b84a8cc296bca41e3a15a0a91'/>
<id>cd65e4adcab7d04b84a8cc296bca41e3a15a0a91</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/987c609df9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/987c609df9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Add `--no-skipping-tests` option</title>
<updated>2022-11-28T04:36:29+00:00</updated>
<author>
<name>Sven Riedel</name>
<email>sriedel@users.noreply.github.com</email>
</author>
<published>2022-11-28T04:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e0901f46b7c62acb2cbc9b05ee5753baeb37b82d'/>
<id>e0901f46b7c62acb2cbc9b05ee5753baeb37b82d</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/33925f885f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/33925f885f
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Dump plain objects as `RDoc::Options`</title>
<updated>2022-02-12T07:15:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-15T08:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3b3fb73d6107f64b4c71472de36c4debaf41cd42'/>
<id>3b3fb73d6107f64b4c71472de36c4debaf41cd42</id>
<content type='text'>
So that the generated `.rdoc_options` file is loadable.

https://github.com/ruby/rdoc/commit/6cf6e1647b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the generated `.rdoc_options` file is loadable.

https://github.com/ruby/rdoc/commit/6cf6e1647b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Relative loading for easier development (https://github.com/ruby/rdoc/pull/821)</title>
<updated>2022-02-12T06:06:06+00:00</updated>
<author>
<name>Ulysse Buonomo</name>
<email>buonomo.ulysse@gmail.com</email>
</author>
<published>2022-02-10T02:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5348a34504a67597e3a3ed98a3020dfd762241ad'/>
<id>5348a34504a67597e3a3ed98a3020dfd762241ad</id>
<content type='text'>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch makes sure we only load relative code. Hence when coding or
testing rdoc, we'll be sure to always be using the correct code.

Discussion started at https://github.com/ruby/rdoc/pull/817.

Signed-off-by: Ulysse Buonomo &lt;buonomo.ulysse@gmail.com&gt;

https://github.com/ruby/rdoc/commit/aa41bd48eb

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_options</title>
<updated>2021-09-01T15:32:13+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-09-01T15:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf2faf2e3336592dbc9b94e8189f62e99cc9ae0c'/>
<id>cf2faf2e3336592dbc9b94e8189f62e99cc9ae0c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/ac85e01756
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/ac85e01756
</pre>
</div>
</content>
</entry>
<entry>
<title>Use YAML.safe_load to use the permitted_classes option</title>
<updated>2021-05-21T12:45:03+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-05-21T12:45:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c264d30261cb7d79caddd982300a7ae002293967'/>
<id>c264d30261cb7d79caddd982300a7ae002293967</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CVE-2021-31799</title>
<updated>2021-05-21T04:42:24+00:00</updated>
<author>
<name>aycabta</name>
<email>aycabta@gmail.com</email>
</author>
<published>2021-05-02T11:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b1c73f239fe9af97de837331849f55d67c27561e'/>
<id>b1c73f239fe9af97de837331849f55d67c27561e</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/a7f5d6ab88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/a7f5d6ab88
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/rdoc/rdoc.rb: Allow only RDoc::Options in .rdoc_options</title>
<updated>2021-05-17T03:53:42+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2021-05-17T03:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ffdf0232efd4955a234955c8372885b850fcfe33'/>
<id>ffdf0232efd4955a234955c8372885b850fcfe33</id>
<content type='text'>
Follow-up of d8fd92f62024d85271a3f1125bc6928409f912e1. Instead of using
unsafe_load blindly, RDoc::Options is only supposed to be allowed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up of d8fd92f62024d85271a3f1125bc6928409f912e1. Instead of using
unsafe_load blindly, RDoc::Options is only supposed to be allowed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround with fbb4e3f96c10de2240f2d87eac19cf6f62f65fea in rdoc</title>
<updated>2021-05-17T03:04:40+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2021-05-17T03:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d8fd92f62024d85271a3f1125bc6928409f912e1'/>
<id>d8fd92f62024d85271a3f1125bc6928409f912e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
