Skip to content

Commit

Permalink
Make it possible to use measure even if it is installed as gem
Browse files Browse the repository at this point in the history
Include the file that implements this command in the irb gem.

Co-Authored-By: scivola <scivola@users.noreply.github.com>
  • Loading branch information
elim and scivola committed Dec 22, 2020
1 parent ae91f7a commit d8dfea5
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 @@ -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",
Expand Down

0 comments on commit d8dfea5

Please sign in to comment.