1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Move net-imap.gemspec to under the lib/net/imap directory.

This commit is contained in:
Hiroshi SHIBATA 2021-05-06 14:16:41 +09:00
parent 5a02281fab
commit 5de6f1ab47
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
2 changed files with 3 additions and 2 deletions

View file

@ -275,10 +275,11 @@ def sync_default_gems(gem)
cp_r("#{upstream}/test/net/protocol", "test/net")
cp_r("#{upstream}/net-protocol.gemspec", "lib/net")
when "net-imap"
rm_rf(%w[lib/net/imap.rb lib/net/net-imap.gemspec test/net/imap])
rm_rf(%w[lib/net/imap.rb lib/net/imap test/net/imap])
cp_r("#{upstream}/lib/net/imap.rb", "lib/net")
cp_r("#{upstream}/lib/net/imap", "lib/net")
cp_r("#{upstream}/test/net/imap", "test/net")
cp_r("#{upstream}/net-imap.gemspec", "lib/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")