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

ruby-changes:72979

From: Hiroshi <ko1@a...>
Date: Fri, 19 Aug 2022 13:20:31 +0900 (JST)
Subject: [ruby-changes:72979] 17d0e5bee7 (master): syntax_suggest moved to under the ruby organization.

https://git.ruby-lang.org/ruby.git/commit/?id=17d0e5bee7

From 17d0e5bee7f15ad4e32266afc194cf6c65976236 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 19 Aug 2022 13:20:17 +0900
Subject: syntax_suggest moved to under the ruby organization.

---
 tool/sync_default_gems.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index ae3fcbce61..7a5e190c2d 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -73,7 +73,7 @@ REPOSITORIES = { https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L73
   pathname: "ruby/pathname",
   digest: "ruby/digest",
   error_highlight: "ruby/error_highlight",
-  syntax_suggest: "zombocom/syntax_suggest",
+  syntax_suggest: "ruby/syntax_suggest",
   un: "ruby/un",
   win32ole: "ruby/win32ole",
 }
-- 
cgit v1.2.1


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

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