summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-26 15:58:26 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-27 14:42:11 +0900
commitbe2e2b480540bcc38aaf75f1767dfff1b8199097 (patch)
treed5a4e18dbe764457809fff314d90d396c4a274ac /tool/sync_default_gems.rb
parentaa9726f7b99a7ace3d371b278288235c57f8e91a (diff)
Promote net-smtp 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 884ee64d47..a21543b983 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -35,7 +35,6 @@ REPOSITORIES = {
pstore: "ruby/pstore",
delegate: "ruby/delegate",
benchmark: "ruby/benchmark",
- "net-smtp": "ruby/net-smtp",
cgi: "ruby/cgi",
readline: "ruby/readline",
"readline-ext": "ruby/readline-ext",
@@ -243,11 +242,6 @@ def sync_default_gems(gem)
cp_r("#{upstream}/openssl.gemspec", "ext/openssl")
cp_r("#{upstream}/History.md", "ext/openssl")
`git checkout ext/openssl/depend`
- when "net-smtp"
- rm_rf(%w[lib/net/smtp.rb lib/net/net-smtp.gemspec test/net/smtp])
- cp_r("#{upstream}/lib/net/smtp.rb", "lib/net")
- cp_r("#{upstream}/test/net/smtp", "test/net")
- cp_r("#{upstream}/net-smtp.gemspec", "lib/net")
when "net-protocol"
rm_rf(%w[lib/net/protocol.rb lib/net/net-protocol.gemspec test/net/protocol])
cp_r("#{upstream}/lib/net/protocol.rb", "lib/net")