summaryrefslogtreecommitdiff
path: root/lib/erb.gemspec
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-11-24 15:40:48 -0800
committergit <svn-admin@ruby-lang.org>2022-11-24 23:40:53 +0000
commit8ac4081aa80e571271296331dbd2a7a0654cd34a (patch)
tree2665ebe4b4af784ac4e2a6341209ed339a332bc2 /lib/erb.gemspec
parentc480f589c29c4e7f4414ee4b01513bf2bd2e0cbc (diff)
[ruby/erb] Split erb.rb into files for each module under ERB
(https://github.com/ruby/erb/pull/36) https://github.com/ruby/erb/commit/f74833cc07
Diffstat (limited to 'lib/erb.gemspec')
-rw-r--r--lib/erb.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/erb.gemspec b/lib/erb.gemspec
index 1973344339..d973cc10de 100644
--- a/lib/erb.gemspec
+++ b/lib/erb.gemspec
@@ -8,8 +8,8 @@ end
Gem::Specification.new do |spec|
spec.name = 'erb'
spec.version = ERB.const_get(:VERSION, false)
- spec.authors = ['Masatoshi SEKI']
- spec.email = ['seki@ruby-lang.org']
+ spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun']
+ 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.}