<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/rbinstall.rb, 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>Append found lib/&lt;file&gt; entries to spec.files to support out-of-place builds</title>
<updated>2025-12-11T11:56:20+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-11T10:34:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d6b40320b2cfecf9802e664a4869353d195fcc6d'/>
<id>d6b40320b2cfecf9802e664a4869353d195fcc6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore old version of Gem::Installer#install for default gems installation</title>
<updated>2025-10-28T12:02:29+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-10-28T11:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b0825d78f3e42565af47a53d93713c7e1dd7a04d'/>
<id>b0825d78f3e42565af47a53d93713c7e1dd7a04d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transform the manpages using the given substitution</title>
<updated>2025-09-06T13:42:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-06T13:42:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a8536cce9bae7144e9d4c5118dd3df59b2efbe6'/>
<id>1a8536cce9bae7144e9d4c5118dd3df59b2efbe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #21453] Override `files` in gemspec file before `eval`</title>
<updated>2025-06-27T06:16:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-27T06:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7ce339244953a6c3add543854292c61e9f5bc14b'/>
<id>7ce339244953a6c3add543854292c61e9f5bc14b</id>
<content type='text'>
`executables` are often extracted from the `files` in gemspec files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`executables` are often extracted from the `files` in gemspec files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Override `files` of bundled gem specs</title>
<updated>2025-06-25T12:41:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-25T12:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9e43e123c222a822172f96ad86e19b2a87132290'/>
<id>9e43e123c222a822172f96ad86e19b2a87132290</id>
<content type='text'>
Use the actual files unpacked from the gem.  The recent rdoc.gemspec
uses different code than expected by rbinstall.rb, which resulted in
the result list not being overwritten and the template files not being
installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the actual files unpacked from the gem.  The recent rdoc.gemspec
uses different code than expected by rbinstall.rb, which resulted in
the result list not being overwritten and the template files not being
installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix messages for skipped bundled gems</title>
<updated>2025-06-07T07:28:05+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-06-07T07:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=20cf46039a90135b3d9efceabc73b0d41ad257b8'/>
<id>20cf46039a90135b3d9efceabc73b0d41ad257b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rbinstall.rb: Note about `no_write` [ci skip]</title>
<updated>2025-04-16T06:45:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-02T01:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d842554769157087f23459e8f0ef9eec8fd7b7fe'/>
<id>d842554769157087f23459e8f0ef9eec8fd7b7fe</id>
<content type='text'>
Since RubyGems 3.0.0 `dir_mode` option is supported, but using `File`
method to apply it, not `FileUtils`.  To reduce overwriting existing
methods (especially built-in class), and to record making directories,
keep using `no_write` method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since RubyGems 3.0.0 `dir_mode` option is supported, but using `File`
method to apply it, not `FileUtils`.  To reduce overwriting existing
methods (especially built-in class), and to record making directories,
keep using `no_write` method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Header files for MJIT is not generated already</title>
<updated>2025-02-13T03:48:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-02-13T03:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=38cf09fc7039c386b9c02886f3286273c2791ed2'/>
<id>38cf09fc7039c386b9c02886f3286273c2791ed2</id>
<content type='text'>
The glob patterns are replaced by rote, but these files have been
removed before it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The glob patterns are replaced by rote, but these files have been
removed before it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified to find gemspecs for bundled gems (#12709)</title>
<updated>2025-02-07T09:40:07+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-07T09:40:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7178593558080ca529abb61ef27038236ab2687d'/>
<id>7178593558080ca529abb61ef27038236ab2687d</id>
<content type='text'>
* Simplified to find gemspecs for bundled gems

Co-authored-by: Nobuyoshi Nakada &lt;nobu.nakada@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Simplified to find gemspecs for bundled gems

Co-authored-by: Nobuyoshi Nakada &lt;nobu.nakada@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Support `git ls-files ...`.split style for file list of gemspec</title>
<updated>2025-02-07T02:47:48+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-07T02:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e776efdc70e3b90ae0d40c255626ce3a534906f1'/>
<id>e776efdc70e3b90ae0d40c255626ce3a534906f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
