update gemspec
This commit is contained in:
parent
e3242144c0
commit
cbfcd71131
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module RbStar
|
||||
VERSION = '1.4.0'
|
||||
VERSION = '1.4.1'
|
||||
|
||||
class Board
|
||||
attr_reader :board,
|
||||
|
|
|
@ -18,6 +18,8 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'curses', '~> 1.4.4'
|
||||
|
||||
s.executables << 'rbstar'
|
||||
s.executables << 'gosustar'
|
||||
|
||||
s.required_ruby_version = '> 3'
|
||||
s.metadata['rubygems_mfa_required'] = 'true'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue