From d8dfea5b57a7d76fe3bc40ba4b928996a0ebfbf4 Mon Sep 17 00:00:00 2001 From: Takeru Naito Date: Tue, 22 Dec 2020 12:58:12 +0900 Subject: [PATCH] Make it possible to use measure even if it is installed as gem Include the file that implements this command in the irb gem. Co-Authored-By: scivola --- irb.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/irb.gemspec b/irb.gemspec index af40a3245..aba3f1567 100644 --- a/irb.gemspec +++ b/irb.gemspec @@ -33,6 +33,7 @@ Gem::Specification.new do |spec| "lib/irb/cmd/fork.rb", "lib/irb/cmd/help.rb", "lib/irb/cmd/load.rb", + "lib/irb/cmd/measure.rb", "lib/irb/cmd/nop.rb", "lib/irb/cmd/pushws.rb", "lib/irb/cmd/subirb.rb",