1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the latest documentation of bundler

This commit is contained in:
Hiroshi SHIBATA 2019-09-18 15:28:08 +09:00
parent 2da8574930
commit ba86353446
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
51 changed files with 384 additions and 384 deletions

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-ADD" "1" "August 2019" "" ""
.TH "BUNDLE\-ADD" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install

View file

@ -55,4 +55,4 @@ OPTIONS
August 2019 BUNDLE-ADD(1)
September 2019 BUNDLE-ADD(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-BINSTUBS" "1" "August 2019" "" ""
.TH "BUNDLE\-BINSTUBS" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-binstubs\fR \- Install the binstubs of the listed gems

View file

@ -45,4 +45,4 @@ BUNDLE INSTALL --BINSTUBS
August 2019 BUNDLE-BINSTUBS(1)
September 2019 BUNDLE-BINSTUBS(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-CHECK" "1" "August 2019" "" ""
.TH "BUNDLE\-CHECK" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems

View file

@ -30,4 +30,4 @@ OPTIONS
August 2019 BUNDLE-CHECK(1)
September 2019 BUNDLE-CHECK(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-CLEAN" "1" "August 2019" "" ""
.TH "BUNDLE\-CLEAN" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory

View file

@ -23,4 +23,4 @@ OPTIONS
August 2019 BUNDLE-CLEAN(1)
September 2019 BUNDLE-CLEAN(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-CONFIG" "1" "August 2019" "" ""
.TH "BUNDLE\-CONFIG" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-config\fR \- Set bundler configuration options

View file

@ -525,4 +525,4 @@ CONFIGURE BUNDLER DIRECTORIES
August 2019 BUNDLE-CONFIG(1)
September 2019 BUNDLE-CONFIG(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-DOCTOR" "1" "August 2019" "" ""
.TH "BUNDLE\-DOCTOR" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-doctor\fR \- Checks the bundle for common problems

View file

@ -41,4 +41,4 @@ OPTIONS
August 2019 BUNDLE-DOCTOR(1)
September 2019 BUNDLE-DOCTOR(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-EXEC" "1" "August 2019" "" ""
.TH "BUNDLE\-EXEC" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-exec\fR \- Execute a command in the context of the bundle
@ -155,7 +155,7 @@ You can find a list of all the gems containing gem plugins by running
.
.nf
ruby \-rubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
ruby \-rrubygems \-e "puts Gem\.find_files(\'rubygems_plugin\.rb\')"
.
.fi
.

View file

@ -165,7 +165,7 @@ RUBYGEMS PLUGINS
ruby -rubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
@ -175,4 +175,4 @@ RUBYGEMS PLUGINS
August 2019 BUNDLE-EXEC(1)
September 2019 BUNDLE-EXEC(1)

View file

@ -145,7 +145,7 @@ their plugins.
You can find a list of all the gems containing gem plugins
by running
ruby -rubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
ruby -rrubygems -e "puts Gem.find_files('rubygems_plugin.rb')"
At the very least, you should remove all but the newest
version of each gem plugin, and also remove all gem plugins

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-GEM" "1" "August 2019" "" ""
.TH "BUNDLE\-GEM" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem

View file

@ -77,8 +77,8 @@ OPTIONS
-e, --edit[=EDITOR]
Open the resulting GEM_NAME.gemspec in EDITOR, or the default
editor if not specified. The default is $BUNDLER_EDITOR, $VIS-
UAL, or $EDITOR.
editor if not specified. The default is $BUNDLER_EDITOR,
$VISUAL, or $EDITOR.
SEE ALSO
o bundle config(1) bundle-config.1.html
@ -88,4 +88,4 @@ SEE ALSO
August 2019 BUNDLE-GEM(1)
September 2019 BUNDLE-GEM(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-INFO" "1" "August 2019" "" ""
.TH "BUNDLE\-INFO" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-info\fR \- Show information for the given gem in your bundle

View file

@ -18,4 +18,4 @@ OPTIONS
August 2019 BUNDLE-INFO(1)
September 2019 BUNDLE-INFO(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-INIT" "1" "August 2019" "" ""
.TH "BUNDLE\-INIT" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-init\fR \- Generates a Gemfile into the current working directory

View file

@ -31,4 +31,4 @@ SEE ALSO
August 2019 BUNDLE-INIT(1)
September 2019 BUNDLE-INIT(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-INJECT" "1" "August 2019" "" ""
.TH "BUNDLE\-INJECT" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile

View file

@ -29,4 +29,4 @@ DESCRIPTION
August 2019 BUNDLE-INJECT(1)
September 2019 BUNDLE-INJECT(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-INSTALL" "1" "August 2019" "" ""
.TH "BUNDLE\-INSTALL" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-install\fR \- Install the dependencies specified in your Gemfile

View file

@ -398,4 +398,4 @@ SEE ALSO
August 2019 BUNDLE-INSTALL(1)
September 2019 BUNDLE-INSTALL(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-LIST" "1" "August 2019" "" ""
.TH "BUNDLE\-LIST" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-list\fR \- List all the gems in the bundle

View file

@ -40,4 +40,4 @@ OPTIONS
August 2019 BUNDLE-LIST(1)
September 2019 BUNDLE-LIST(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-LOCK" "1" "August 2019" "" ""
.TH "BUNDLE\-LOCK" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-lock\fR \- Creates / Updates a lockfile without installing

View file

@ -90,4 +90,4 @@ PATCH LEVEL OPTIONS
August 2019 BUNDLE-LOCK(1)
September 2019 BUNDLE-LOCK(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-OPEN" "1" "August 2019" "" ""
.TH "BUNDLE\-OPEN" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-open\fR \- Opens the source directory for a gem in your bundle

View file

@ -26,4 +26,4 @@ DESCRIPTION
August 2019 BUNDLE-OPEN(1)
September 2019 BUNDLE-OPEN(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-OUTDATED" "1" "August 2019" "" ""
.TH "BUNDLE\-OUTDATED" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-outdated\fR \- List installed gems with newer versions available

View file

@ -128,4 +128,4 @@ FILTERING OUTPUT
August 2019 BUNDLE-OUTDATED(1)
September 2019 BUNDLE-OUTDATED(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-PACKAGE" "1" "August 2019" "" ""
.TH "BUNDLE\-PACKAGE" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-package\fR \- Package your needed \fB\.gem\fR files into your application

View file

@ -76,4 +76,4 @@ REMOTE FETCHING
August 2019 BUNDLE-PACKAGE(1)
September 2019 BUNDLE-PACKAGE(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-PLATFORM" "1" "August 2019" "" ""
.TH "BUNDLE\-PLATFORM" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-platform\fR \- Displays platform compatibility information

View file

@ -54,4 +54,4 @@ OPTIONS
August 2019 BUNDLE-PLATFORM(1)
September 2019 BUNDLE-PLATFORM(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-PRISTINE" "1" "August 2019" "" ""
.TH "BUNDLE\-PRISTINE" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-pristine\fR \- Restores installed gems to their pristine condition

View file

@ -41,4 +41,4 @@ DESCRIPTION
August 2019 BUNDLE-PRISTINE(1)
September 2019 BUNDLE-PRISTINE(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-REMOVE" "1" "August 2019" "" ""
.TH "BUNDLE\-REMOVE" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-remove\fR \- Removes gems from the Gemfile

View file

@ -31,4 +31,4 @@ OPTIONS
August 2019 BUNDLE-REMOVE(1)
September 2019 BUNDLE-REMOVE(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-SHOW" "1" "August 2019" "" ""
.TH "BUNDLE\-SHOW" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem

View file

@ -24,4 +24,4 @@ OPTIONS
August 2019 BUNDLE-SHOW(1)
September 2019 BUNDLE-SHOW(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-UPDATE" "1" "August 2019" "" ""
.TH "BUNDLE\-UPDATE" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-update\fR \- Update your gems to the latest available versions

View file

@ -387,4 +387,4 @@ RECOMMENDED WORKFLOW
August 2019 BUNDLE-UPDATE(1)
September 2019 BUNDLE-UPDATE(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE\-VIZ" "1" "August 2019" "" ""
.TH "BUNDLE\-VIZ" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\-viz\fR \- Generates a visual dependency graph for your Gemfile

View file

@ -36,4 +36,4 @@ OPTIONS
August 2019 BUNDLE-VIZ(1)
September 2019 BUNDLE-VIZ(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "BUNDLE" "1" "August 2019" "" ""
.TH "BUNDLE" "1" "September 2019" "" ""
.
.SH "NAME"
\fBbundle\fR \- Ruby Dependency Management

View file

@ -113,4 +113,4 @@ OBSOLETE
August 2019 BUNDLE(1)
September 2019 BUNDLE(1)

View file

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GEMFILE" "5" "August 2019" "" ""
.TH "GEMFILE" "5" "September 2019" "" ""
.
.SH "NAME"
\fBGemfile\fR \- A format for describing gem dependencies for Ruby programs

View file

@ -646,4 +646,4 @@ SOURCE PRIORITY
August 2019 GEMFILE(5)
September 2019 GEMFILE(5)