mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
1e84c8343f
commit
e870af8834
1 changed files with 4 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue