<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_gem_package_tar_header_ractor.rb, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/rubygems] Use `method_defined?` instead of `instance_methods.include?`</title>
<updated>2025-11-14T03:24:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-14T01:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e39385bf849610a58865722cdd330eff9475b00e'/>
<id>e39385bf849610a58865722cdd330eff9475b00e</id>
<content type='text'>
While the latter creates an intermediate array of all method names
including all ancestors, the former just traverse the inheritance
chain and can stop if found once.

https://github.com/ruby/rubygems/commit/b291070b3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the latter creates an intermediate array of all method names
including all ancestors, the former just traverse the inheritance
chain and can stop if found once.

https://github.com/ruby/rubygems/commit/b291070b3b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Fixed with Performance/RegexpMatch cop</title>
<updated>2025-11-13T11:59:34+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-13T10:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19c2c7e61059f42a29d0d54ee5fd4f021854b2b3'/>
<id>19c2c7e61059f42a29d0d54ee5fd4f021854b2b3</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/93b8492bc0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/93b8492bc0
</pre>
</div>
</content>
</entry>
<entry>
<title>Ractor support Windows platform. We need to skip only failing tests of RubyGems</title>
<updated>2025-11-13T10:42:38+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-13T09:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d80aa36847cb57a785ccaa9b1219fcbd26a74369'/>
<id>d80aa36847cb57a785ccaa9b1219fcbd26a74369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Re-use assert_headers_equal from Gem::Package::TarTestCase</title>
<updated>2025-11-12T23:25:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T22:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9f7ef20de165a20de951574c6f807a78872a2d22'/>
<id>9f7ef20de165a20de951574c6f807a78872a2d22</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/0cf49e22af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/0cf49e22af
</pre>
</div>
</content>
</entry>
<entry>
<title>Make alias `Ractor#value` only if undefined</title>
<updated>2025-11-12T13:19:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-12T13:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=edb8296b991a0d6e2522511835315b10b846aef2'/>
<id>edb8296b991a0d6e2522511835315b10b846aef2</id>
<content type='text'>
`Ractor#value` replaces `Ractor#take`; if the former is defined the
latter is undefined, and vice versa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Ractor#value` replaces `Ractor#take`; if the former is defined the
latter is undefined, and vice versa.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Workaround for test failure of ruby_3_4 branch</title>
<updated>2025-11-12T12:51:46+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T11:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=82ecbbc918e9d6ae3add30dd68e26d56be8c88e7'/>
<id>82ecbbc918e9d6ae3add30dd68e26d56be8c88e7</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/d7bc3a6d82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/d7bc3a6d82
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Support ruby_3_4 branch with assert_ractor argument</title>
<updated>2025-11-12T12:51:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T11:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3d554a586b5263c52de87aa58ab2f25f78ede30c'/>
<id>3d554a586b5263c52de87aa58ab2f25f78ede30c</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/da0a14801a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/da0a14801a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Inject assert_ractor if TestGemPackageTarHeaderRactor is running under the ruby/rubygems repo</title>
<updated>2025-11-12T12:51:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T10:27:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=41a2b2c85e7c865d84f139bf1828b9578d925e8e'/>
<id>41a2b2c85e7c865d84f139bf1828b9578d925e8e</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/47f41ce2df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/47f41ce2df
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Ractor tests for Gem::Package</title>
<updated>2025-11-12T09:35:16+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-12T08:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d1240393ab86c8f681f84d88fd498c75409080f4'/>
<id>d1240393ab86c8f681f84d88fd498c75409080f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
