summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-26 15:44:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 14:42:11 +0900
commite49c998d1e41737016c8afb7e1b22797018caebb (patch)
tree416c7abb19fc0c67a07c3814b64060da10b7fed3 /tool/sync_default_gems.rb
parent454a36794f83395d0827a9e2e85ac8f0d9e53e16 (diff)
Promote net-ftp to the bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4530
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 5f95a3d80b..677b55a35c 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -52,7 +52,6 @@ REPOSITORIES = {
English: "ruby/English",
"net-protocol": "ruby/net-protocol",
"net-imap": "ruby/net-imap",
- "net-ftp": "ruby/net-ftp",
"net-http": "ruby/net-http",
bigdecimal: "ruby/bigdecimal",
optparse: "ruby/optparse",
@@ -267,11 +266,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/lib/net/imap", "lib/net")
cp_r("#{upstream}/test/net/imap", "test/net")
cp_r("#{upstream}/net-imap.gemspec", "lib/net/imap")
- when "net-ftp"
- rm_rf(%w[lib/net/ftp.rb lib/net/net-ftp.gemspec test/net/ftp])
- cp_r("#{upstream}/lib/net/ftp.rb", "lib/net")
- cp_r("#{upstream}/test/net/ftp", "test/net")
- cp_r("#{upstream}/net-ftp.gemspec", "lib/net")
when "net-http"
rm_rf(%w[lib/net/http.rb lib/net/http test/net/http])
cp_r("#{upstream}/lib/net/http.rb", "lib/net")