<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/rdoc-srcdir, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Drop rbs require in rdoc-srcdir (#16983)</title>
<updated>2026-05-15T05:15:40+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2026-05-15T05:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4d87d43b01dbb312eb1ff5fbbc6c9f33218d91a2'/>
<id>4d87d43b01dbb312eb1ff5fbbc6c9f33218d91a2</id>
<content type='text'>
This is currently blocking Ruby's doc generation:
https://github.com/ruby/actions/actions/runs/25895616458/job/76107951475

We'll need to make rbs work for the process so we can adopt the rbs-integrated
RDoc. But for now let's drop it to unblock doc generation.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is currently blocking Ruby's doc generation:
https://github.com/ruby/actions/actions/runs/25895616458/job/76107951475

We'll need to make rbs work for the process so we can adopt the rbs-integrated
RDoc. But for now let's drop it to unblock doc generation.</pre>
</div>
</content>
</entry>
<entry>
<title>Update default gemspecs so that default gems can run</title>
<updated>2026-05-13T02:55:57+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2026-04-16T07:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27487598893613820e6f5d2156b9fc212710af75'/>
<id>27487598893613820e6f5d2156b9fc212710af75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure version from bundled_gems is used in tool/rdoc-srcdir (#16712)</title>
<updated>2026-04-10T14:44:58+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2026-04-10T14:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c30d74b3e2522c081e083cc860646b7a43c5511f'/>
<id>c30d74b3e2522c081e083cc860646b7a43c5511f</id>
<content type='text'>
Use version from bundled_gems in tool/rdoc-srcdir

Previously, `tool/rdoc-srcdir` used `Dir.glob(...).first` to find
bundled gems like rdoc and tsort. This picks the first match
alphabetically, which can select a stale older version when multiple
versions coexist in `.bundle/gems/` (e.g. `rdoc-7.1.0` over
`rdoc-7.2.0`).

Fix by reading the declared version from `gems/bundled_gems` and
constructing the exact path, ensuring the correct version is always
loaded regardless of leftover directories.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use version from bundled_gems in tool/rdoc-srcdir

Previously, `tool/rdoc-srcdir` used `Dir.glob(...).first` to find
bundled gems like rdoc and tsort. This picks the first match
alphabetically, which can select a stale older version when multiple
versions coexist in `.bundle/gems/` (e.g. `rdoc-7.1.0` over
`rdoc-7.2.0`).

Fix by reading the declared version from `gems/bundled_gems` and
constructing the exact path, ensuring the correct version is always
loaded regardless of leftover directories.</pre>
</div>
</content>
</entry>
<entry>
<title>Inject tsort path before rdoc</title>
<updated>2026-01-08T09:48:00+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2026-01-08T07:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a988b7f480d30fbc06e3e3399611172072bf58e'/>
<id>4a988b7f480d30fbc06e3e3399611172072bf58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Update missing docs</title>
<updated>2025-11-10T10:12:35+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-10T04:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=557eec792e520a25c3ca59aa0a824af5d009c7d8'/>
<id>557eec792e520a25c3ca59aa0a824af5d009c7d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rdoc-srcdir can refer srcdir by itself</title>
<updated>2025-01-15T07:52:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-15T06:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=667e938f1ddfc063f693bf3a06935016f1faf12f'/>
<id>667e938f1ddfc063f693bf3a06935016f1faf12f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rdoc provided by bundled gems for generating ruby documentation</title>
<updated>2025-01-15T07:52:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-15T03:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=86575e243eda81a77ce2ede6a39e534eed9a5c3d'/>
<id>86575e243eda81a77ce2ede6a39e534eed9a5c3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Use the recent RDoc always to generate the doc of ruby itself</title>
<updated>2024-10-09T01:05:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-09T01:05:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5840b4363f41955d114f8840f9b30d105f8b0922'/>
<id>5840b4363f41955d114f8840f9b30d105f8b0922</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rdoc-srcdir: Adjust the version number in the title in .rdoc_options</title>
<updated>2024-10-08T14:43:02+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-10-08T14:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=02101f473b6d16d0b6d019442c41724e308f493b'/>
<id>02101f473b6d16d0b6d019442c41724e308f493b</id>
<content type='text'>
Other command line options are no longer needed usually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Other command line options are no longer needed usually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set executable on rdoc-srcdir [ci skip]</title>
<updated>2024-04-26T10:22:16+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2024-04-26T10:22:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=500586b401d2c1c21a2909af616b5fbde468798a'/>
<id>500586b401d2c1c21a2909af616b5fbde468798a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
