Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2826da

Browse files
committed
Added manpages
1 parent 91d7abe commit f2826da

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

bundler/lib/bundler/man/bundle-gem.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ Add rubocop to the generated Rakefile and gemspec\. Set a default with \fBbundle
9797
.TP
9898
\fB\-\-edit=EDIT\fR, \fB\-e=EDIT\fR
9999
Open the resulting GEM_NAME\.gemspec in EDIT, or the default editor if not specified\. The default is \fB$BUNDLER_EDITOR\fR, \fB$VISUAL\fR, or \fB$EDITOR\fR\.
100+
.TP
101+
\fB\-\-bundle\fR
102+
Run \fBbundle install\fR after creating the gem\.
103+
.TP
104+
\fB\-\-no\-bundle\fR
105+
Do not run \fBbundle install\fR after creating the gem\.
100106
.SH "SEE ALSO"
101107
.IP "\(bu" 4
102108
bundle config(1) \fIbundle\-config\.1\.html\fR

bundler/lib/bundler/man/bundle-gem.1.ronn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ configuration file using the following names:
142142
Open the resulting GEM_NAME.gemspec in EDIT, or the default editor if not
143143
specified. The default is `$BUNDLER_EDITOR`, `$VISUAL`, or `$EDITOR`.
144144

145+
* `--bundle`:
146+
Run `bundle install` after creating the gem.
147+
148+
* `--no-bundle`:
149+
Do not run `bundle install` after creating the gem.
150+
145151
## SEE ALSO
146152

147153
* [bundle config(1)](bundle-config.1.html)

0 commit comments

Comments
 (0)