<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/command_manager.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[rubygems/rubygems] Fix plugin command loading</title>
<updated>2024-10-09T05:26:27+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-08T21:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83456d1e9aeb66ec64365343b38af66c83b4bce8'/>
<id>83456d1e9aeb66ec64365343b38af66c83b4bce8</id>
<content type='text'>
The `LoadError` needs to be ignored because command may have been
defined and registered from a rubygems_plugin.rb file.

https://github.com/rubygems/rubygems/commit/31f13d449b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `LoadError` needs to be ignored because command may have been
defined and registered from a rubygems_plugin.rb file.

https://github.com/rubygems/rubygems/commit/31f13d449b
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Simplify command loading</title>
<updated>2024-10-02T05:34:54+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-09-26T13:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=02d50d9cb17e8daccf788347593e97cae354ba4e'/>
<id>02d50d9cb17e8daccf788347593e97cae354ba4e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/95f60f0e60
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/95f60f0e60
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add "gem rebuild" command.</title>
<updated>2024-03-29T08:03:37+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2021-09-11T21:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e5def27fbfaca4f08ff3a9bcf4c27742371a1da9'/>
<id>e5def27fbfaca4f08ff3a9bcf4c27742371a1da9</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6d661573f0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6d661573f0
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Rename wrapper files for vendored libraries with 'vendored_' prefix</title>
<updated>2024-02-26T22:04:04+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-01-31T04:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d2da774f870ecf51f465dd4081a7349812efaac4'/>
<id>d2da774f870ecf51f465dd4081a7349812efaac4</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/cfc908c8c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/cfc908c8c1
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Vendor timeout in RubyGems too</title>
<updated>2023-12-13T03:16:55+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-06-30T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a7c9163b5d87c0420e54cd75668bceb8f39a578a'/>
<id>a7c9163b5d87c0420e54cd75668bceb8f39a578a</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/e2e7440ede
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/e2e7440ede
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Extract generate_index command to rubygems-generate_index gem</title>
<updated>2023-12-08T06:09:51+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-10-21T00:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4817166e54ad98f9b3e9d06e9e8c7ccff992a957'/>
<id>4817166e54ad98f9b3e9d06e9e8c7ccff992a957</id>
<content type='text'>
So generate_index can be implemented with dependencies, such as the compact index

Took this approach from feedback in https://github.com/rubygems/rubygems/pull/6853

Running `gem generate_index` by default will use an installed rubygems-generate_index, or install and then use the command from the gem

Apply suggestions from code review

https://github.com/rubygems/rubygems/commit/fc1cb9bc9e

Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So generate_index can be implemented with dependencies, such as the compact index

Took this approach from feedback in https://github.com/rubygems/rubygems/pull/6853

Running `gem generate_index` by default will use an installed rubygems-generate_index, or install and then use the command from the gem

Apply suggestions from code review

https://github.com/rubygems/rubygems/commit/fc1cb9bc9e

Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems.</title>
<updated>2023-03-28T06:27:35+00:00</updated>
<author>
<name>Josef Šimánek</name>
<email>josef.simanek@gmail.com</email>
</author>
<published>2023-03-24T19:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1cbb5011274399527c26eb3c6dd98c7947140f83'/>
<id>1cbb5011274399527c26eb3c6dd98c7947140f83</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 Lint/RescueException</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-22T03:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a600126126e2f531377646e929280c756e69929'/>
<id>1a600126126e2f531377646e929280c756e69929</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/e8a5db50af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/e8a5db50af
</pre>
</div>
</content>
</entry>
<entry>
<title>util/rubocop -A --only Style/SymbolProc</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-16T03:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5211900d37573a82c1bdf7cb2354937cc4022ae1'/>
<id>5211900d37573a82c1bdf7cb2354937cc4022ae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
