<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rubygems/platform.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] Restrict generic `arm` to only match 32-bit arm</title>
<updated>2024-07-05T09:02:52+00:00</updated>
<author>
<name>なつき</name>
<email>i@ntk.me</email>
</author>
<published>2024-07-03T18:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=88a2a46e233fb52107f4ef921813f14243af75d4'/>
<id>88a2a46e233fb52107f4ef921813f14243af75d4</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/14c4c16e96
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/14c4c16e96
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Add `--target-rbconfig` option to `gem install` and `gem update` commands</title>
<updated>2024-06-18T00:59:35+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2024-05-04T21:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=273d41b9e3c90d4d3fe2ffcb88477197d528b9a0'/>
<id>273d41b9e3c90d4d3fe2ffcb88477197d528b9a0</id>
<content type='text'>
This patch adds `--target-rbconfig` option to specify the rbconfig.rb file
for the deployment target platform. This is useful when cross-compiling
gems. At the moment, this option is only available for `extconf.rb`-based
extensions.

https://github.com/rubygems/rubygems/commit/cf2843f7a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds `--target-rbconfig` option to specify the rbconfig.rb file
for the deployment target platform. This is useful when cross-compiling
gems. At the moment, this option is only available for `extconf.rb`-based
extensions.

https://github.com/rubygems/rubygems/commit/cf2843f7a2
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Accept WASI as an OS name in Gem::Platform</title>
<updated>2024-05-07T05:36:35+00:00</updated>
<author>
<name>Yuta Saito</name>
<email>kateinoigakukun@gmail.com</email>
</author>
<published>2024-05-04T20:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=80adf6a18c653e25a0448110e6978a9d0764eba7'/>
<id>80adf6a18c653e25a0448110e6978a9d0764eba7</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/1209d3c6b0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/1209d3c6b0
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use match? when regexp match data is unused</title>
<updated>2023-12-13T22:00:26+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-12-13T11:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=baf2ec2ca8127cd610a3681a1e84ebcb404fe8f2'/>
<id>baf2ec2ca8127cd610a3681a1e84ebcb404fe8f2</id>
<content type='text'>
Improved performance / reduced allocations

https://github.com/rubygems/rubygems/commit/b04726c9a7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improved performance / reduced allocations

https://github.com/rubygems/rubygems/commit/b04726c9a7
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Upstream RubyGems changes from TruffleRuby</title>
<updated>2023-12-08T17:01:23+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-01-05T13:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a94a2eea34a7d6e1bd0e97b5a3bc73adcfcbcb31'/>
<id>a94a2eea34a7d6e1bd0e97b5a3bc73adcfcbcb31</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/749a508968
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/749a508968
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Avoid regexp match on every call to `Gem::Platform.local`</title>
<updated>2023-10-25T18:51:37+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2023-10-24T16:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e7d1f0679d7cbfc43d4157435317ae2f961b995'/>
<id>7e7d1f0679d7cbfc43d4157435317ae2f961b995</id>
<content type='text'>
The result of `arch` would be ignored if `@local` is set, so wrap all
the logic in `@local ||=` to short-circuit everything

https://github.com/rubygems/rubygems/commit/b67d39f3e0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The result of `arch` would be ignored if `@local` is set, so wrap all
the logic in `@local ||=` to short-circuit everything

https://github.com/rubygems/rubygems/commit/b67d39f3e0
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Deprecate Gem::Platform.match</title>
<updated>2023-07-21T08:47:55+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-04T02:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7fdf98ef39cc7b079502f0faa086b31f16f3b0c6'/>
<id>7fdf98ef39cc7b079502f0faa086b31f16f3b0c6</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/e3ba3e2225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/e3ba3e2225
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatch</title>
<updated>2023-04-04T12:20:43+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2023-04-04T03:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a881b33818b101ad097cd0158afda11b6c24f1fc'/>
<id>a881b33818b101ad097cd0158afda11b6c24f1fc</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/52ae4452c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/52ae4452c2
</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 Layout/SpaceInsideArrayLiteralBrackets</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-16T02:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=03736159484cb7f9eeaaed3737beec924a175679'/>
<id>03736159484cb7f9eeaaed3737beec924a175679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
