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

ruby-changes:71774

From: Tim <ko1@a...>
Date: Tue, 19 Apr 2022 08:31:53 +0900 (JST)
Subject: [ruby-changes:71774] 4299375b9b (master): Github -> GitHub

https://git.ruby-lang.org/ruby.git/commit/?id=4299375b9b

From 4299375b9b8b49b02b3d131bfbc621cf28752fae Mon Sep 17 00:00:00 2001
From: Tim Smith <tsmith@m...>
Date: Sun, 17 Apr 2022 22:08:42 -0700
Subject: Github -> GitHub

Fix the case of GitHub in various places

Signed-off-by: Tim Smith <tsmith@m...>
---
 .github/workflows/compilers.yml                  | 6 +++---
 test/rubygems/test_gem_resolver_installer_set.rb | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 2a99459372..e90af2dbbc 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -16,7 +16,7 @@ concurrency: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L16
   group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}
   cancel-in-progress: ${{ startsWith(github.event_name, 'pull') }}
 
-# Github actions does not support YAML anchors.  This creative use of
+# GitHub actions does not support YAML anchors.  This creative use of
 # environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
 # restriction.
 env:
@@ -25,7 +25,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L25
   crosshost: ''
 
   # -O1 is faster than -O3 in our tests... Majority of time are consumed trying
-  # to optimize binaries.  Also Github Actions run on relatively modern CPUs
+  # to optimize binaries.  Also GitHub Actions run on relatively modern CPUs
   # compared to, say, GCC 4 or Clang 3.  We don't specify `-march=native`
   # because compilers tend not understand what the CPU is.
   optflags: '-O1'
@@ -109,7 +109,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L109
           # now implies strict-prototypes. Disabling the error but leaving the
           # warning generates a lot of noise from use of ANYARGS in
           # rb_define_method() and friends.
-          # See: https://github.com/llvm/llvm-project/commit/11da1b53d8cd3507959022cd790d5a7ad4573d94 
+          # See: https://github.com/llvm/llvm-project/commit/11da1b53d8cd3507959022cd790d5a7ad4573d94
           - { key: append_cc, name: c99,   value: '-std=c99   -Werror=pedantic -pedantic-errors -Wno-strict-prototypes' }
 #         - { key: append_cc, name: c11,   value: '-std=c11   -Werror=pedantic -pedantic-errors -Wno-strict-prototypes' }
 #         - { key: append_cc, name: c17,   value: '-std=c17   -Werror=pedantic -pedantic-errors -Wno-strict-prototypes' }
diff --git a/test/rubygems/test_gem_resolver_installer_set.rb b/test/rubygems/test_gem_resolver_installer_set.rb
index 928a16b9d3..1b2f0ab637 100644
--- a/test/rubygems/test_gem_resolver_installer_set.rb
+++ b/test/rubygems/test_gem_resolver_installer_set.rb
@@ -69,7 +69,7 @@ class TestGemResolverInstallerSet < Gem::TestCase https://github.com/ruby/ruby/blob/trunk/test/rubygems/test_gem_resolver_installer_set.rb#L69
       fetcher.gem 'a', 1
     end
 
-    # Github has an issue in which it will generate a misleading prerelease output in its RubyGems server API and
+    # GitHub has an issue in which it will generate a misleading prerelease output in its RubyGems server API and
     # returns a 0 version for the gem while it doesn't exist.
     @fetcher.data["#{@gem_repo}prerelease_specs.#{Gem.marshal_version}.gz"] = util_gzip(Marshal.dump([
       Gem::NameTuple.new('a', Gem::Version.new(0), 'ruby'),
-- 
cgit v1.2.1


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

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