package gosuhunt in gem without forcing dependency on gosu in gemspec

This commit is contained in:
Gwenhael Le Moine 2023-03-15 14:47:41 +01:00
parent 842eedd93f
commit 93019771cf
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -18,6 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency 'curses', '~> 1.4.4'
s.executables << 'minehunt'
s.executables << 'gosuhunt'
s.required_ruby_version = '> 3'
end