Skip to content

Commit ae8811e

Browse files
committed
Rebuild for RubyGems 4.0.2
1 parent 8a8bd0a commit ae8811e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

command-reference.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ next: /rubygems-org-api
88

99
<em class="t-gray">What each `gem` command does, and how to use it.</em>
1010

11-
This reference was automatically generated from RubyGems version 4.0.1.
11+
This reference was automatically generated from RubyGems version 4.0.2.
1212

1313
* [gem build](#gem-build)
1414
* [gem cert](#gem-cert)
@@ -618,6 +618,7 @@ Install a gem into the local repository
618618

619619
* `-i, --install-dir DIR` - Gem repository directory to get installed gems
620620
* `-n, --bindir DIR` - Directory where executables will be placed when the gem is installed
621+
* `-j, --build-jobs VALUE` - Specify the number of jobs to pass to `make` when installing gems with native extensions. Defaults to the number of processors. This option is ignored on the mswin platform or if the MAKEFLAGS environment variable is set.
621622
* `--document [TYPES]` - Generate documentation for installed gems List the documentation types you wish to generate. For example: rdoc,ri
622623
* `--build-root DIR` - Temporary installation root. Useful for building packages. Do not use this when installing remote gems.
623624
* `--vendor` - Install gem into the vendor directory. Only for use by gem repackagers.
@@ -1621,6 +1622,7 @@ Update installed gems to the latest version
16211622

16221623
* `-i, --install-dir DIR` - Gem repository directory to get installed gems
16231624
* `-n, --bindir DIR` - Directory where executables will be placed when the gem is installed
1625+
* `-j, --build-jobs VALUE` - Specify the number of jobs to pass to `make` when installing gems with native extensions. Defaults to the number of processors. This option is ignored on the mswin platform or if the MAKEFLAGS environment variable is set.
16241626
* `--document [TYPES]` - Generate documentation for installed gems List the documentation types you wish to generate. For example: rdoc,ri
16251627
* `--build-root DIR` - Temporary installation root. Useful for building packages. Do not use this when installing remote gems.
16261628
* `--vendor` - Install gem into the vendor directory. Only for use by gem repackagers.

0 commit comments

Comments
 (0)