<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_gem_package_tar_header.rb, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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>
<entry>
<title>Reapply "[ruby/rubygems] Fix constants in TAR to be frozen"</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-04T02:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f958800574c42e69844db7305e69d1f494529543'/>
<id>f958800574c42e69844db7305e69d1f494529543</id>
<content type='text'>
This reverts commit 136157e772ab2b2ea08555d0ad821da7dc2bde96.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 136157e772ab2b2ea08555d0ad821da7dc2bde96.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[ruby/rubygems] Fix constants in TAR to be frozen"</title>
<updated>2025-11-04T01:02:09+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-04T01:01:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=136157e772ab2b2ea08555d0ad821da7dc2bde96'/>
<id>136157e772ab2b2ea08555d0ad821da7dc2bde96</id>
<content type='text'>
This reverts commit 2c2eaa3103e5cf1cbfc2b16d9db975a9b8a0399a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2c2eaa3103e5cf1cbfc2b16d9db975a9b8a0399a.
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Fix constants in TAR to be frozen</title>
<updated>2025-11-04T00:22:33+00:00</updated>
<author>
<name>Aaron Patterson</name>
<email>tenderlove@ruby-lang.org</email>
</author>
<published>2025-10-31T21:49:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2c2eaa3103e5cf1cbfc2b16d9db975a9b8a0399a'/>
<id>2c2eaa3103e5cf1cbfc2b16d9db975a9b8a0399a</id>
<content type='text'>
I would like to use the tar implementation inside a Ractor, but two of
the constants are not frozen.  This patch freezes the constants so we
can use it in a Ractor.

https://github.com/ruby/rubygems/commit/0ff4790f4c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I would like to use the tar implementation inside a Ractor, but two of
the constants are not frozen.  This patch freezes the constants so we
can use it in a Ractor.

https://github.com/ruby/rubygems/commit/0ff4790f4c
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations</title>
<updated>2024-05-13T13:01:44+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2024-02-20T19:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=02c8e6583b33c62b4050420234167a467f32fefa'/>
<id>02c8e6583b33c62b4050420234167a467f32fefa</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/716666f65f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/716666f65f
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use modern hashes consistently</title>
<updated>2023-12-07T22:29:33+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-12-07T21:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2755cb1b2fbc4a5f08ca56345b5945bd452da74e'/>
<id>2755cb1b2fbc4a5f08ca56345b5945bd452da74e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/bb66253f2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/bb66253f2c
</pre>
</div>
</content>
</entry>
<entry>
<title>util/rubocop -A --only Style/NumericLiteralPrefix</title>
<updated>2023-04-11T10:12:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-11T05:56:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d89cc317c642848008f5b17a82196d25ddcdf124'/>
<id>d89cc317c642848008f5b17a82196d25ddcdf124</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/rubocop -A --only Layout/EmptyLineAfterMagicComment</title>
<updated>2023-03-23T08:18:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-17T09:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f24a86d83f07f214e97aa98da190cda55092805f'/>
<id>f24a86d83f07f214e97aa98da190cda55092805f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] util/rubocop -A --only Style/NumericLiterals</title>
<updated>2023-03-17T09:50:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-03-16T04:10:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d2cebb4e31b95b2bd02e5dec1c990c28f0f83bf4'/>
<id>d2cebb4e31b95b2bd02e5dec1c990c28f0f83bf4</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/860669b08a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/860669b08a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Ensure that `TempIO` is closed</title>
<updated>2023-02-04T19:38:55+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-02-03T13:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0a02c51a06a6eaae33d75931def04ea7bb36cf03'/>
<id>0a02c51a06a6eaae33d75931def04ea7bb36cf03</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/0cbb7b5370
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/0cbb7b5370
</pre>
</div>
</content>
</entry>
</feed>
