From cb46e242f61226a3a52c37f8057053ec0acaec8e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 12 Feb 2020 20:06:49 +0900 Subject: [PATCH] Update the author and mail address --- tmpdir.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpdir.gemspec b/tmpdir.gemspec index cb982cf..738d670 100644 --- a/tmpdir.gemspec +++ b/tmpdir.gemspec @@ -1,8 +1,8 @@ Gem::Specification.new do |spec| spec.name = "tmpdir" spec.version = "0.1.0" - spec.authors = ["Hiroshi SHIBATA"] - spec.email = ["hsbt@ruby-lang.org"] + spec.authors = ["Yukihiro Matsumoto"] + spec.email = ["matz@ruby-lang.org"] spec.summary = %q{Extends the Dir class to manage the OS temporary file path.} spec.description = %q{Extends the Dir class to manage the OS temporary file path.}