"bundle exec twenty" works

This commit is contained in:
0x1eef 2023-12-08 13:40:29 -03:00
parent c77b20492d
commit 8b1643dc30
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,3 @@
module Twenty
require_relative "twenty/command"
require_relative "command"
end

View file

@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.summary = "twenty: command-line interface"
gem.description = gem.summary
gem.executables = "twenty"
gem.add_runtime_dependency "cmd.rb", "~> 0.2"
gem.add_development_dependency "test-unit", "~> 3.5.7"
gem.add_development_dependency "yard", "~> 0.9"