From 38f1e84c37b91ddf9e61428d298eb27bee3bd2bc Mon Sep 17 00:00:00 2001 From: Nick Lewis Date: Fri, 14 Feb 2020 14:30:35 -0800 Subject: [PATCH] [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 --- lib/irb/irb.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index c910bbb5c5..658fe813f1 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -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",