<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/rubygems/test_gem_install_update_options.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>[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] Better approach to falling back to user installation when GEM_HOME not writable</title>
<updated>2023-12-07T04:56:22+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-12-01T11:53:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=33bd95625756562f4865fbc6ad5c39e0cfbc26d6'/>
<id>33bd95625756562f4865fbc6ad5c39e0cfbc26d6</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/f67bced16b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/f67bced16b
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Set specs as pending at the beginning</title>
<updated>2023-12-05T05:28:40+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2023-10-26T15:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a71852f757d9c18c023f3f6e993cdf55f74411d'/>
<id>4a71852f757d9c18c023f3f6e993cdf55f74411d</id>
<content type='text'>
And word them consistently with other specs.

https://github.com/rubygems/rubygems/commit/eee7afefd3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And word them consistently with other specs.

https://github.com/rubygems/rubygems/commit/eee7afefd3
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove kludge that should be unnecessary.</title>
<updated>2023-11-08T00:04:28+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-30T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=acd428c823ea70faa12edf09af303b4f843d3691'/>
<id>acd428c823ea70faa12edf09af303b4f843d3691</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/f1d44ecb62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/f1d44ecb62
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACCES, in addition to Gem::FilePermissionError.</title>
<updated>2023-11-08T00:04:28+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-29T03:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=55840d0a331d0920cfecae44de7147ada7dff254'/>
<id>55840d0a331d0920cfecae44de7147ada7dff254</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/784fe2a814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/784fe2a814
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Remove kludge that should be unnecessary.</title>
<updated>2023-10-16T04:51:08+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-30T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45a5ea5a0ac36d8cce05167cebcc2a0812c90019'/>
<id>45a5ea5a0ac36d8cce05167cebcc2a0812c90019</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/f1d44ecb62
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/f1d44ecb62
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Simplify logic for Gem::PathSupport#home, and make GEM_HOME always overide it.</title>
<updated>2023-10-11T19:07:28+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-30T03:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c83f8ad8671afbd8e9ae70c2c4e69a80c6a96d67'/>
<id>c83f8ad8671afbd8e9ae70c2c4e69a80c6a96d67</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/64273fd7e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/64273fd7e3
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Allow test_gem_install_update_options to raise Errno::ACCES, in addition to Gem::FilePermissionError.</title>
<updated>2023-10-11T19:07:27+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-29T03:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b9b07a717a31b7f3c87a9097c9fe1833efe9b1d'/>
<id>0b9b07a717a31b7f3c87a9097c9fe1833efe9b1d</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/784fe2a814
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/784fe2a814
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] Update tests to match new implementation of falling back to user-writable directories.</title>
<updated>2023-10-11T19:07:27+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-29T02:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=225c05e3ec42a43ec21092017291ba24a51ccb15'/>
<id>225c05e3ec42a43ec21092017291ba24a51ccb15</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/a06e657ac6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/a06e657ac6
</pre>
</div>
</content>
</entry>
<entry>
<title>[rubygems/rubygems] [test_gem_install_update_options.rb] Fix linter warnings.</title>
<updated>2023-10-11T19:07:26+00:00</updated>
<author>
<name>Ellen Marie Dash</name>
<email>me@duckie.co</email>
</author>
<published>2023-09-29T01:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=262f345344e23fb6db45e3796d3f717f30207f9e'/>
<id>262f345344e23fb6db45e3796d3f717f30207f9e</id>
<content type='text'>
https://github.com/rubygems/rubygems/commit/cdcb8394f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/rubygems/rubygems/commit/cdcb8394f6
</pre>
</div>
</content>
</entry>
</feed>
