1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/irb] Added aycabta to authors

https://github.com/ruby/irb/commit/a6bfa7b2e6
This commit is contained in:
Hiroshi SHIBATA 2022-10-05 15:15:22 +09:00 committed by git
parent 7293bfe1bf
commit f081bba875

View file

@ -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).}