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:
parent
5a02281fab
commit
5de6f1ab47
2 changed files with 3 additions and 2 deletions
|
@ -275,10 +275,11 @@ def sync_default_gems(gem)
|
||||||
cp_r("#{upstream}/test/net/protocol", "test/net")
|
cp_r("#{upstream}/test/net/protocol", "test/net")
|
||||||
cp_r("#{upstream}/net-protocol.gemspec", "lib/net")
|
cp_r("#{upstream}/net-protocol.gemspec", "lib/net")
|
||||||
when "net-imap"
|
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.rb", "lib/net")
|
||||||
|
cp_r("#{upstream}/lib/net/imap", "lib/net")
|
||||||
cp_r("#{upstream}/test/net/imap", "test/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"
|
when "net-ftp"
|
||||||
rm_rf(%w[lib/net/ftp.rb lib/net/net-ftp.gemspec test/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}/lib/net/ftp.rb", "lib/net")
|
||||||
|
|
Loading…
Reference in a new issue