summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 02:55:07 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 02:55:07 +0000
commit479c83f71847af81c96a2d51e375b7a5f6797c4c (patch)
treeeced010e04351bf2a555678e472ead085ea493dc /tool/sync_default_gems.rb
parent572d2c275460db7215c8c7ed8ced824987987acf (diff)
Added sections of pysch library to LEGAL.
* ext/psych/yaml/LICENSE: Integrate libyaml license to LEGAL and removed this file from repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index e135db6f9e..3ae9000655 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -93,6 +93,7 @@ def sync_default_gems(gem)
`cp -rf ../psych/test/psych ./test`
`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}`
+ `rm -f ext/psych/yaml/LICENSE`
`cp ../psych/psych.gemspec ext/psych/`
`git checkout ext/psych/depend`
when "fileutils"