summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 02:24:27 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-23 02:24:27 +0000
commit1aa4a40d4f7bff013e71e7b81423a0ce5ce3d625 (patch)
tree3c5d18be416800c6983215e456a6cc41e4b31cda /tool
parent4b5fb69e369df65ec06dc294260dd886b32ddd65 (diff)
Integrate LICENSE file of rubygems to LEGAL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index bfa690c0cb..e135db6f9e 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -64,7 +64,6 @@ def sync_default_gems(gem)
`cp -r ../../rubygems/rubygems/lib/rubygems* ./lib`
`cp -r ../../rubygems/rubygems/lib/ubygems.rb ./lib`
`cp -r ../../rubygems/rubygems/test/rubygems ./test`
- `cp ../../rubygems/rubygems/LICENSE.txt ./lib/rubygems`
when "bundler"
`rm -rf lib/bundler* bin/bundler bin/bundle bin/bundle_ruby spec/bundler`
`cp -r ../../bundler/bundler/lib/bundler* ./lib`