summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-10-05 15:15:22 +0900
committergit <svn-admin@ruby-lang.org>2022-10-05 15:15:33 +0900
commitf081bba875d609bdde8f7e5d1e24654653e7c7e3 (patch)
treed0dfd5bffd2399c4bdde9e145a6e184fb99488b7 /lib
parent7293bfe1bf8a696bd218a52582e9026e5e638458 (diff)
[ruby/irb] Added aycabta to authors
https://github.com/ruby/irb/commit/a6bfa7b2e6
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/irb.gemspec4
1 files 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
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).}