Skip to content

Commit

Permalink
Include easter-egg.rb in gemspec
Browse files Browse the repository at this point in the history
`irb` doesn't run because this file isn't included in the gem.
  • Loading branch information
nicklewis authored and hsbt committed Feb 14, 2020
1 parent a71753f commit 73cda56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 73cda56

Please sign in to comment.