diff options
author | Frank Lam <[email protected]> | 2020-05-30 17:22:34 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-06-18 19:14:15 +0900 |
commit | a476d67f3503978e6f265ed921401d3625cd2372 (patch) | |
tree | d8e7258984ea5c6b196efd9bfcc74dc4ebc27307 /man | |
parent | 8e3136a03bdaf1aa405a07e689206080f3dfed7b (diff) |
[rubygems/rubygems] Rebuild man pages for bundle gem
https://github.com/rubygems/rubygems/commit/b5a9cec1be
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-gem.1 | 13 | ||||
-rw-r--r-- | man/bundle-gem.1.txt | 22 | ||||
-rw-r--r-- | man/bundle-gem.ronn | 16 |
3 files changed, 49 insertions, 2 deletions
diff --git a/man/bundle-gem.1 b/man/bundle-gem.1 index 84fafa6aa3..b0459d7f49 100644 --- a/man/bundle-gem.1 +++ b/man/bundle-gem.1 @@ -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\. . diff --git a/man/bundle-gem.1.txt b/man/bundle-gem.1.txt index d3a0f7bdc4..bf2f5b3cdc 100644 --- a/man/bundle-gem.1.txt +++ b/man/bundle-gem.1.txt @@ -83,9 +83,27 @@ 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, + Open the resulting GEM_NAME.gemspec in EDITOR, or the default + editor if not specified. The default is $BUNDLER_EDITOR, $VISUAL, or $EDITOR. SEE ALSO diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn index 7aa5c3333a..8d453ce077 100644 --- a/man/bundle-gem.ronn +++ b/man/bundle-gem.ronn @@ -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`. |