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

ruby-changes:59671

From: Hiroshi <ko1@a...>
Date: Fri, 10 Jan 2020 22:57:38 +0900 (JST)
Subject: [ruby-changes:59671] e04366056a (master): Update the upstream repository of bundler

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

From e04366056af5fb55db1e3d38a39fbe3316b13e9c Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 10 Jan 2020 22:56:46 +0900
Subject: Update the upstream repository of bundler


diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 98de9f2..81e42fe 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -148,7 +148,7 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L148
   https://rubygems.org/gems/benchmark
 [lib/bundler.rb, lib/bundler/*]
   Hiroshi SHIBATA (hsbt)
-  https://github.com/bundler/bundler
+  https://github.com/rubygems/bundler
   https://rubygems.org/gems/bundler
 [lib/cgi.rb, lib/cgi/*]
   Takeyuki Fujioka (xibbar)
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index c9ca81f..c206017 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L1
 # sync following repositories to ruby repository
 #
 # * https://github.com/rubygems/rubygems
-# * https://github.com/bundler/bundler
+# * https://github.com/rubygems/bundler
 # * https://github.com/ruby/rdoc
 # * https://github.com/ruby/reline
 # * https://github.com/flori/json
@@ -56,7 +56,7 @@ include FileUtils https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L56
 
 $repositories = {
   rubygems: 'rubygems/rubygems',
-  bundler: 'bundler/bundler',
+  bundler: 'rubygems/bundler',
   rdoc: 'ruby/rdoc',
   reline: 'ruby/reline',
   json: 'flori/json',
-- 
cgit v0.10.2


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

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