Skip to content

Commit

Permalink
[ruby/irb] Added aycabta to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt authored and matzbot committed Oct 5, 2022
1 parent 7293bfe commit f081bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/irb/irb.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 = "irb"
spec.version = IRB::VERSION
spec.authors = ["Keiju ISHITSUKA"]
spec.email = ["keiju@ruby-lang.org"]
spec.authors = ["aycabta", "Keiju ISHITSUKA"]
spec.email = ["aycabta@gmail.com", "keiju@ruby-lang.org"]

spec.summary = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).}
spec.description = %q{Interactive Ruby command-line tool for REPL (Read Eval Print Loop).}
Expand Down

0 comments on commit f081bba

Please sign in to comment.