From e870af8834bd3cb4aded02c6e63a4b817e4648b5 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 14 Jul 2017 05:33:15 +0000 Subject: Added psych entry to package table and fixed sync instructions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/sync_default_gems.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 169fd83dba..50007e1088 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -26,6 +26,7 @@ $repositories = { 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) `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` -- cgit v1.2.3