summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-21 21:25:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-21 21:25:43 +0900
commite7f8724fb223bbae8c467d854e4b4babe9273e62 (patch)
treeedb8f340450bffeee9587dd00fcba461718102d8 /lib
parentfa1cf777dbe3c484331864d44c33bc30f2044c76 (diff)
Fixed net-ftp sync task and resync from standalone repo
Diffstat (limited to 'lib')
-rw-r--r--lib/net/ftp/net-ftp.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ftp/net-ftp.gemspec b/lib/net/ftp/net-ftp.gemspec
index 2aae0b23ea..ec668901d8 100644
--- a/lib/net/ftp/net-ftp.gemspec
+++ b/lib/net/ftp/net-ftp.gemspec
@@ -7,8 +7,8 @@ end
Gem::Specification.new do |spec|
spec.name = "net-ftp"
spec.version = Net::Ftp::VERSION
- spec.authors = ["Hiroshi SHIBATA"]
- spec.email = ["hsbt@ruby-lang.org"]
+ spec.authors = ["Shugo Maeda"]
+ spec.email = ["shugo@ruby-lang.org"]
spec.summary = %q{Support for the File Transfer Protocol.}
spec.description = %q{Support for the File Transfer Protocol.}