update gemspec

This commit is contained in:
Gwenhael Le Moine 2023-04-06 14:10:22 +02:00
parent e3242144c0
commit cbfcd71131
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
module RbStar
VERSION = '1.4.0'
VERSION = '1.4.1'
class Board
attr_reader :board,

View file

@ -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