Skip to content

Commit

Permalink
Client refactor (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Santos <7835679+valexsantos@users.noreply.github.com>
  • Loading branch information
valexsantos and Vasco Santos committed Mar 8, 2024
1 parent 9481b5a commit 6a31b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|TODO|db/development.sqlite)}) }
end
s.executables << 'mkitd'
s.executables << 'mkitc'
s.executables << 'mkit'
s.add_runtime_dependency 'async-dns', '~> 1.3', '>= 1.3.0'
s.add_runtime_dependency 'dry-container', '~> 0.9', '>= 0.9.0'
s.add_runtime_dependency 'net_http_unix', '~> 0.2', '>= 0.2.2'
Expand Down

0 comments on commit 6a31b9e

Please sign in to comment.