Skip to content

Commit

Permalink
Update the author and mail address
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 12, 2020
1 parent e43daa4 commit cb46e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmpdir.gemspec
Original file line number Diff line number Diff line change
@@ -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.}
Expand Down

0 comments on commit cb46e24

Please # to comment.