<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/dependency.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] Use spaces around optional parameter values</title>
<updated>2025-08-18T03:31:51+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-08-11T20:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7125f7635d43f67b1664bf85e72a34d868259822'/>
<id>7125f7635d43f67b1664bf85e72a34d868259822</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/b58829a868
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/b58829a868
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Fix specs with missing extensions getting activated</title>
<updated>2024-10-10T14:51:32+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-10-04T16:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3fdf0e7e6deee8a275869c1ced389f6e4d9975ea'/>
<id>3fdf0e7e6deee8a275869c1ced389f6e4d9975ea</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/c80998a22a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/c80998a22a
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Explicitly encode Gem::Dependency to yaml</title>
<updated>2024-07-23T20:14:59+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2024-07-17T22:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=83b48022c1093753b4dc1179e1f0ecd0a89bcbce'/>
<id>83b48022c1093753b4dc1179e1f0ecd0a89bcbce</id>
<content type='text'>
This ensures that instance variable ordering cannot cause non-determinism in serialized gems

https://github.com/rubygems/rubygems/commit/0e912704f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that instance variable ordering cannot cause non-determinism in serialized gems

https://github.com/rubygems/rubygems/commit/0e912704f7
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Refactor `Gem::Specification#find_all_by_name`</title>
<updated>2024-05-16T13:34:33+00:00</updated>
<author>
<name>David Rodriguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2024-05-09T14:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=35c5c7edb9c77398de65cef0636a3cdd2e539bb5'/>
<id>35c5c7edb9c77398de65cef0636a3cdd2e539bb5</id>
<content type='text'>
So that it can also be delegated to `Gem::SpecificationRecord`.

https://github.com/rubygems/rubygems/commit/1407807a99
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that it can also be delegated to `Gem::SpecificationRecord`.

https://github.com/rubygems/rubygems/commit/1407807a99
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] #to_spec must fallback for prereleases always</title>
<updated>2024-02-07T05:46:50+00:00</updated>
<author>
<name>Kim Emmanuel</name>
<email>kim.emmanuel@gmail.com</email>
</author>
<published>2024-01-31T21:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0edf5a714bfe92431a6b53d2931a504d8e584b7e'/>
<id>0edf5a714bfe92431a6b53d2931a504d8e584b7e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/6302798a32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/6302798a32
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] fix Gem::Dependency#to_spec returning nil when prerelease is the only available version</title>
<updated>2024-02-07T05:46:49+00:00</updated>
<author>
<name>Kim Emmanuel</name>
<email>kim.emmanuel@gmail.com</email>
</author>
<published>2024-01-27T05:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ddf4f5c95ae24eda6a89afb885410991f010abd'/>
<id>5ddf4f5c95ae24eda6a89afb885410991f010abd</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/a7dcc7214b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/a7dcc7214b
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] util/rubocop -A --only Style/FormatString</title>
<updated>2023-04-07T05:13:05+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-07T00:15:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=250e97c0fba48d1f87ccecb1b1e1b4bd2a30c388'/>
<id>250e97c0fba48d1f87ccecb1b1e1b4bd2a30c388</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/132a56569d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/132a56569d
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenation</title>
<updated>2023-04-06T23:33:20+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-06T02:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fb822076d79339427648cb9eacf76528f827427e'/>
<id>fb822076d79339427648cb9eacf76528f827427e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/67ece7b8b6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/67ece7b8b6
</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>util/rubocop -A --only Style/RedundantSelf</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:12:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1ca67f13cd2ebb643fc924246cc790f14b26480d'/>
<id>1ca67f13cd2ebb643fc924246cc790f14b26480d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
