<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_gem_commands_install_command.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>Fix a fragile test</title>
<updated>2025-12-23T09:53:36+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-20T12:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=515119541095bcb84cb8d85db644d836eeeeef33'/>
<id>515119541095bcb84cb8d85db644d836eeeeef33</id>
<content type='text'>
`Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4".
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge RubyGems 4.0.3 and Bundler 4.0.3</title>
<updated>2025-12-23T07:10:04+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-23T04:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1c3ef2719155b56f14bf734c82b26ef0bbaac798'/>
<id>1c3ef2719155b56f14bf734c82b26ef0bbaac798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a fragile test</title>
<updated>2025-12-20T12:37:45+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-12-20T12:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f7c3603c1b168e4f7440216b197f11325e31fdf'/>
<id>8f7c3603c1b168e4f7440216b197f11325e31fdf</id>
<content type='text'>
`Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Dir.mktmpdir` concatenates a random base-36 number separated by "-",
so may generate pathnames containing "-j4".
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Added assertion for Windows and nmake</title>
<updated>2025-12-16T06:28:36+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-12-16T05:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b0fefef417cad1733c18a0b66db07bcb1de5caf'/>
<id>5b0fefef417cad1733c18a0b66db07bcb1de5caf</id>
<content type='text'>
https://github.com/ruby/rubygems/commit/be5c4e27d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rubygems/commit/be5c4e27d9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rubygems] Allow to specify the number of `make` jobs when installing gems:</title>
<updated>2025-12-16T04:21:49+00:00</updated>
<author>
<name>Edouard CHIN</name>
<email>chin.edouard@gmail.com</email>
</author>
<published>2025-12-10T13:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=080bf30c48a8212cf0ee4f769d1bdaa4a2df5900'/>
<id>080bf30c48a8212cf0ee4f769d1bdaa4a2df5900</id>
<content type='text'>
- Added a new `-j` option to `gem install` and `gem update`.
  This option allows to specify the number of jobs we pass to `make`
  when compiling gem with native extensions.

  By default its the number of processors, but users may want a way
  to control this.

  You can use it like so: `gem install json -j8`

https://github.com/ruby/rubygems/commit/67aad88ca6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added a new `-j` option to `gem install` and `gem update`.
  This option allows to specify the number of jobs we pass to `make`
  when compiling gem with native extensions.

  By default its the number of processors, but users may want a way
  to control this.

  You can use it like so: `gem install json -j8`

https://github.com/ruby/rubygems/commit/67aad88ca6
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Handle RubyGems installing to custom dir with non-existent parent dirs</title>
<updated>2025-06-23T02:07:03+00:00</updated>
<author>
<name>Nicholas La Roux</name>
<email>larouxn@gmail.com</email>
</author>
<published>2025-06-06T11:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a1d62a3b1cdf5fca9f5976fa0d8b5ead82619ef6'/>
<id>a1d62a3b1cdf5fca9f5976fa0d8b5ead82619ef6</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/4701123601
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/4701123601
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Use `Dir.chdir` with a block</title>
<updated>2025-06-17T06:09:34+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2025-06-12T17:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fadcee3ba08da0d27d6e7a836fa6de81762b366c'/>
<id>fadcee3ba08da0d27d6e7a836fa6de81762b366c</id>
<content type='text'>
I don't see any warnings.

https://github.com/rubygems/rubygems/commit/395df777a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't see any warnings.

https://github.com/rubygems/rubygems/commit/395df777a2
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Install the best matching gem for the current platform in gem install</title>
<updated>2025-06-10T23:48:56+00:00</updated>
<author>
<name>Samuel Giddins</name>
<email>segiddins@segiddins.me</email>
</author>
<published>2025-06-05T18:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7e3d271f765b6e2b2372b6af2f974d448cbfd1e0'/>
<id>7e3d271f765b6e2b2372b6af2f974d448cbfd1e0</id>
<content type='text'>
Instead of picking essentially a random matching platform

Signed-off-by: Samuel Giddins &lt;segiddins@segiddins.me&gt;

https://github.com/rubygems/rubygems/commit/3727096297
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of picking essentially a random matching platform

Signed-off-by: Samuel Giddins &lt;segiddins@segiddins.me&gt;

https://github.com/rubygems/rubygems/commit/3727096297
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Copy prerelease attribute to dependency resolver sets</title>
<updated>2025-05-21T02:33:32+00:00</updated>
<author>
<name>Nathan Ladd</name>
<email>nathanladd@gmail.com</email>
</author>
<published>2025-04-23T16:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3ac239f7904816a61137524140306123e53c18dd'/>
<id>3ac239f7904816a61137524140306123e53c18dd</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/5956e7f8e5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/5956e7f8e5
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip related tests with Gem::RDoc</title>
<updated>2025-01-15T07:52:56+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-15T03:36:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2bfa49f28866f3d4dfecd04984ad180aff82bb7d'/>
<id>2bfa49f28866f3d4dfecd04984ad180aff82bb7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
