<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/gemcutter_utilities.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>[rubygems/rubygems] Added push_rubygem to default scope at gem signin command</title>
<updated>2025-06-30T03:56:50+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-02T06:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0761af2399ea215ad954d63b60c3e61eb5185a89'/>
<id>0761af2399ea215ad954d63b60c3e61eb5185a89</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/9b9ba0bf1e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/9b9ba0bf1e
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Smoother authentication experience</title>
<updated>2025-05-02T00:49:15+00:00</updated>
<author>
<name>Mike Perham</name>
<email>mike@perham.net</email>
</author>
<published>2025-04-28T15:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5d0708378ea0813b8a912e458a73c05b5d05f915'/>
<id>5d0708378ea0813b8a912e458a73c05b5d05f915</id>
<content type='text'>
Copying the URL is painful here because the URL is embedded within a paragraph of text. I presume we don't want to automatically open the browser.

Instead, move the URL to its own line so that "triple click" will automatically select the whole thing.

https://github.com/rubygems/rubygems/commit/21532a69ae
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copying the URL is painful here because the URL is embedded within a paragraph of text. I presume we don't want to automatically open the browser.

Instead, move the URL to its own line so that "triple click" will automatically select the whole thing.

https://github.com/rubygems/rubygems/commit/21532a69ae
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix commands with 2 MFA requests when webauthn is enabled</title>
<updated>2024-11-04T10:04:58+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-22T14:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9ce1b5e11f807541ba9e3f7800fe4f64dfd1a906'/>
<id>9ce1b5e11f807541ba9e3f7800fe4f64dfd1a906</id>
<content type='text'>
If a command requires two MFA authenticated requests, and webauthn is
enabled, then first one will succeed but the second one will fail
because it tries to reuse the OTP code from the first request and that
does not work.

This happens when you have not yet logged in to rubygems.org, or when
you have an API key with invalid scopes for the current operation. In
that case, we need:

* An API request to get a token or change scopes for the one that you
  have.
* Another API request to perform the actual operation.

Instead of trying to reuse the token, make sure it's cleared so we are
asked to authenticate again. We only do this when webauthn is enabled
because reusing TOPT tokens otherwise is allowed and I don't want to
break that.

https://github.com/rubygems/rubygems/commit/669e343935
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a command requires two MFA authenticated requests, and webauthn is
enabled, then first one will succeed but the second one will fail
because it tries to reuse the OTP code from the first request and that
does not work.

This happens when you have not yet logged in to rubygems.org, or when
you have an API key with invalid scopes for the current operation. In
that case, we need:

* An API request to get a token or change scopes for the one that you
  have.
* Another API request to perform the actual operation.

Instead of trying to reuse the token, make sure it's cleared so we are
asked to authenticate again. We only do this when webauthn is enabled
because reusing TOPT tokens otherwise is allowed and I don't want to
break that.

https://github.com/rubygems/rubygems/commit/669e343935
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] OTP is already added by `rubygems_api_request`</title>
<updated>2024-11-04T10:04:57+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-23T10:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7fba517d5028eb810c07d4beca601f1382d66708'/>
<id>7fba517d5028eb810c07d4beca601f1382d66708</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/15930fe126
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/15930fe126
</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] Fix var name and also update other places</title>
<updated>2024-02-02T19:26:58+00:00</updated>
<author>
<name>Vitaliy Serov</name>
<email>vitaliy.serov@onlyoffice.com</email>
</author>
<published>2024-02-01T17:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0bcad50c8c9655118401ced990d977d8cf9392ff'/>
<id>0bcad50c8c9655118401ced990d977d8cf9392ff</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/f72a7989cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/f72a7989cd
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Change gem login message to clear up that username can be also used</title>
<updated>2024-02-02T19:26:57+00:00</updated>
<author>
<name>Vitaliy Serov</name>
<email>154601125+VitaliySerov@users.noreply.github.com</email>
</author>
<published>2024-01-25T17:46:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=064f251571f6d96ff3edcd81e6743eb617f66db9'/>
<id>064f251571f6d96ff3edcd81e6743eb617f66db9</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/2bf6163eaf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/2bf6163eaf
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Improve gem login scope selection</title>
<updated>2024-01-29T17:22:01+00:00</updated>
<author>
<name>Willian Tenfen W</name>
<email>tw.willian@gmail.com</email>
</author>
<published>2023-12-31T17:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d42330d702b2bb3b8aad105c4e55b0585ce23928'/>
<id>d42330d702b2bb3b8aad105c4e55b0585ce23928</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/26c7abe5f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/26c7abe5f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor uri gem in RubyGems</title>
<updated>2024-01-29T03:14:21+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-01-15T19:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d64d0b54231208c7bec899a7fe8c3b98ec2e9a1b'/>
<id>d64d0b54231208c7bec899a7fe8c3b98ec2e9a1b</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] Vendor net-http and net-protocol in RubyGems</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-01-29T20:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ce924ce1fb029f19fd34a43f2012a485f4f62b53'/>
<id>ce924ce1fb029f19fd34a43f2012a485f4f62b53</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/99d91c9ed2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/99d91c9ed2
</pre>
</div>
</content>
</entry>
</feed>
