mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Include easter-egg.rb in gemspec
`irb` doesn't run because this file isn't included in the gem. https://github.com/ruby/irb/commit/73cda56d25
This commit is contained in:
parent
8749a678ab
commit
38f1e84c37
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
|
|||
"lib/irb/color.rb",
|
||||
"lib/irb/completion.rb",
|
||||
"lib/irb/context.rb",
|
||||
"lib/irb/easter-egg.rb",
|
||||
"lib/irb/ext/change-ws.rb",
|
||||
"lib/irb/ext/history.rb",
|
||||
"lib/irb/ext/loader.rb",
|
||||
|
|
Loading…
Add table
Reference in a new issue