Revert the accidentally commit from erb-4.0.2

Revert "[ruby/erb] Use a ruby-lang alias on spec.email"

  This reverts commit fa64889abbad727d31bb927604d87679825dcd37.
This commit is contained in:
Hiroshi SHIBATA 2022-12-23 19:32:35 +09:00
parent c5eefb7f37
commit d40064d184
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.name = 'erb'
spec.version = ERB.const_get(:VERSION, false)
spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun']
spec.email = ['seki@ruby-lang.org', 'k0kubun@ruby-lang.org']
spec.email = ['seki@ruby-lang.org', 'takashikkbn@gmail.com']
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
spec.description = %q{An easy to use but powerful templating system for Ruby.}