Skip to content

Commit

Permalink
[ruby/erb] Split erb.rb into files for each module under ERB
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored and matzbot committed Nov 24, 2022
1 parent c480f58 commit 8ac4081
Show file tree
Hide file tree
Showing 5 changed files with 570 additions and 580 deletions.
4 changes: 2 additions & 2 deletions lib/erb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.}
Expand Down

0 comments on commit 8ac4081

Please sign in to comment.