зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Rebuild man pages for bundle gem
https://github.com/rubygems/rubygems/commit/b5a9cec1be
This commit is contained in:
Родитель
8e3136a03b
Коммит
a476d67f35
|
@ -77,6 +77,19 @@ When Bundler is configured to not generate tests, an interactive prompt will be
|
|||
When Bundler is unconfigured, an interactive prompt will be displayed and the answer will be saved in Bundler\'s global config for future \fBbundle gem\fR use\.
|
||||
.
|
||||
.TP
|
||||
\fB\-\-ci\fR, \fB\-\-test=github\fR, \fB\-\-test=travis\fR, \fB\-\-test=gitlab\fR, \fB\-\-test=circle\fR
|
||||
Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fBgithub\fR, \fBtravis\fR, \fBgitlab\fR and \fBcircle\fR\. A configuration file will be generated in the project directory\. Given no option is specified:
|
||||
.
|
||||
.IP
|
||||
When Bundler is configured to generate CI files, this defaults to Bundler\'s global config setting \fBgem\.ci\fR\.
|
||||
.
|
||||
.IP
|
||||
When Bundler is configured to not generate CI files, an interactive prompt will be displayed and the answer will be used for the current rubygem project\.
|
||||
.
|
||||
.IP
|
||||
When Bundler is unconfigured, an interactive prompt will be displayed and the answer will be saved in Bundler\'s global config for future \fBbundle gem\fR use\.
|
||||
.
|
||||
.TP
|
||||
\fB\-e\fR, \fB\-\-edit[=EDITOR]\fR
|
||||
Open the resulting GEM_NAME\.gemspec in EDITOR, or the default editor if not specified\. The default is \fB$BUNDLER_EDITOR\fR, \fB$VISUAL\fR, or \fB$EDITOR\fR\.
|
||||
.
|
||||
|
|
|
@ -83,6 +83,24 @@ OPTIONS
|
|||
displayed and the answer will be saved in Bundler's global
|
||||
config for future bundle gem use.
|
||||
|
||||
--ci, --test=github, --test=travis, --test=gitlab, --test=circle
|
||||
Specify the continuous integration service that Bundler should
|
||||
use when generating the project. Acceptable values are github,
|
||||
travis, gitlab and circle. A configuration file will be
|
||||
generated in the project directory. Given no option is
|
||||
specified:
|
||||
|
||||
When Bundler is configured to generate CI files, this defaults
|
||||
to Bundler's global config setting gem.ci.
|
||||
|
||||
When Bundler is configured to not generate CI files, an
|
||||
interactive prompt will be displayed and the answer will be used
|
||||
for the current rubygem project.
|
||||
|
||||
When Bundler is unconfigured, an interactive prompt will be
|
||||
displayed and the answer will be saved in Bundler's global
|
||||
config for future bundle gem use.
|
||||
|
||||
-e, --edit[=EDITOR]
|
||||
Open the resulting GEM_NAME.gemspec in EDITOR, or the default
|
||||
editor if not specified. The default is $BUNDLER_EDITOR,
|
||||
|
|
|
@ -76,6 +76,22 @@ configuration file using the following names:
|
|||
the answer will be saved in Bundler's global config for future `bundle gem`
|
||||
use.
|
||||
|
||||
* `--ci`, `--test=github`, `--test=travis`, `--test=gitlab`, `--test=circle`:
|
||||
Specify the continuous integration service that Bundler should use when
|
||||
generating the project. Acceptable values are `github`, `travis`, `gitlab`
|
||||
and `circle`. A configuration file will be generated in the project directory.
|
||||
Given no option is specified:
|
||||
|
||||
When Bundler is configured to generate CI files, this defaults to Bundler's
|
||||
global config setting `gem.ci`.
|
||||
|
||||
When Bundler is configured to not generate CI files, an interactive prompt
|
||||
will be displayed and the answer will be used for the current rubygem project.
|
||||
|
||||
When Bundler is unconfigured, an interactive prompt will be displayed and
|
||||
the answer will be saved in Bundler's global config for future `bundle gem`
|
||||
use.
|
||||
|
||||
* `-e`, `--edit[=EDITOR]`:
|
||||
Open the resulting GEM_NAME.gemspec in EDITOR, or the default editor if not
|
||||
specified. The default is `$BUNDLER_EDITOR`, `$VISUAL`, or `$EDITOR`.
|
||||
|
|
Загрузка…
Ссылка в новой задаче