From c9cdb92c3e53581b4702ef225dc1a647c7af9ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 24 Nov 2020 11:31:44 +0100 Subject: [PATCH] Merge pull request #4079 from cotes2020/patch-1 Fix typo of `bundle-install.1` (v2.1) (cherry picked from commit 51d6620f4b2da4a16a4abd91ae24d19ea52f23f5) --- bundler/lib/bundler/man/bundle-install.1.ronn | 2 +- bundler/man/bundle-add.1 | 2 +- bundler/man/bundle-binstubs.1 | 2 +- bundler/man/bundle-cache.1 | 2 +- bundler/man/bundle-check.1 | 2 +- bundler/man/bundle-clean.1 | 2 +- bundler/man/bundle-config.1 | 2 +- bundler/man/bundle-doctor.1 | 2 +- bundler/man/bundle-exec.1 | 2 +- bundler/man/bundle-gem.1 | 2 +- bundler/man/bundle-info.1 | 2 +- bundler/man/bundle-init.1 | 2 +- bundler/man/bundle-inject.1 | 2 +- bundler/man/bundle-install.1 | 4 ++-- bundler/man/bundle-list.1 | 2 +- bundler/man/bundle-lock.1 | 2 +- bundler/man/bundle-open.1 | 2 +- bundler/man/bundle-outdated.1 | 2 +- bundler/man/bundle-platform.1 | 2 +- bundler/man/bundle-pristine.1 | 2 +- bundler/man/bundle-remove.1 | 2 +- bundler/man/bundle-show.1 | 2 +- bundler/man/bundle-update.1 | 2 +- bundler/man/bundle-viz.1 | 2 +- bundler/man/bundle.1 | 2 +- bundler/man/gemfile.5 | 2 +- 26 files changed, 27 insertions(+), 27 deletions(-) diff --git a/bundler/lib/bundler/man/bundle-install.1.ronn b/bundler/lib/bundler/man/bundle-install.1.ronn index 07aeb1da90df..5ea777f1d4b8 100644 --- a/bundler/lib/bundler/man/bundle-install.1.ronn +++ b/bundler/lib/bundler/man/bundle-install.1.ronn @@ -105,7 +105,7 @@ automatically and that requires `bundler` to silently remember them. Since * `--local`: Do not attempt to connect to `rubygems.org`. Instead, Bundler will use the - gems already present in Rubygems' cache or in `vendor/cache`. Note that if a + gems already present in Rubygems' cache or in `vendor/cache`. Note that if an appropriate platform-specific gem exists on `rubygems.org` it will not be found. diff --git a/bundler/man/bundle-add.1 b/bundler/man/bundle-add.1 index 486c24971905..985d3be8b13b 100644 --- a/bundler/man/bundle-add.1 +++ b/bundler/man/bundle-add.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-ADD" "1" "October 2020" "" "" +.TH "BUNDLE\-ADD" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install diff --git a/bundler/man/bundle-binstubs.1 b/bundler/man/bundle-binstubs.1 index 782a464c1618..75d6b98c9627 100644 --- a/bundler/man/bundle-binstubs.1 +++ b/bundler/man/bundle-binstubs.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-BINSTUBS" "1" "October 2020" "" "" +.TH "BUNDLE\-BINSTUBS" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-binstubs\fR \- Install the binstubs of the listed gems diff --git a/bundler/man/bundle-cache.1 b/bundler/man/bundle-cache.1 index f840893f964b..313359d78f87 100644 --- a/bundler/man/bundle-cache.1 +++ b/bundler/man/bundle-cache.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CACHE" "1" "October 2020" "" "" +.TH "BUNDLE\-CACHE" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-cache\fR \- Package your needed \fB\.gem\fR files into your application diff --git a/bundler/man/bundle-check.1 b/bundler/man/bundle-check.1 index 4c7bc3f32974..3f1a4bc329fe 100644 --- a/bundler/man/bundle-check.1 +++ b/bundler/man/bundle-check.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CHECK" "1" "October 2020" "" "" +.TH "BUNDLE\-CHECK" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems diff --git a/bundler/man/bundle-clean.1 b/bundler/man/bundle-clean.1 index dd1682a48b93..1c111ae90690 100644 --- a/bundler/man/bundle-clean.1 +++ b/bundler/man/bundle-clean.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CLEAN" "1" "October 2020" "" "" +.TH "BUNDLE\-CLEAN" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory diff --git a/bundler/man/bundle-config.1 b/bundler/man/bundle-config.1 index bf63e388ffb8..39b32e749670 100644 --- a/bundler/man/bundle-config.1 +++ b/bundler/man/bundle-config.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CONFIG" "1" "October 2020" "" "" +.TH "BUNDLE\-CONFIG" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-config\fR \- Set bundler configuration options diff --git a/bundler/man/bundle-doctor.1 b/bundler/man/bundle-doctor.1 index 82f0fc6fba37..39841c8032a1 100644 --- a/bundler/man/bundle-doctor.1 +++ b/bundler/man/bundle-doctor.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-DOCTOR" "1" "October 2020" "" "" +.TH "BUNDLE\-DOCTOR" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-doctor\fR \- Checks the bundle for common problems diff --git a/bundler/man/bundle-exec.1 b/bundler/man/bundle-exec.1 index 4dc42bed288f..b8c1b308c345 100644 --- a/bundler/man/bundle-exec.1 +++ b/bundler/man/bundle-exec.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-EXEC" "1" "October 2020" "" "" +.TH "BUNDLE\-EXEC" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-exec\fR \- Execute a command in the context of the bundle diff --git a/bundler/man/bundle-gem.1 b/bundler/man/bundle-gem.1 index 124df739cc22..65c35615c5e7 100644 --- a/bundler/man/bundle-gem.1 +++ b/bundler/man/bundle-gem.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-GEM" "1" "October 2020" "" "" +.TH "BUNDLE\-GEM" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem diff --git a/bundler/man/bundle-info.1 b/bundler/man/bundle-info.1 index 2d860d51abbd..b20396d273e9 100644 --- a/bundler/man/bundle-info.1 +++ b/bundler/man/bundle-info.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-INFO" "1" "October 2020" "" "" +.TH "BUNDLE\-INFO" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-info\fR \- Show information for the given gem in your bundle diff --git a/bundler/man/bundle-init.1 b/bundler/man/bundle-init.1 index c21e2690715b..b6714730c4af 100644 --- a/bundler/man/bundle-init.1 +++ b/bundler/man/bundle-init.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-INIT" "1" "October 2020" "" "" +.TH "BUNDLE\-INIT" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-init\fR \- Generates a Gemfile into the current working directory diff --git a/bundler/man/bundle-inject.1 b/bundler/man/bundle-inject.1 index 20bcbba735f5..9704eba89bac 100644 --- a/bundler/man/bundle-inject.1 +++ b/bundler/man/bundle-inject.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-INJECT" "1" "October 2020" "" "" +.TH "BUNDLE\-INJECT" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile diff --git a/bundler/man/bundle-install.1 b/bundler/man/bundle-install.1 index 0abd1a31e262..7c34f37cdd1a 100644 --- a/bundler/man/bundle-install.1 +++ b/bundler/man/bundle-install.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-INSTALL" "1" "October 2020" "" "" +.TH "BUNDLE\-INSTALL" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-install\fR \- Install the dependencies specified in your Gemfile @@ -67,7 +67,7 @@ The maximum number of parallel download and install jobs\. The default is \fB1\f . .TP \fB\-\-local\fR -Do not attempt to connect to \fBrubygems\.org\fR\. Instead, Bundler will use the gems already present in Rubygems\' cache or in \fBvendor/cache\fR\. Note that if a appropriate platform\-specific gem exists on \fBrubygems\.org\fR it will not be found\. +Do not attempt to connect to \fBrubygems\.org\fR\. Instead, Bundler will use the gems already present in Rubygems\' cache or in \fBvendor/cache\fR\. Note that if an appropriate platform\-specific gem exists on \fBrubygems\.org\fR it will not be found\. . .TP \fB\-\-no\-cache\fR diff --git a/bundler/man/bundle-list.1 b/bundler/man/bundle-list.1 index ebedb62b38e5..d758e61a4962 100644 --- a/bundler/man/bundle-list.1 +++ b/bundler/man/bundle-list.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-LIST" "1" "October 2020" "" "" +.TH "BUNDLE\-LIST" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-list\fR \- List all the gems in the bundle diff --git a/bundler/man/bundle-lock.1 b/bundler/man/bundle-lock.1 index 350f1b3daab4..a70043df00dc 100644 --- a/bundler/man/bundle-lock.1 +++ b/bundler/man/bundle-lock.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-LOCK" "1" "October 2020" "" "" +.TH "BUNDLE\-LOCK" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-lock\fR \- Creates / Updates a lockfile without installing diff --git a/bundler/man/bundle-open.1 b/bundler/man/bundle-open.1 index 9986d5004c2c..631280c969c6 100644 --- a/bundler/man/bundle-open.1 +++ b/bundler/man/bundle-open.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-OPEN" "1" "October 2020" "" "" +.TH "BUNDLE\-OPEN" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-open\fR \- Opens the source directory for a gem in your bundle diff --git a/bundler/man/bundle-outdated.1 b/bundler/man/bundle-outdated.1 index 3fc3cdc601b7..66cfe1a5f75f 100644 --- a/bundler/man/bundle-outdated.1 +++ b/bundler/man/bundle-outdated.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-OUTDATED" "1" "October 2020" "" "" +.TH "BUNDLE\-OUTDATED" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-outdated\fR \- List installed gems with newer versions available diff --git a/bundler/man/bundle-platform.1 b/bundler/man/bundle-platform.1 index b4c521e0c1a1..9fda7cb92c45 100644 --- a/bundler/man/bundle-platform.1 +++ b/bundler/man/bundle-platform.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-PLATFORM" "1" "October 2020" "" "" +.TH "BUNDLE\-PLATFORM" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-platform\fR \- Displays platform compatibility information diff --git a/bundler/man/bundle-pristine.1 b/bundler/man/bundle-pristine.1 index 0a1790655efd..456108174627 100644 --- a/bundler/man/bundle-pristine.1 +++ b/bundler/man/bundle-pristine.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-PRISTINE" "1" "October 2020" "" "" +.TH "BUNDLE\-PRISTINE" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-pristine\fR \- Restores installed gems to their pristine condition diff --git a/bundler/man/bundle-remove.1 b/bundler/man/bundle-remove.1 index ee24f676a64c..b649f62673fb 100644 --- a/bundler/man/bundle-remove.1 +++ b/bundler/man/bundle-remove.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-REMOVE" "1" "October 2020" "" "" +.TH "BUNDLE\-REMOVE" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-remove\fR \- Removes gems from the Gemfile diff --git a/bundler/man/bundle-show.1 b/bundler/man/bundle-show.1 index f83c810ffe49..1b0608f75a4b 100644 --- a/bundler/man/bundle-show.1 +++ b/bundler/man/bundle-show.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-SHOW" "1" "October 2020" "" "" +.TH "BUNDLE\-SHOW" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-show\fR \- Shows all the gems in your bundle, or the path to a gem diff --git a/bundler/man/bundle-update.1 b/bundler/man/bundle-update.1 index 002f2e69b940..f9922f6618aa 100644 --- a/bundler/man/bundle-update.1 +++ b/bundler/man/bundle-update.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-UPDATE" "1" "October 2020" "" "" +.TH "BUNDLE\-UPDATE" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-update\fR \- Update your gems to the latest available versions diff --git a/bundler/man/bundle-viz.1 b/bundler/man/bundle-viz.1 index cb2fcde537e2..2f68f644bf7f 100644 --- a/bundler/man/bundle-viz.1 +++ b/bundler/man/bundle-viz.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-VIZ" "1" "October 2020" "" "" +.TH "BUNDLE\-VIZ" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\-viz\fR \- Generates a visual dependency graph for your Gemfile diff --git a/bundler/man/bundle.1 b/bundler/man/bundle.1 index 86d0aec4973b..232752e914d2 100644 --- a/bundler/man/bundle.1 +++ b/bundler/man/bundle.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE" "1" "October 2020" "" "" +.TH "BUNDLE" "1" "November 2020" "" "" . .SH "NAME" \fBbundle\fR \- Ruby Dependency Management diff --git a/bundler/man/gemfile.5 b/bundler/man/gemfile.5 index 401487c688b7..f501db2b663f 100644 --- a/bundler/man/gemfile.5 +++ b/bundler/man/gemfile.5 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "GEMFILE" "5" "October 2020" "" "" +.TH "GEMFILE" "5" "November 2020" "" "" . .SH "NAME" \fBGemfile\fR \- A format for describing gem dependencies for Ruby programs