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.}