ruby-changes:64480
From: Takeru <ko1@a...>
Date: Wed, 23 Dec 2020 06:08:42 +0900 (JST)
Subject: [ruby-changes:64480] be5faa2519 (master): [ruby/irb] Make it possible to use measure even if it is installed as gem
https://git.ruby-lang.org/ruby.git/commit/?id=be5faa2519 From be5faa2519f1ab70eafd58caccbc3a8cba2718dc Mon Sep 17 00:00:00 2001 From: Takeru Naito <takeru.naito@g...> Date: Tue, 22 Dec 2020 12:58:12 +0900 Subject: [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@u...> https://github.com/ruby/irb/commit/d8dfea5b57 diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index af40a32..aba3f15 100644 --- a/lib/irb/irb.gemspec +++ b/lib/irb/irb.gemspec @@ -33,6 +33,7 @@ Gem::Specification.new do |spec| https://github.com/ruby/ruby/blob/trunk/lib/irb/irb.gemspec#L33 "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", -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/