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

ruby-changes:47211

From: hsbt <ko1@a...>
Date: Fri, 14 Jul 2017 14:33:20 +0900 (JST)
Subject: [ruby-changes:47211] hsbt:r59326 (trunk): Added psych entry to package table and fixed sync instructions.

hsbt	2017-07-14 14:33:15 +0900 (Fri, 14 Jul 2017)

  New Revision: 59326

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=59326

  Log:
    Added psych entry to package table and fixed sync instructions.

  Modified files:
    trunk/tool/sync_default_gems.rb
Index: tool/sync_default_gems.rb
===================================================================
--- tool/sync_default_gems.rb	(revision 59325)
+++ tool/sync_default_gems.rb	(revision 59326)
@@ -26,6 +26,7 @@ $repositories = { https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L26
   rubygems: 'rubygems/rubygems',
   rdoc: 'rdoc/rdoc',
   json: 'flori/json',
+  psych: 'ruby/psych',
   fileutils: 'ruby/fileutils',
   fiddle: 'ruby/fiddle',
   stringio: 'ruby/stringio',
@@ -80,8 +81,10 @@ def sync_default_gems(gem) https://github.com/ruby/ruby/blob/trunk/tool/sync_default_gems.rb#L81
     `cp -rf ../psych/ext/psych ./ext`
     `cp -rf ../psych/lib ./ext/psych`
     `cp -rf ../psych/test/psych ./test`
-    `rm -rf ext/psych/lib/psych.bundle ext/psych/lib/org ext/psych/lib/psych.jar ext/psych/lib/psych_jars.rb`
+    `rm -rf ext/psych/lib/org ext/psych/lib/psych.jar ext/psych/lib/psych_jars.rb`
+    `rm -rf ext/psych/lib/psych.{bundle,so} ext/psych/lib/{2.0,2.1,2.2,2.3,2.4}`
     `cp ../psych/psych.gemspec ext/psych/`
+    `git checkout ext/psych/depend`
   when "fileutils"
     `rm -rf lib/fileutils.rb test/fileutils lib/fileutils.gemspec`
     `cp -rf ../fileutils/lib/* lib`

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

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