aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-gem.1.txt
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-05-30 17:22:34 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commita476d67f3503978e6f265ed921401d3625cd2372 (patch)
treed8e7258984ea5c6b196efd9bfcc74dc4ebc27307 /man/bundle-gem.1.txt
parent8e3136a03bdaf1aa405a07e689206080f3dfed7b (diff)
downloadruby-a476d67f3503978e6f265ed921401d3625cd2372.tar.gz
[rubygems/rubygems] Rebuild man pages for bundle gem
https://github.com/rubygems/rubygems/commit/b5a9cec1be
Diffstat (limited to 'man/bundle-gem.1.txt')
-rw-r--r--man/bundle-gem.1.txt22
1 files changed, 20 insertions, 2 deletions
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