<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/tool/rbinstall.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>Support `git ls-files ...`.split style for file list of gemspec</title>
<updated>2025-02-10T16:29:08+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=5b226fdb8df4a954476d8ee1b855539adaf82091'/>
<id>5b226fdb8df4a954476d8ee1b855539adaf82091</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Bug #20581][3.3] Fix unintentional truncation for dependencies of bundled gems (#11006)</title>
<updated>2024-06-20T17:57:19+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-06-20T17:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=01762837b7f98934e402c6888e15de32a673b0fd'/>
<id>01762837b7f98934e402c6888e15de32a673b0fd</id>
<content type='text'>
* Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`.

`.bundle/specification/foo-x.y.z.gemspec` may be changed our toolchain

* Try to find gemspec from `.bundle/specifications

* Adjust indent</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Try to load original gemspec from `.bundle/gems/foo-x.y.z/foo.gemspec`.

`.bundle/specification/foo-x.y.z.gemspec` may be changed our toolchain

* Try to find gemspec from `.bundle/specifications

* Adjust indent</pre>
</div>
</content>
</entry>
<entry>
<title>Fix extension installer for out-of-place build</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-03-26T02:10:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8dda932bcded3607c189d169333bbad0860d7efd'/>
<id>8dda932bcded3607c189d169333bbad0860d7efd</id>
<content type='text'>
https://github.com/ruby/ruby/pull/9673#issuecomment-2019028293
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/ruby/pull/9673#issuecomment-2019028293
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard makefile target at cross-build</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-03-25T06:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cf460840b825f2fd7521b0ae211353080d33ceef'/>
<id>cf460840b825f2fd7521b0ae211353080d33ceef</id>
<content type='text'>
http://rubyci.s3.amazonaws.com/crossruby/crossruby-master-aarch64/log/20240325T041917Z.fail.html.gz
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://rubyci.s3.amazonaws.com/crossruby/crossruby-master-aarch64/log/20240325T041917Z.fail.html.gz
</pre>
</div>
</content>
</entry>
<entry>
<title>Use load_gemspec instead of Gem::Specification.load.</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-03-25T08:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=716473e348eb74c5d437f570cd0d2a1efe30a8ae'/>
<id>716473e348eb74c5d437f570cd0d2a1efe30a8ae</id>
<content type='text'>
We need to purge `git ls-files` from gemspec in default gems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to purge `git ls-files` from gemspec in default gems.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider extensions in gems outside of ext/</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-03-20T16:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1849046d1f51b3630d5c68e2e6ff0746860eac9d'/>
<id>1849046d1f51b3630d5c68e2e6ff0746860eac9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract `root` helper</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-03-20T16:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e60ad0b6f5ba9ad2da83472049cd7dd6f830139e'/>
<id>e60ad0b6f5ba9ad2da83472049cd7dd6f830139e</id>
<content type='text'>
It holds the root directory for each type of default gem (ext/ or lib/).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It holds the root directory for each type of default gem (ext/ or lib/).
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider `target_prefix` in extension Makefiles</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-03-18T19:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=642cf3fc8a0f7c31875d4bbc3628f835ebfc48a5'/>
<id>642cf3fc8a0f7c31875d4bbc3628f835ebfc48a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistently put requirable features in default gemspecs file list</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-01-24T09:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=57b56225acbf2d0c08c3c9271c531e389359f453'/>
<id>57b56225acbf2d0c08c3c9271c531e389359f453</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gemspec file list for extension gems</title>
<updated>2024-05-28T20:30:26+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-01-24T09:16:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7ff330419f6beba9828681421762d6b495656056'/>
<id>7ff330419f6beba9828681421762d6b495656056</id>
<content type='text'>
So that it also includes requirable features provided by extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that it also includes requirable features provided by extensions.
</pre>
</div>
</content>
</entry>
</feed>
