summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-06 14:16:41 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-06 15:20:35 +0900
commit5de6f1ab4751f02670239ebe537e599c477dc4bf (patch)
treee49305a538ce4aa703cdfc9578266285c7c888db
parent5a02281fab4f2fc328007bd6238448c73b8d029d (diff)
Move net-imap.gemspec to under the lib/net/imap directory.
-rw-r--r--lib/net/imap/net-imap.gemspec (renamed from lib/net/net-imap.gemspec)0
-rw-r--r--tool/sync_default_gems.rb5
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/net/net-imap.gemspec b/lib/net/imap/net-imap.gemspec
index d7c341cd92..d7c341cd92 100644
--- a/lib/net/net-imap.gemspec
+++ b/lib/net/imap/net-imap.gemspec
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index ae13621f7e..7f0ecba405 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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")