<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_gem_command_manager.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] Removed files for `gem query`</title>
<updated>2025-11-14T06:25:21+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-11-14T04:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=068b35ce3d85927765f8b448ecc6f2e866d2b9b7'/>
<id>068b35ce3d85927765f8b448ecc6f2e866d2b9b7</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/de269cfbb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/de269cfbb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "test_gem_command_manager.rb.</title>
<updated>2025-09-11T02:54:49+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-09-11T01:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5e7e6c586e49a7147b3610a66b49e1d7ccd04baa'/>
<id>5e7e6c586e49a7147b3610a66b49e1d7ccd04baa</id>
<content type='text'>
This reverts commit 8aa885c460aeb70878538eebdd155c6318989fd2 and
cd07c3cbae7e287350d713ead237aeef27cc2b9e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8aa885c460aeb70878538eebdd155c6318989fd2 and
cd07c3cbae7e287350d713ead237aeef27cc2b9e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Align the conditions for did_you_mean</title>
<updated>2025-09-08T12:06:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-08T12:01:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac24f70fb0c0cc80d30ec6e96b3369079775d0dc'/>
<id>ac24f70fb0c0cc80d30ec6e96b3369079775d0dc</id>
<content type='text'>
Probably due to the testing order, sometimes it looks like that
`Gem::UnknownCommandError` happens to be used without registered in
`DidYouMean`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Probably due to the testing order, sometimes it looks like that
`Gem::UnknownCommandError` happens to be used without registered in
`DidYouMean`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove debug code</title>
<updated>2025-09-08T12:04:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-08T12:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7c5ddb793b71d05d3fba954bbe397ab03c6f76dc'/>
<id>7c5ddb793b71d05d3fba954bbe397ab03c6f76dc</id>
<content type='text'>
* Revert "Debug: More inspections"
  e5a6e952467eef5444eaf63b77d8c91aa367d4de.

* Revert "Debug for sporadical failures on RubyCI"
  7cafc61e7df044644f47937694c46835c316e86b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Revert "Debug: More inspections"
  e5a6e952467eef5444eaf63b77d8c91aa367d4de.

* Revert "Debug for sporadical failures on RubyCI"
  7cafc61e7df044644f47937694c46835c316e86b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug: More inspections</title>
<updated>2025-09-08T10:23:04+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-08T10:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e5a6e952467eef5444eaf63b77d8c91aa367d4de'/>
<id>e5a6e952467eef5444eaf63b77d8c91aa367d4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Debug for sporadical failures on RubyCI</title>
<updated>2025-09-08T09:09:06+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-09-08T09:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7cafc61e7df044644f47937694c46835c316e86b'/>
<id>7cafc61e7df044644f47937694c46835c316e86b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test_gem_command_manager.rb: Fix the environment variable</title>
<updated>2025-09-05T21:18:49+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-05T21:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8aa885c460aeb70878538eebdd155c6318989fd2'/>
<id>8aa885c460aeb70878538eebdd155c6318989fd2</id>
<content type='text'>
The previous one failed:
https://github.com/ruby/ruby/actions/runs/17504307509/job/49724437021

$GITHUB_ACTION_REPOSITORY points to the owner of the action,
so it might not be ruby/ruby.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous one failed:
https://github.com/ruby/ruby/actions/runs/17504307509/job/49724437021

$GITHUB_ACTION_REPOSITORY points to the owner of the action,
so it might not be ruby/ruby.
</pre>
</div>
</content>
</entry>
<entry>
<title>test_gem_command_manager.rb: Skip an unstable test for ruby/ruby</title>
<updated>2025-09-05T20:57:15+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2025-09-05T20:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd07c3cbae7e287350d713ead237aeef27cc2b9e'/>
<id>cd07c3cbae7e287350d713ead237aeef27cc2b9e</id>
<content type='text'>
This fails way too often these days, probably since
https://github.com/rubygems/rubygems/pull/8948.

To make sure we can merge ruby/ruby PRs, we need this to not fail
randomly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fails way too often these days, probably since
https://github.com/rubygems/rubygems/pull/8948.

To make sure we can merge ruby/ruby PRs, we need this to not fail
randomly.
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix "did you mean" suggestions for unknown commands</title>
<updated>2025-09-05T09:32:38+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-09-02T04:47:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=41ffd1bd7cacbb72b568958aab72c34f65d69888'/>
<id>41ffd1bd7cacbb72b568958aab72c34f65d69888</id>
<content type='text'>
Since Ruby 3.4.5, which ships with did_you_mean-2.0.0, RubyGems no
longer gives "did you mean" suggestions for unknown commands.

This is because did_you_mean-2.0.0 completely removed the SPELL_CHECKERS
constant, and attaching "did you mean" to `Gem::UnknownCommandError`
errors required this constant to be defined.

The fix is to remove conditions on the `SPELL_CHECKERS` constant.

https://github.com/rubygems/rubygems/commit/9287cd80ed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Ruby 3.4.5, which ships with did_you_mean-2.0.0, RubyGems no
longer gives "did you mean" suggestions for unknown commands.

This is because did_you_mean-2.0.0 completely removed the SPELL_CHECKERS
constant, and attaching "did you mean" to `Gem::UnknownCommandError`
errors required this constant to be defined.

The fix is to remove conditions on the `SPELL_CHECKERS` constant.

https://github.com/rubygems/rubygems/commit/9287cd80ed
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] misc: fix spelling</title>
<updated>2025-06-02T22:47:14+00:00</updated>
<author>
<name>John Bampton</name>
<email>jbampton@gmail.com</email>
</author>
<published>2025-05-28T19:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a763716a9682f367ee664f1f43e36daac9839cbe'/>
<id>a763716a9682f367ee664f1f43e36daac9839cbe</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/0e40e7d938
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/0e40e7d938
</pre>
</div>
</content>
</entry>
</feed>
