Skip to content

Commit cb46e24

Browse files
committed
Update the author and mail address
1 parent e43daa4 commit cb46e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmpdir.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |spec|
22
spec.name = "tmpdir"
33
spec.version = "0.1.0"
4-
spec.authors = ["Hiroshi SHIBATA"]
5-
spec.email = ["hsbt@ruby-lang.org"]
4+
spec.authors = ["Yukihiro Matsumoto"]
5+
spec.email = ["matz@ruby-lang.org"]
66

77
spec.summary = %q{Extends the Dir class to manage the OS temporary file path.}
88
spec.description = %q{Extends the Dir class to manage the OS temporary file path.}

0 commit comments

Comments
 (0)