aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/irb.gemspec
diff options
context:
space:
mode:
authorNick Lewis <nick@puppet.com>2020-02-14 14:30:35 -0800
committeraycabta <aycabta@gmail.com>2020-02-15 21:52:03 +0900
commit38f1e84c37b91ddf9e61428d298eb27bee3bd2bc (patch)
treec27515498aa492dae10038469695356b2972dcc6 /lib/irb/irb.gemspec
parent8749a678ab0f5ccf41b855e13575c9bacd8c2f7a (diff)
downloadruby-38f1e84c37b91ddf9e61428d298eb27bee3bd2bc.tar.gz
[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
Diffstat (limited to 'lib/irb/irb.gemspec')
-rw-r--r--lib/irb/irb.gemspec1
1 files changed, 1 insertions, 0 deletions
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",