summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTakeru Naito <takeru.naito@gmail.com>2020-12-22 12:58:12 +0900
committeraycabta <aycabta@gmail.com>2020-12-23 06:06:07 +0900
commitbe5faa2519f1ab70eafd58caccbc3a8cba2718dc (patch)
treea6f1939e19e7a7348e7843867ff4cd406a6ffde6 /lib
parent32849dc1bbc3296aa13f86a35468ce16f8c32aab (diff)
[ruby/irb] 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 <scivola@users.noreply.github.com> https://github.com/ruby/irb/commit/d8dfea5b57
Diffstat (limited to 'lib')
-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 af40a32452..aba3f15675 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/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",