Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.75
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby40 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
2.79
KB
-rw-r--r--
2026-05-21 12:15
bundle-binstubs.1
1.55
KB
-rw-r--r--
2026-05-21 12:15
bundle-cache.1
3.74
KB
-rw-r--r--
2026-05-21 12:15
bundle-check.1
906
B
-rw-r--r--
2026-05-21 12:15
bundle-clean.1
726
B
-rw-r--r--
2026-05-21 12:15
bundle-config.1
20.9
KB
-rw-r--r--
2026-05-21 12:15
bundle-console.1
1.43
KB
-rw-r--r--
2026-05-21 12:15
bundle-doctor.1
2.59
KB
-rw-r--r--
2026-05-21 12:15
bundle-env.1
338
B
-rw-r--r--
2026-05-21 12:15
bundle-exec.1
6.36
KB
-rw-r--r--
2026-05-21 12:15
bundle-fund.1
622
B
-rw-r--r--
2026-05-21 12:15
bundle-gem.1
6.31
KB
-rw-r--r--
2026-05-21 12:15
bundle-help.1
448
B
-rw-r--r--
2026-05-21 12:15
bundle-info.1
524
B
-rw-r--r--
2026-05-21 12:15
bundle-init.1
1.14
KB
-rw-r--r--
2026-05-21 12:15
bundle-install.1
13
KB
-rw-r--r--
2026-05-21 12:15
bundle-issue.1
1.27
KB
-rw-r--r--
2026-05-21 12:15
bundle-licenses.1
311
B
-rw-r--r--
2026-05-21 12:15
bundle-list.1
1.03
KB
-rw-r--r--
2026-05-21 12:15
bundle-lock.1
3.65
KB
-rw-r--r--
2026-05-21 12:15
bundle-open.1
797
B
-rw-r--r--
2026-05-21 12:15
bundle-outdated.1
3.4
KB
-rw-r--r--
2026-05-21 12:15
bundle-platform.1
1.39
KB
-rw-r--r--
2026-05-21 12:15
bundle-plugin.1
2.44
KB
-rw-r--r--
2026-05-21 12:15
bundle-pristine.1
1.62
KB
-rw-r--r--
2026-05-21 12:15
bundle-remove.1
544
B
-rw-r--r--
2026-05-21 12:15
bundle-show.1
677
B
-rw-r--r--
2026-05-21 12:15
bundle-update.1
13.62
KB
-rw-r--r--
2026-05-21 12:15
bundle-version.1
618
B
-rw-r--r--
2026-05-21 12:15
bundle.1
3.44
KB
-rw-r--r--
2026-05-21 12:15
erb.1.gz
1.49
KB
-rw-r--r--
2026-05-21 12:15
ruby.1.gz
8.28
KB
-rw-r--r--
2026-05-21 12:15
Save
Rename
.\" generated with Ronn-NG/v0.10.1 .\" http://github.com/apjanke/ronn-ng/tree/0.10.1 .TH "BUNDLE\-BINSTUBS" "1" "March 2026" "" .SH "NAME" \fBbundle\-binstubs\fR \- Install the binstubs of the listed gems .SH "SYNOPSIS" \fBbundle binstubs\fR \fIGEM_NAME\fR [\-\-force] [\-\-standalone] [\-\-all\-platforms] .SH "DESCRIPTION" Binstubs are scripts that wrap around executables\. Bundler creates a small Ruby file (a binstub) that loads Bundler, runs the command, and puts it into \fBbin/\fR\. Binstubs are a shortcut\-or alternative\- to always using \fBbundle exec\fR\. This gives you a file that can be run directly, and one that will always run the correct gem version used by the application\. .P For example, if you run \fBbundle binstubs rspec\-core\fR, Bundler will create the file \fBbin/rspec\fR\. That file will contain enough code to load Bundler, tell it to load the bundled gems, and then run rspec\. .P This command generates binstubs for executables in \fBGEM_NAME\fR\. Binstubs are put into \fBbin\fR, or the directory specified by \fBbin\fR setting if it has been configured\. Calling binstubs with [GEM [GEM]] will create binstubs for all given gems\. .SH "OPTIONS" .TP \fB\-\-force\fR Overwrite existing binstubs if they exist\. .TP \fB\-\-standalone\fR Makes binstubs that can work without depending on Rubygems or Bundler at runtime\. .TP \fB\-\-shebang=SHEBANG\fR Specify a different shebang executable name than the default (default 'ruby') .TP \fB\-\-all\fR Create binstubs for all gems in the bundle\. .TP \fB\-\-all\-platforms\fR Install binstubs for all platforms\.