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:
parent
7293bfe1bf
commit
f081bba875
1 changed files with 2 additions and 2 deletions
|
@ -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).}
|
||||
|
|
Loading…
Reference in a new issue