summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 05:33:15 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-14 05:33:15 +0000
commite870af8834bd3cb4aded02c6e63a4b817e4648b5 (patch)
treebec5be3f197132867b638c0f164ec280dc4b7468 /tool
parent1e84c8343f38aab16299ddfb7cb20d3e9dabba6f (diff)
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
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb5
1 files changed, 4 insertions, 1 deletions
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`