We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2861a8 commit 39414f3Copy full SHA for 39414f3
erb.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
spec.name = 'erb'
10
spec.version = ERB.const_get(:VERSION, false)
11
spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun']
12
- spec.email = ['seki@ruby-lang.org', 'takashikkbn@gmail.com']
+ spec.email = ['seki@ruby-lang.org', 'k0kubun@ruby-lang.org']
13
14
spec.summary = %q{An easy to use but powerful templating system for Ruby.}
15
spec.description = %q{An easy to use but powerful templating system for Ruby.}
0 commit comments