ruby-changes:73852
From: Hiroshi <ko1@a...>
Date: Wed, 5 Oct 2022 15:15:48 +0900 (JST)
Subject: [ruby-changes:73852] f081bba875 (master): [ruby/irb] Added aycabta to authors
https://git.ruby-lang.org/ruby.git/commit/?id=f081bba875 From f081bba875d609bdde8f7e5d1e24654653e7c7e3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> 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(-) 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 https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L8 Gem::Specification.new do |spec| spec.name = "irb" spec.version = IRB::VERSION - spec.authors = ["Keiju ISHITSUKA"] - spec.email = ["keiju@r..."] + spec.authors = ["aycabta", "Keiju ISHITSUKA"] + spec.email = ["aycabta@g...", "keiju@r..."] 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/