From f081bba875d609bdde8f7e5d1e24654653e7c7e3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 5 Oct 2022 15:15:22 +0900 Subject: [ruby/irb] Added aycabta to authors https://github.com/ruby/irb/commit/a6bfa7b2e6 --- lib/irb/irb.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index 26d0fb018f..d443938043 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -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).} -- cgit v1.2.3