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

ruby-changes:64232

From: Hiroshi <ko1@a...>
Date: Thu, 17 Dec 2020 17:25:11 +0900 (JST)
Subject: [ruby-changes:64232] 44fba194a5 (master): ruby/pathname separated .rb file to top-level directory.

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

From 44fba194a5561a5ca20f6bd91fb96b7d8edd1dbb Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 17 Dec 2020 17:24:51 +0900
Subject: ruby/pathname separated .rb file to top-level directory.


diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index bf7bf37..5b2d6ce 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -314,6 +314,7 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L314
     rm_rf(%w[ext/pathname test/pathname])
     cp_r("#{upstream}/ext/pathname", "ext")
     cp_r("#{upstream}/test/pathname", "test")
+    cp_r("#{upstream}/lib", "ext/pathname")
     cp_r("#{upstream}/pathname.gemspec", "ext/pathname")
     `git checkout ext/pathname/depend`
   when "digest"
-- 
cgit v0.10.2


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

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