<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/common.mk, branch v4.0.4</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[Bug #21792] Build rubyspec-capiext only when excuting `test-spec`</title>
<updated>2025-12-20T13:24:52+00:00</updated>
<author>
<name>Mike Dalessio</name>
<email>mike@37signals.com</email>
</author>
<published>2025-12-17T22:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e6520de3442659def3463d3bfdca3432f41b2d6a'/>
<id>e6520de3442659def3463d3bfdca3432f41b2d6a</id>
<content type='text'>
rubyspec-capiext is only needed for running specs, not for building or
installing Ruby.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rubyspec-capiext is only needed for running specs, not for building or
installing Ruby.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rbs test failure caused by minitest-6 (#15643)</title>
<updated>2025-12-19T02:43:58+00:00</updated>
<author>
<name>Soutaro Matsumoto</name>
<email>matsumoto@soutaro.com</email>
</author>
<published>2025-12-19T02:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=81ad407475149ea47a78875444e0aef5ee4f6635'/>
<id>81ad407475149ea47a78875444e0aef5ee4f6635</id>
<content type='text'>
* Fix rbs test failure caused by minitest6
* Bundle minitest-6.0.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix rbs test failure caused by minitest6
* Bundle minitest-6.0.0
</pre>
</div>
</content>
</entry>
<entry>
<title>JITs: Drop cargo and use just rustc for release combo build</title>
<updated>2025-12-10T21:35:00+00:00</updated>
<author>
<name>Alan Wu</name>
<email>XrXr@users.noreply.github.com</email>
</author>
<published>2025-12-09T03:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=029a48176cf9fd367d52d8c9f87cb9f77d425a43'/>
<id>029a48176cf9fd367d52d8c9f87cb9f77d425a43</id>
<content type='text'>
So we don't expose builders to network flakiness which cannot be worked
around using cargo's --offline flag.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we don't expose builders to network flakiness which cannot be worked
around using cargo's --offline flag.
</pre>
</div>
</content>
</entry>
<entry>
<title>Win32: Clean timestamp directory for platform</title>
<updated>2025-12-02T00:55:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-29T08:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0be626e7551f9e9ed201b9c4a66aab5fcf3e6fbb'/>
<id>0be626e7551f9e9ed201b9c4a66aab5fcf3e6fbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize page documentations (#15154)</title>
<updated>2025-11-27T20:12:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-11-27T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cd6661e1853930c8002174c4ccd14f927fcd33b'/>
<id>4cd6661e1853930c8002174c4ccd14f927fcd33b</id>
<content type='text'>
Re-organize page docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-organize page docs</pre>
</div>
</content>
</entry>
<entry>
<title>Clean prism directory</title>
<updated>2025-11-27T09:47:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-26T04:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aebd391f9c31151a963b407a0429a1d57bd59c28'/>
<id>aebd391f9c31151a963b407a0429a1d57bd59c28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Win: quote equal sign in command line</title>
<updated>2025-11-21T08:34:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-21T04:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d4e1f9e1b8621ef92caa5061dbc11e1860fa5eed'/>
<id>d4e1f9e1b8621ef92caa5061dbc11e1860fa5eed</id>
<content type='text'>
`cmd.exe` splits the command line also by equal signs, not only by
space characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`cmd.exe` splits the command line also by equal signs, not only by
space characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[Bug #21697] Keep revision.h outside VCS"</title>
<updated>2025-11-19T07:41:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-19T07:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=339c1731b260e2fcc52e0dfeab0e16f7591af36d'/>
<id>339c1731b260e2fcc52e0dfeab0e16f7591af36d</id>
<content type='text'>
This reverts commit 8986115e0a2a989f2b2ea5945f02c7a13989d640.
`RELEASE_DATE` including `YEAR`, `MONTH`, `DAY` are mandatory, while
`REVISION` is not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8986115e0a2a989f2b2ea5945f02c7a13989d640.
`RELEASE_DATE` including `YEAR`, `MONTH`, `DAY` are mandatory, while
`REVISION` is not.
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21697] Keep revision.h outside VCS</title>
<updated>2025-11-19T07:19:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-19T06:12:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8986115e0a2a989f2b2ea5945f02c7a13989d640'/>
<id>8986115e0a2a989f2b2ea5945f02c7a13989d640</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to Unicode directory changes</title>
<updated>2025-11-14T03:27:36+00:00</updated>
<author>
<name>Mari Imaizumi</name>
<email>mariimaizumi5@gmail.com</email>
</author>
<published>2025-11-13T10:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=47e3aff930942691321408ef785f7548b4948631'/>
<id>47e3aff930942691321408ef785f7548b4948631</id>
<content type='text'>
https://www.unicode.org/Public/emoji/ReadMe.txt

&gt; This directory contains data files for versions 1.0 to 16.0 of Unicode Emoji.
&gt; Starting with Unicode 17.0.0, the data files for Unicode Emoji are published in
&gt; https://www.unicode.org/Public/&lt;version&gt;/emoji/
&gt; together with the related files in
&gt; https://www.unicode.org/Public/&lt;version&gt;/ucd/emoji/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://www.unicode.org/Public/emoji/ReadMe.txt

&gt; This directory contains data files for versions 1.0 to 16.0 of Unicode Emoji.
&gt; Starting with Unicode 17.0.0, the data files for Unicode Emoji are published in
&gt; https://www.unicode.org/Public/&lt;version&gt;/emoji/
&gt; together with the related files in
&gt; https://www.unicode.org/Public/&lt;version&gt;/ucd/emoji/
</pre>
</div>
</content>
</entry>
</feed>
