[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
@ -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…
x
Reference in New Issue
Block a user