summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 20:07:30 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-11-16 20:07:30 +0900
commitcc3afdb165ae9916be97dc557ef42ed8d4671b7c (patch)
tree6d099c1311b2eb9c81a655aa18d1220033dee0b2 /tool/sync_default_gems.rb
parentef11414b1fc92c452df78a3d03fdd93ac95b26d1 (diff)
Added LICENSE entry of vendored net-http-persistent to LEGAL
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/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 eb494a49e4..741216b9ed 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -108,6 +108,7 @@ def sync_default_gems(gem)
rm_rf("lib/rubygems/resolver/molinillo/LICENSE")
rm_rf("lib/bundler/vendor/molinillo/LICENSE")
rm_rf("lib/bundler/vendor/connection_pool/LICENSE")
+ rm_rf("lib/bundler/vendor/net-http-persistent/README.rdoc")
when "rdoc"
rm_rf(%w[lib/rdoc lib/rdoc.rb test/rdoc libexec/rdoc libexec/ri])
cp_r(Dir.glob("#{upstream}/lib/rdoc*"), "lib")