diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-10-05 15:15:22 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-10-05 15:15:33 +0900 |
commit | f081bba875d609bdde8f7e5d1e24654653e7c7e3 (patch) | |
tree | d0dfd5bffd2399c4bdde9e145a6e184fb99488b7 /lib | |
parent | 7293bfe1bf8a696bd218a52582e9026e5e638458 (diff) |
[ruby/irb] Added aycabta to authors
https://github.com/ruby/irb/commit/a6bfa7b2e6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/irb/irb.gemspec | 4 |
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 = ["[email protected]"] + spec.authors = ["aycabta", "Keiju ISHITSUKA"] + spec.email = ["[email protected]", "[email protected]"] 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).} |