ruby-changes:60084
From: Nick <ko1@a...>
Date: Sat, 15 Feb 2020 22:42:23 +0900 (JST)
Subject: [ruby-changes:60084] 38f1e84c37 (master): [ruby/irb] Include easter-egg.rb in gemspec
https://git.ruby-lang.org/ruby.git/commit/?id=38f1e84c37 From 38f1e84c37b91ddf9e61428d298eb27bee3bd2bc Mon Sep 17 00:00:00 2001 From: Nick Lewis <nick@p...> Date: Fri, 14 Feb 2020 14:30:35 -0800 Subject: [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 diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index c910bbb..658fe81 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -39,6 +39,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L39 "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", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/