You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: command-reference.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ next: /rubygems-org-api
8
8
9
9
<emclass="t-gray">What each `gem` command does, and how to use it.</em>
10
10
11
-
This reference was automatically generated from RubyGems version 4.0.1.
11
+
This reference was automatically generated from RubyGems version 4.0.2.
12
12
13
13
*[gem build](#gem-build)
14
14
*[gem cert](#gem-cert)
@@ -618,6 +618,7 @@ Install a gem into the local repository
618
618
619
619
*`-i, --install-dir DIR` - Gem repository directory to get installed gems
620
620
*`-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.
621
622
*`--document [TYPES]` - Generate documentation for installed gems List the documentation types you wish to generate. For example: rdoc,ri
622
623
*`--build-root DIR` - Temporary installation root. Useful for building packages. Do not use this when installing remote gems.
623
624
*`--vendor` - Install gem into the vendor directory. Only for use by gem repackagers.
@@ -1621,6 +1622,7 @@ Update installed gems to the latest version
1621
1622
1622
1623
*`-i, --install-dir DIR` - Gem repository directory to get installed gems
1623
1624
*`-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.
1624
1626
*`--document [TYPES]` - Generate documentation for installed gems List the documentation types you wish to generate. For example: rdoc,ri
1625
1627
*`--build-root DIR` - Temporary installation root. Useful for building packages. Do not use this when installing remote gems.
1626
1628
*`--vendor` - Install gem into the vendor directory. Only for use by gem repackagers.
0 commit comments