[前][次][番号順一覧][スレッド一覧]

ruby-changes:69584

From: Nobuyoshi <ko1@a...>
Date: Thu, 4 Nov 2021 23:06:36 +0900 (JST)
Subject: [ruby-changes:69584] 539c42ed89 (master): [rubygems/rubygems] Fix typos

https://git.ruby-lang.org/ruby.git/commit/?id=539c42ed89

From 539c42ed893b5ce14b6831f5540dbe3424e9a065 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 3 Nov 2021 18:54:14 +0900
Subject: [rubygems/rubygems] Fix typos

https://github.com/rubygems/rubygems/commit/f328ef6f77
---
 lib/bundler/man/bundle-add.1                           |  2 +-
 lib/bundler/man/bundle-binstubs.1                      |  2 +-
 lib/bundler/man/bundle-cache.1                         |  2 +-
 lib/bundler/man/bundle-check.1                         |  2 +-
 lib/bundler/man/bundle-clean.1                         |  2 +-
 lib/bundler/man/bundle-config.1                        |  6 +++---
 lib/bundler/man/bundle-config.1.ronn                   |  4 ++--
 lib/bundler/man/bundle-doctor.1                        |  2 +-
 lib/bundler/man/bundle-exec.1                          |  2 +-
 lib/bundler/man/bundle-gem.1                           |  2 +-
 lib/bundler/man/bundle-info.1                          |  2 +-
 lib/bundler/man/bundle-init.1                          |  2 +-
 lib/bundler/man/bundle-inject.1                        |  2 +-
 lib/bundler/man/bundle-install.1                       |  2 +-
 lib/bundler/man/bundle-list.1                          |  2 +-
 lib/bundler/man/bundle-lock.1                          |  2 +-
 lib/bundler/man/bundle-open.1                          |  2 +-
 lib/bundler/man/bundle-outdated.1                      |  2 +-
 lib/bundler/man/bundle-platform.1                      |  2 +-
 lib/bundler/man/bundle-pristine.1                      |  2 +-
 lib/bundler/man/bundle-remove.1                        |  2 +-
 lib/bundler/man/bundle-show.1                          |  2 +-
 lib/bundler/man/bundle-update.1                        |  2 +-
 lib/bundler/man/bundle-viz.1                           |  2 +-
 lib/bundler/man/bundle.1                               |  2 +-
 lib/bundler/man/gemfile.5                              |  2 +-
 spec/bundler/install/gemfile/specific_platform_spec.rb |  4 ++--
 test/rubygems/test_gem_commands_signin_command.rb      |  2 +-
 test/rubygems/test_gem_resolver.rb                     | 14 +++++++-------
 29 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/lib/bundler/man/bundle-add.1 b/lib/bundler/man/bundle-add.1
index 0cac84bbe82..1d1e32e2e50 100644
--- a/lib/bundler/man/bundle-add.1
+++ b/lib/bundler/man/bundle-add.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-add.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-ADD" "1" "August 2021" "" ""
+.TH "BUNDLE\-ADD" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install
diff --git a/lib/bundler/man/bundle-binstubs.1 b/lib/bundler/man/bundle-binstubs.1
index 017e302fec7..1447c034482 100644
--- a/lib/bundler/man/bundle-binstubs.1
+++ b/lib/bundler/man/bundle-binstubs.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-binstubs.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-BINSTUBS" "1" "August 2021" "" ""
+.TH "BUNDLE\-BINSTUBS" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-binstubs\fR \- Install the binstubs of the listed gems
diff --git a/lib/bundler/man/bundle-cache.1 b/lib/bundler/man/bundle-cache.1
index cfb4b847201..b774bfd39bd 100644
--- a/lib/bundler/man/bundle-cache.1
+++ b/lib/bundler/man/bundle-cache.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-cache.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-CACHE" "1" "August 2021" "" ""
+.TH "BUNDLE\-CACHE" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-cache\fR \- Package your needed \fB\.gem\fR files into your application
diff --git a/lib/bundler/man/bundle-check.1 b/lib/bundler/man/bundle-check.1
index bc8f4772f65..1d490ca2ba4 100644
--- a/lib/bundler/man/bundle-check.1
+++ b/lib/bundler/man/bundle-check.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-check.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-CHECK" "1" "August 2021" "" ""
+.TH "BUNDLE\-CHECK" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-check\fR \- Verifies if dependencies are satisfied by installed gems
diff --git a/lib/bundler/man/bundle-clean.1 b/lib/bundler/man/bundle-clean.1
index 814d28e4541..db13ad2bf53 100644
--- a/lib/bundler/man/bundle-clean.1
+++ b/lib/bundler/man/bundle-clean.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-clean.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-CLEAN" "1" "August 2021" "" ""
+.TH "BUNDLE\-CLEAN" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-clean\fR \- Cleans up unused gems in your bundler directory
diff --git a/lib/bundler/man/bundle-config.1 b/lib/bundler/man/bundle-config.1
index 06f2a7bb73a..94f7b98d9ad 100644
--- a/lib/bundler/man/bundle-config.1
+++ b/lib/bundler/man/bundle-config.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-config.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-CONFIG" "1" "August 2021" "" ""
+.TH "BUNDLE\-CONFIG" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-config\fR \- Set bundler configuration options
@@ -462,13 +462,13 @@ export BUNDLE_GITHUB__COM=abcd0123generatedtoken:x\-oauth\-basic https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-config.1#L462
 .IP "" 0
 .
 .P
-Note that any configured credentials will be redacted by informative commands such as \fBbundle config list\fR or \fBbundle config get\fR, unless you use the \fB\-\-parseable\fR flag\. This is to avoid unintentially leaking credentials when copy\-pasting bundler output\.
+Note that any configured credentials will be redacted by informative commands such as \fBbundle config list\fR or \fBbundle config get\fR, unless you use the \fB\-\-parseable\fR flag\. This is to avoid unintentionally leaking credentials when copy\-pasting bundler output\.
 .
 .P
 Also note that to guarantee a sane mapping between valid environment variable names and valid host names, bundler makes the following transformations:
 .
 .IP "\(bu" 4
-Any \fB\-\fR characters in a host name are mapped to a triple dash (\fB___\fR) in the corresponding enviroment variable\.
+Any \fB\-\fR characters in a host name are mapped to a triple dash (\fB___\fR) in the corresponding environment variable\.
 .
 .IP "\(bu" 4
 Any \fB\.\fR characters in a host name are mapped to a double dash (\fB__\fR) in the corresponding environment variable\.
diff --git a/lib/bundler/man/bundle-config.1.ronn b/lib/bundler/man/bundle-config.1.ronn
index 96374d9f2ba..a21aa027ad2 100644
--- a/lib/bundler/man/bundle-config.1.ronn
+++ b/lib/bundler/man/bundle-config.1.ronn
@@ -367,14 +367,14 @@ where you can use personal OAuth tokens: https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-config.1.ronn#L367
 
 Note that any configured credentials will be redacted by informative commands
 such as `bundle config list` or `bundle config get`, unless you use the
-`--parseable` flag. This is to avoid unintentially leaking credentials when
+`--parseable` flag. This is to avoid unintentionally leaking credentials when
 copy-pasting bundler output.
 
 Also note that to guarantee a sane mapping between valid environment variable
 names and valid host names, bundler makes the following transformations:
 
 * Any `-` characters in a host name are mapped to a triple dash (`___`) in the
-  corresponding enviroment variable.
+  corresponding environment variable.
 
 * Any `.` characters in a host name are mapped to a double dash (`__`) in the
   corresponding environment variable.
diff --git a/lib/bundler/man/bundle-doctor.1 b/lib/bundler/man/bundle-doctor.1
index 5509d315c0e..64ae8d1164f 100644
--- a/lib/bundler/man/bundle-doctor.1
+++ b/lib/bundler/man/bundle-doctor.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-doctor.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-DOCTOR" "1" "August 2021" "" ""
+.TH "BUNDLE\-DOCTOR" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-doctor\fR \- Checks the bundle for common problems
diff --git a/lib/bundler/man/bundle-exec.1 b/lib/bundler/man/bundle-exec.1
index 627ba57ec45..61b9833c357 100644
--- a/lib/bundler/man/bundle-exec.1
+++ b/lib/bundler/man/bundle-exec.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-exec.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-EXEC" "1" "August 2021" "" ""
+.TH "BUNDLE\-EXEC" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-exec\fR \- Execute a command in the context of the bundle
diff --git a/lib/bundler/man/bundle-gem.1 b/lib/bundler/man/bundle-gem.1
index 0190cefa3b4..42875fc1893 100644
--- a/lib/bundler/man/bundle-gem.1
+++ b/lib/bundler/man/bundle-gem.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-gem.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-GEM" "1" "August 2021" "" ""
+.TH "BUNDLE\-GEM" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-gem\fR \- Generate a project skeleton for creating a rubygem
diff --git a/lib/bundler/man/bundle-info.1 b/lib/bundler/man/bundle-info.1
index 5a1ff7757d9..0804534c3ec 100644
--- a/lib/bundler/man/bundle-info.1
+++ b/lib/bundler/man/bundle-info.1
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-info.1#L1
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "BUNDLE\-INFO" "1" "August 2021" "" ""
+.TH "BUNDLE\-INFO" "1" "November 2021" "" ""
 .
 .SH "NAME"
 \fBbundle\-info\fR \- Show information for the given gem in your bundle
di (... truncated)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]