We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1280046 commit f74833cCopy full SHA for f74833c
5 files changed
erb.gemspec
@@ -8,8 +8,8 @@ end
8
Gem::Specification.new do |spec|
9
spec.name = 'erb'
10
spec.version = ERB.const_get(:VERSION, false)
11
- spec.authors = ['Masatoshi SEKI']
12
- spec.email = ['seki@ruby-lang.org']
+ spec.authors = ['Masatoshi SEKI', 'Takashi Kokubun']
+ spec.email = ['seki@ruby-lang.org', 'takashikkbn@gmail.com']
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