$59 GRAYBYTE WORDPRESS FILE MANAGER $83

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby34/share/man/man1/

HOME
Current File : /opt/alt/ruby34/share/man/man1//bundle-gem.1
.\" generated with Ronn-NG/v0.10.1
.\" http://github.com/apjanke/ronn-ng/tree/0.10.1
.TH "BUNDLE\-GEM" "1" "March 2025" ""
.SH "NAME"
\fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem
.SH "SYNOPSIS"
\fBbundle gem\fR \fIGEM_NAME\fR \fIOPTIONS\fR
.SH "DESCRIPTION"
Generates a directory named \fBGEM_NAME\fR with a \fBRakefile\fR, \fBGEM_NAME\.gemspec\fR, and other supporting files and directories that can be used to develop a rubygem with that name\.
.P
Run \fBrake \-T\fR in the resulting project for a list of Rake tasks that can be used to test and publish the gem to rubygems\.org\.
.P
The generated project skeleton can be customized with OPTIONS, as explained below\. Note that these options can also be specified via Bundler's global configuration file using the following names:
.IP "\(bu" 4
\fBgem\.coc\fR
.IP "\(bu" 4
\fBgem\.mit\fR
.IP "\(bu" 4
\fBgem\.test\fR
.IP "" 0
.SH "OPTIONS"
.IP "\(bu" 4
\fB\-\-exe\fR, \fB\-\-bin\fR, \fB\-b\fR: Specify that Bundler should create a binary executable (as \fBexe/GEM_NAME\fR) in the generated rubygem project\. This binary will also be added to the \fBGEM_NAME\.gemspec\fR manifest\. This behavior is disabled by default\.
.IP "\(bu" 4
\fB\-\-no\-exe\fR: Do not create a binary (overrides \fB\-\-exe\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-coc\fR: Add a \fBCODE_OF_CONDUCT\.md\fR file to the root of the generated project\. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's global config for future \fBbundle gem\fR use\.
.IP "\(bu" 4
\fB\-\-no\-coc\fR: Do not create a \fBCODE_OF_CONDUCT\.md\fR (overrides \fB\-\-coc\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-changelog\fR Add a \fBCHANGELOG\.md\fR file to the root of the generated project\. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's global config for future \fBbundle gem\fR use\.
.IP "\(bu" 4
\fB\-\-no\-changelog\fR: Do not create a \fBCHANGELOG\.md\fR (overrides \fB\-\-changelog\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-ext=c\fR, \fB\-\-ext=rust\fR: Add boilerplate for C or Rust (currently magnus \fIhttps://docs\.rs/magnus\fR based) extension code to the generated project\. This behavior is disabled by default\.
.IP "\(bu" 4
\fB\-\-no\-ext\fR: Do not add extension code (overrides \fB\-\-ext\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-git\fR: Initialize a git repo inside your library\.
.IP "\(bu" 4
\fB\-\-github\-username=GITHUB_USERNAME\fR: Fill in GitHub username on README so that you don't have to do it manually\. Set a default with \fBbundle config set \-\-global gem\.github_username <your_username>\fR\.
.IP "\(bu" 4
\fB\-\-mit\fR: Add an MIT license to a \fBLICENSE\.txt\fR file in the root of the generated project\. Your name from the global git config is used for the copyright statement\. If this option is unspecified, an interactive prompt will be displayed and the answer will be saved in Bundler's global config for future \fBbundle gem\fR use\.
.IP "\(bu" 4
\fB\-\-no\-mit\fR: Do not create a \fBLICENSE\.txt\fR (overrides \fB\-\-mit\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-t\fR, \fB\-\-test=minitest\fR, \fB\-\-test=rspec\fR, \fB\-\-test=test\-unit\fR: Specify the test framework that Bundler should use when generating the project\. Acceptable values are \fBminitest\fR, \fBrspec\fR and \fBtest\-unit\fR\. The \fBGEM_NAME\.gemspec\fR will be configured and a skeleton test/spec directory will be created based on this option\. Given no option is specified:
.IP
When Bundler is configured to generate tests, this defaults to Bundler's global config setting \fBgem\.test\fR\.
.IP
When Bundler is configured to not generate tests, 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\.
.IP "\(bu" 4
\fB\-\-no\-test\fR: Do not use a test framework (overrides \fB\-\-test\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-changelog\fR: Generate changelog file\. Set a default with \fBbundle config set \-\-global gem\.changelog true\fR\.
.IP "\(bu" 4
\fB\-\-ci\fR, \fB\-\-ci=circle\fR, \fB\-\-ci=github\fR, \fB\-\-ci=gitlab\fR: Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fBgithub\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\.
.IP "\(bu" 4
\fB\-\-no\-ci\fR: Do not use a continuous integration service (overrides \fB\-\-ci\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-linter\fR, \fB\-\-linter=rubocop\fR, \fB\-\-linter=standard\fR: Specify the linter and code formatter that Bundler should add to the project's development dependencies\. Acceptable values are \fBrubocop\fR and \fBstandard\fR\. A configuration file will be generated in the project directory\. Given no option is specified:
.IP
When Bundler is configured to add a linter, this defaults to Bundler's global config setting \fBgem\.linter\fR\.
.IP
When Bundler is configured not to add a linter, 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\.
.IP "\(bu" 4
\fB\-\-no\-linter\fR: Do not add a linter (overrides \fB\-\-linter\fR specified in the global config)\.
.IP "\(bu" 4
\fB\-\-rubocop\fR: Add rubocop to the generated Rakefile and gemspec\. Set a default with \fBbundle config set \-\-global gem\.rubocop true\fR\.
.IP "\(bu" 4
\fB\-\-edit=EDIT\fR, \fB\-e=EDIT\fR: 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\.
.IP "" 0
.SH "SEE ALSO"
.IP "\(bu" 4
bundle config(1) \fIbundle\-config\.1\.html\fR
.IP "" 0



Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
29 Mar 2025 8.41 AM
root / root
0755
bundle-add.1
2.789 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-binstubs.1
1.653 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-cache.1
4.14 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-check.1
1.082 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-clean.1
0.709 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-config.1
21.087 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-console.1
1.435 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-doctor.1
1.108 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-env.1
0.33 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-exec.1
6.566 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-fund.1
0.607 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-gem.1
6.445 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-help.1
0.438 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-info.1
0.512 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-init.1
1.139 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-inject.1
0.97 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-install.1
16.618 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-issue.1
1.272 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-licenses.1
0.304 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-list.1
0.926 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-lock.1
3.647 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-open.1
0.778 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-outdated.1
3.396 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-platform.1
1.386 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-plugin.1
2.111 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-pristine.1
1.615 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-remove.1
0.816 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-show.1
0.755 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-update.1
13.598 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-version.1
0.604 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle-viz.1
1.238 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
bundle.1
3.672 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
erb.1
3.248 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
rake.1
3.638 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
ri.1
5.222 KB
27 Jan 2026 4.00 PM
root / linksafe
0644
ruby.1
23.276 KB
27 Jan 2026 4.00 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF